Developer forums (C::B DEVELOPMENT STRICTLY!) > Plugins development

A tool to translate wxWidgets projects

<< < (5/10) > >>

LETARTARE:
Version 0.4.0 is available :

- Improved handling of temporary files by context menu
- The console logs are used to display the workflow
- Illegal characters in the names we manage projects
- Placement 'wxrc.exe' is extended to multiple directories
- Explanatory files are updated

@BlueHazzard

--- Quote ---but it should replace the illegal character with something like '_' or '-'
--- End quote ---
Now it asks the user if he wants replace illegal characters.

Cordially

LETARTARE:
I just found an oversight in 'Read.me' ('Alire.txt) :

--- Quote ---3-1- Copy the 'wxTranslate_plugin' script in the script directory of  'Code::Blocks'
--- End quote ---
must be replaced by :

--- Quote ---3-1- Copy the 'wxTranslate_plugin' and 'tools' scripts in the script directory of  'Code::Blocks'
--- End quote ---
because 'wxTranslate_plugin.script'  load  'tools.script'.

Similar correction in  'infos/wxTranslate_exp.en' in E-2 (*.fr).

eranon:
OK, tried the 0.4.1 : it globally works :)

Well, to continue in the same spirit as the one from beginning, here are my constructive comments :

- I still think you complicate what is simple in your explanations (a lot of literature to say something) ;)
- During the list then extract, I received several security warnings (requiring to allow privilege to your scripts)
- At the end of listing (using the "List" command) it reported a duration as 0h 00 mn 0s : funny ! Maybe you could strip-out this info when time is below, say, 15 seconds, or indicate the miliseconds too.
- At the end of the extraction, you don't tell where have been generated the files (ie. under "trlocale" subdirectory).
- I've seen a message box talking about conversion of $$ and %% to $ and %, but I don't know what's about...

For sure, I'll use it when I'll be at localization stage ;D

LETARTARE:
hello,
it is good news that you can use.


--- Quote ---I still think you complicate what is simple in your explanations
--- End quote ---
I'll try to simplify ...


--- Quote ---During the list then extract, I received several security warnings
--- End quote ---
- see  'wxTranslate_exp.en::NOTES-3-1'
- if it persists, it is better (especially if you have multiple versions installed 'Code::Blocks')
   1- install'' 'wxTranslatepluginforCB-xyz' in a working directory anywhere
   2- and from 'Settings->Scripting...->General->Add' add script,
so you can validate it or not, you have access to the tab 'Security' ..., it is more flexible to use.


--- Quote ---it reported a duration as 0h 00 mn 0s
--- End quote ---
It is a mistake unresolved in script with macro '$(NOW_L) inside  'function duration(begin, end):L2649' for  'List'
Yet at the end of extraction, time seems correct.


--- Quote ---At the end of the extraction, you don't tell where have been generated the files
--- End quote ---
- see 'wxTranslate_exp.en::NOTES-3-1'
- I will indicate before ... 'trlocale\project_name.po'


--- Quote ---I've seen a message box talking about conversion of $$ and %% to $ and %
--- End quote ---
- see 'wxTranslate_exp.en::USE ON SINGLE PROJECT-3.2'  : integrity check of file 'po'
   - removing its characters possibly "\r",
   - replacing its strings possibly "$$..." by "$..."
http://forums.codeblocks.org/index.php/topic,1022.msg66337.html#msg66337
   - replacing its strings possibly "%%..." by "%..."
   - modifying its header using a few macros of 'Code::Blocks'
-but you can answer 'no', and then it does nothing.

Thank you again for the constructive feedback. Because when you work alone, you do not see the point.
A soon.


LETARTARE:
Version 0.4.2 is available :
https://sourceforge.net/projects/wxtranslate

- bug fix on contextual menus when using a project without the  *.xrc or *.wxs file
- try simplification of documentation ...


Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version