View previous topic :: View next topic |
Author |
Message |
jdbacco
Joined: 28 Oct 2006 Posts: 6
|
Posted: Sat Nov 11, 2006 8:39 pm Post subject: Automatically excluding components (eg TTable) |
|
|
Is it possible to make tsilang automatically exclude some components, like it is possible to exclude some properties which are in the SI.INC file?
I am converting my application that now uses Tmultilang to TsiLang.
I want to exclude all TTable and TQuery components (and its decendants from RX-lib TRxQuery)
Now I have to exclude TTable and TQuery components manually.
Is there a way to do this automatically.
I can not use the TsiLang Expert because I have to remove all the Tmultilang components.
I am new to SiLang, so perhaps I am using the wrong method to convert my translations.
Greetings
Johan De Beuckeleer |
|
Back to top |
|
 |
isiticov Site Admin
Joined: 21 Nov 2002 Posts: 2112
|
Posted: Mon Nov 13, 2006 8:17 am Post subject: |
|
|
Unfortunately, it is not possible now. But you can easily exclude this semi-automatically:
1. Open Exclude from Translations Editor (double-click on DoNotTranslate property).
2. Select any component like TTable in the left-side tree.
3. Right-click on it and select Add all TTable components.
This will scan and add to exclusion all TTable components. |
|
Back to top |
|
 |
|