Language Tool for FAR Developers

A place where plug-in developers can share their knowledge and experience.
Post Reply
twodev
Posts: 56
Joined: Mon 23 Feb, 2009 00:36

Language Tool for FAR Developers

Post by twodev »

Code: Select all

Language Tool for FAR Developers (lngtool)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

This is a helper tool for FAR developers which simplifies the process
of implementing new and translating existing message strings.

lngtool requires:
 - A .lng.ini file in standard INI style as input

lngtool generates:
 - One or more .lng files
 - A standard C/C++ .h header file with an enumeration (enum)
Edit: Generated .lng files automatically get an UTF8 BOM inserted at the beginning of the file.
Attachments
lngtool-090305.zip
(84.07 KiB) Downloaded 543 times
Last edited by twodev on Sun 08 Mar, 2009 16:46, edited 3 times in total.
far2 plugins: format menu (discuss) | editor tools (discuss); far2 tools: lngtool
twodev
Posts: 56
Joined: Mon 23 Feb, 2009 00:36

Re: Language Tool for FAR Developers

Post by twodev »

Code: Select all

Thu Mar 04, 2009 

 !  First release
far2 plugins: format menu (discuss) | editor tools (discuss); far2 tools: lngtool
twodev
Posts: 56
Joined: Mon 23 Feb, 2009 00:36

Re: Language Tool for FAR Developers

Post by twodev »

Code: Select all

Thu Mar 05, 2009 

 !  Fixed UTF8 header not being written to generated .ini files
 !  Support for OEM (CP 850) output (-o or -oem), .lng files for FAR v1.75-
 +  Support for ANSI (CP 1252) output (-a or -ansi)
 +  Added quiet option (-q)
 +  Added verbose option (-v)
far2 plugins: format menu (discuss) | editor tools (discuss); far2 tools: lngtool
Post Reply

Return to “Plug-In Developers”