File containing the list of the excluded strings

All announcements, questions and issues related to the TsiLang Components Suite.
Post Reply
Jean-Paul Brassard
Posts: 65
Joined: Thu May 08, 2008 7:46 pm

File containing the list of the excluded strings

Post by Jean-Paul Brassard »

We have a lot of strings that must not be translated (file names, etc.)

If I use the TsiLangExpert Exclude Button, the exclusion is only valid for my own PC. When one of my fellow co-worker gets a project from VSS, the excluded strings are not excluded any more!!!

Can we use that Exclude button if more than one person work on a given project?

In which File does the list(s) of excluded strings for a given Project is(are) stored???

And, will I lose all my exclusions if my PC broke and I get a replacement?

If I put a {TSI:IGNORE} directive on each line containend a string to exclude, it is OK, the exclusion is propagated to my co-workers. Is there a faster way to manage strings exclusion?
N.B. Putting that directive on each line is quite long.
It would help if the Expert could tell the line number of the found strings.

Jean-Paul
Jean-Paul Brassard
Quebec, Canada
isiticov
Site Admin
Posts: 2385
Joined: Thu Nov 21, 2002 3:17 pm

Post by isiticov »

1. Exclusion list is stored in Registry under the key:
[HKEY_CURRENT_USER\Software\SiComponents\TsiLang\ExpSettings]

2. If you select a source code in the Editor and right-click on it you will see TsiLang Expert menu item at the bottom. There is "Mark to skip" item, which will mark the selected lines to skip for TsiLang Expert.

3. We will try to improve Found Strings dialog.
Best regards,
Igor Siticov.
Post Reply