Developer forums (C::B DEVELOPMENT STRICTLY!) > Plugins development
A tool to translate wxWidgets projects
LETARTARE:
You will find some new pictures of the use on the download site.
https://sourceforge.net/projects/wxtranslate/
A soon.
BlueHazzard:
Hi.
i tried your script with c::b ;) and got this error, witch seems legit:
--- Code: ---The project name 'Code::Blocks wx2.8.x - Unix' contains an illegal character ':'
--- End code ---
i think this should not be a error message, but it should replace the illegal character with something like '_' or '-' ....
I'm also running linux, and i have problems with the ".exe" thing.... it is to hard to implement a check wit "PLATFORM" and remove the .exe from execute string.
greetings
LETARTARE:
@BlueHazzard
Thank you for trying.
Yes it's normal ':' is an illegal caracter and '::' also.
Under Wndows, the name of a file must not use certain characters ( _T("[:*?\"<>|]") ).
You must change the project name with 'Properties' for example :
--- Quote ---Code::Blocks wx2.8.x - Unix -> CodeBlocks_wx2.8.x_Unix
--- End quote ---
See "function filenameOk(namefile)":L2379.
I made it clear in the documentation that this script is currently working ONLY for Windows.
Obviously the 'exe' can not be considered under Linux.
I have no running Linux and I can not do testing machine.
Sincerely.
LETARTARE:
I fixed an error in 'wxTranslate_plugin.script':L80 :
--- Code: ---Rexe = _T("wxrc294.exe") -> 'Rexe = _T("wxrc.exe")'
--- End code ---
new version'0.3.2'
I changed the site, but the download is still on the old version 0.3.1 ??
Also you need to make the change by hand, until 'SourceForge' make changes.
thanks
eranon:
Hello. No time to use it right now (an my current project is not at translation stage - oops), but I've seen the screenshots and quickly downloaded then read in diagonal (big explanation file :o)... It sounds promising ;) Do you plan to enter in the contrib plugins which are installable from the plugin manager ?
Also, I didn't understood a line (and maybe others, but not read sequentially) :
--- Quote --- it is assumed that 'codeblocks.exe' is installed in '$(cb_exe)'
--- End quote ---
What does it means ? Does $(cb_exe) a variable defined somewhere ?
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version