free software
Native2Ascii
Products:
IntelliJ IDEA,
Android Studio
Vendor:
Alexey Efimov
Email:
N/A
Website:
N/A
Description:
Support for compiling native properties files to ascii.
Downloads: 13565
Rating:
Participated in rating: 5
Recent change notes:
Native2Ascii 1.0.9. Bugfixes with deprication use of file extensions, and minor improvements (now *.properties files can compiled via right click).
General usage instructions:
This is compiler plugin. Just compile module, and this plugin will convert *.properties files into output directory using native2ascii algoritm.
Comments:
This plugin do not work in IntellJ 9.
Can any one fix this plugin?
It was easier for me to use the native2ascii CLI tool.
I'm sure it is a good tool if you know how to work it though.
This plugin not change source files. It 'compile' files from source root into output path and convert output files.
If you need to inplace conversion, please remove this plugin, rollback resources patern '?*.properties' and set 'Transapency conversion for properties files' in IDE Settings/Editor. It standard feature of IDEA.
I have a problem.
1) I'm installed this plugin
(just copied lib dir into directory with Idea libs).
2) Then - restarted Idea.
3) Try to rebuild all project.
4) On screen appears message box about need to remove extension mapping and shows to me dialog window with mapping settings.
5) I removed mapping to *.properties.
6) Try to rebuild again.
7) Project builded succefully (flush result to exploded directory) but I have not observed any changes with my *.properties file. No matter in Native or Ascii format my file - nothing happened with it.
What did I wrong ?