Page 1 of 1

jumping to source code

Posted: Tue Nov 03, 2009 4:35 pm
by AndreaB
hello,

i'm using TSILang Expert (VCL Edition).

I started File -> Source -> With Form to scan a file to search untranslated strings.

Is there a way to jump to source code to set up "tsi ignore" commands ?

(the windows with found strings is also "modal" SO I CANT OPEN ANOTHER WINDOW WITH SOURCE CODE TO EDIT THE FILE !!!).

(The only way to do this work in few time is using 2 computers.. ?!??! )

Please help me.

thanks
andrea

Posted: Thu Nov 05, 2009 7:07 am
by isiticov
Hello,

The modal window is necessary in order to prevent user's modifications to code while scanning in process. To mark selected string with Ignore tags you can right-click on a row in grid and select in popup-menu "Ignore | Mark to ignore".

Posted: Wed Nov 11, 2009 1:21 pm
by AndreaB
But I want to jump to source code to see the context in which I inserted the string....I may need to ignore a block of code or a single line...

bye