tsiLang Expert - Fetching strings in program

All announcements, questions and issues related to the TsiLang Components Suite.
Post Reply
mivi71dk
Posts: 25
Joined: Fri Jan 23, 2009 1:16 pm

tsiLang Expert - Fetching strings in program

Post by mivi71dk »

Hi

I have recently purchased siLanguage comp.
There are rather easy to use.

But I have stumpled upon a problem that annoys me.

I have putted the TsiLang component on the main form.
I have putted the TsiLangDispatcher component on the main form.

On almost all of the 200 additional form I have putted TsiLangLinked.

At this point I can retrieve almost everything.
So far so good.


But when I start the TsiLang Expert, selects a form and executes:

<File>, <Source> and <With form...>

I get a new window with all hardcoded strings in my selected form (Window named "Found String Constants").

Here the CTRL+CLICK and SHIFT+CLICK selects lines.
But I cant deselect themI have a hard time using this part of the program, sinse I must be carefull NOT to select anything I will not delete from the list. Because once selected its selected forever (or at least thats the way I see it).

I then have to close and not modify anything and start over.

On some forms it doesn matter because there are 5 strings.
On other forms there are some 800 strings where at least 500 should be deleted...

Is this me or is there an update to this ?

I am using TsiLang Components Suite version 6.3.1

Regards

Michaelk
isiticov
Site Admin
Posts: 2383
Joined: Thu Nov 21, 2002 3:17 pm

Post by isiticov »

Hi,

Once deleted the strings will be moved to Deleted list, which you can examine by clicking on "Deleted" button on toolbar. You can restore strings from this list anytime.
If you right-click on the grid you will see popup-menu with additional items to manage selection, such as Invert Selection, Deselect All and so on. Useng them you will be able to easily manage selection as well.
Also using this popup-menu you will be able to mark particular string for ignoral and they will be marked in source code and won't appear in future scans.

Hope this helps.
Best regards,
Igor Siticov.
mivi71dk
Posts: 25
Joined: Fri Jan 23, 2009 1:16 pm

Post by mivi71dk »

I does help..
Appereantly I havn't checked the rigth click menu.


Still - I find it a little odd in the way it works.
Deleting a lot of lines at the same time - And it will place itself "funny".


But OK - I can live with that.


Is there any way I can mark a line in the code to be excluded ?
Like at the end writting something liek //IGNORE

Michaelk
mivi71dk
Posts: 25
Joined: Fri Jan 23, 2009 1:16 pm

Post by mivi71dk »

And pressing the SKIPPED button on tool bar throws an exception.
Always.

And this i can only get ride of by killing Delphi in the task manager
isiticov
Site Admin
Posts: 2383
Joined: Thu Nov 21, 2002 3:17 pm

Post by isiticov »

isiticov wrote:Also using this popup-menu you will be able to mark particular string for ignoral and they will be marked in source code and won't appear in future scans.
+

http://www.tsilang.com/delphiglobalizat ... faq.html#6

What Delphi/C++Builder version do you use? Does the Skipped always throw exception for any form? And what kind of exception thrown?
Best regards,
Igor Siticov.
mivi71dk
Posts: 25
Joined: Fri Jan 23, 2009 1:16 pm

Post by mivi71dk »

I use Delphi 5 pro. with all updates available installed.

Pressing SKIPPED throws an exception always.
Is an bokx with this text:

Access violation at adress 420086C6 in module 'DFWEDIT.DLL'. Read of adress 086090F6

I can only press OK.
Pressing OK removes this windows and instantly a new one appears.
With the same text.

At this point I can only terminate Delphi via Task Manager.




Also - I have a problem with line numbering.
Sometimes all strings are located at line 83. Which is not correct.
I cant firgure it out why ...
isiticov
Site Admin
Posts: 2383
Joined: Thu Nov 21, 2002 3:17 pm

Post by isiticov »

Thank you for your report.
We've already found these problems and fixed them. New update release will include these fixes.
Best regards,
Igor Siticov.
mivi71dk
Posts: 25
Joined: Fri Jan 23, 2009 1:16 pm

Post by mivi71dk »

Great!

When will the update be available
Post Reply