Home » U++ Library support » U++ Libraries and TheIDE: i18n, Unicode and Internationalization » Bug in Lang.h or weird design error in TheIDE?!
Re: Bug in Lang.h or weird design error in TheIDE?! [message #13187 is a reply to message #13185] |
Wed, 19 December 2007 18:12   |
 |
mirek
Messages: 14267 Registered: November 2005
|
Ultimate Member |
|
|
Well, there is a reason for this weird issues.
Lang_s.h contains definition of "s_" macro used for translation. Anyway, during "sync translation files", TheIDE scans all packages files for all s_ appearances - which would include even #define s_ itself. That is why it is kept "outside".
Find files really only finds files in packages.
Anyway, obviously, "export" feature does not work well here. OTOH, you do not even need it in this case, you only wanted to copy Draw03 - simply copy the "Draw03" directory, that is all you need.
There is no magic in package, every package is fully contained in its directory, there is no "external knowlegde" about it. TheIDE simply scans nests of assembly to gather the list of active packages... The only thing that has to be correct is that package description is stored in .upp file and its name has to match the name of package.
Mirek
|
|
|
Goto Forum:
Current Time: Tue Aug 26 23:02:47 CEST 2025
Total time taken to generate the page: 0.06935 seconds
|