Search found 7 matches

by David
Fri Feb 11, 2005 7:59 am
Forum: TsiLang Components Suite
Topic: Strings editor improvment
Replies: 1
Views: 5356

Strings editor improvment

I have some suggestions to improve strings editor: 1. Add navigator button to navigate from strings editor directly to source code line. Now I have to find such string by IDS identifier. 2. Please, add correct sorting in strings editor. Introduce user defined sort prefix, so strings like IDS_1, IDS_...
by David
Mon Nov 29, 2004 12:17 pm
Forum: TsiLang Components Suite
Topic: TreeView problem
Replies: 1
Views: 5752

TreeView problem

Last version 5.3.2. I'm afraid there is a still bug with TreeView items. When I load translation as 'Load project', all TreeView items in tree are damaged (correct string is appended by tree item) for the second language. When I load it separately as 'Load form' directly from form, it is OK. I check...
by David
Tue Nov 09, 2004 7:22 am
Forum: TsiLang Components Suite
Topic: 5.3.2 translation string problem
Replies: 0
Views: 10056

5.3.2 translation string problem

Hi Igor, Here is still problem with ignoring strings. Try this example: unit.. ... {TSI:IGNORE ON} // bad procedure Dummy; begin end; {TSI:IGNORE ON} // good function TForm_Main.CheckTimeoutLicence: Boolean; var S: String; begin S :='asdf'; end; If {TSI:IGNORE ON} is before procedure Dummy, string i...
by David
Tue Oct 26, 2004 6:33 am
Forum: TsiLang Components Suite
Topic: Translation improvement
Replies: 1
Views: 5965

Translation improvement

Hi Igor, In translation editor i.e. strings 'Vendor' and 'Vendor:' should be translated by one line in dictionary. So if I have in dictionary: 'Vendor' 'Vyrobce', strings like 'Vendor:' should be translated to 'Vyrobce:'. This is very common situation (column title w/o ':', edit title with ':'). Now...
by David
Tue Oct 26, 2004 6:19 am
Forum: TsiLang Components Suite
Topic: Please add new directive {TSI:IGNORE LINE}
Replies: 5
Views: 10230

It is great Igor, thanks.
by David
Wed Oct 13, 2004 10:17 am
Forum: TsiLang Components Suite
Topic: Please add new directive {TSI:IGNORE LINE}
Replies: 5
Views: 10230

Thanks Igor for your answer. For completeness please, if possible, add also directive {TSI:TRANSLATE LINE} which is complementary to {TSI:IGNORE LINE}. It is very useful, if you have ignore mode as default. This directive translates one line behind {TSI:TRANSLATE LINE} directive regardless of {TSI:I...
by David
Tue Oct 12, 2004 9:44 am
Forum: TsiLang Components Suite
Topic: Please add new directive {TSI:IGNORE LINE}
Replies: 5
Views: 10230

Please add new directive {TSI:IGNORE LINE}

I know there is already directive for excluding line from translation. But limitation for this is that directive must be placed on the same line. This can be problem if the source line is too long. Than I can't see directive. My suggestion is introduce new directive in the following form: {TSI:IGNOR...