Skip to content
This repository has been archived by the owner on Oct 14, 2020. It is now read-only.

idubrov/Eclipse-Native2ASCII

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project is a simple workaround for the bug 65571 of Eclipse properties file editor.

To build the extension, execute "mvn package" (Apache Maven2 is required, http://maven.apache.org)

To use this extension, simply put the binary JAR into the <JDK_HOME>/jre/lib/ext directory,
run the Eclipse, open the Window->Preferences dialog, navigate to General->Content Types,
select "Java Properties File" node under "Text" node on the right, and change the default
encoding to "ISO-8859-1-ESCAPED". After that, the properties files with unicode escapes
will be displayed in "native" form in the properties file editor and converted to the
escaped form automatically upon save.

Releases

No releases published

Packages

No packages published

Languages