diff options
author | miwi <miwi@FreeBSD.org> | 2007-10-06 05:15:33 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-10-06 05:15:33 +0800 |
commit | 4b0d3c2f7b1301ff5b50af5ebec79adfa8ceb084 (patch) | |
tree | 6281fe83f813c6145d79578fbca6d805664e18f6 /java/Makefile | |
parent | a9a34182e41baf0f8949f1b07ec3eb6135d09cdf (diff) | |
download | freebsd-ports-gnome-4b0d3c2f7b1301ff5b50af5ebec79adfa8ceb084.tar.gz freebsd-ports-gnome-4b0d3c2f7b1301ff5b50af5ebec79adfa8ceb084.tar.zst freebsd-ports-gnome-4b0d3c2f7b1301ff5b50af5ebec79adfa8ceb084.zip |
Development using the properties file is performed by Java by the setting
file of J2EE application, internationalization correspondence with desktop
application, etc. being sufficient. However, you have to change the multi-byte
character in a file into Unicode with the native2ascii tool of attachment in
J2SDK on the character platform un-depending.
This editor can directly edit property files written in Unicode reference
characters, and saves the time and effort of converting into Unicode through
native2ascii. In addition to the usual functions of an editor, the plugin is
integrated with Eclipse and JBuilder. Files can be opened in the IDE and saved
in Unicode. It can use by intuitive and simple operation.
WWW: http://propedit.sourceforge.jp/index_en.html
PR: ports/116871
Submitted by: Sutra Zhou <zhoushuqun at gmail.com>
Diffstat (limited to 'java/Makefile')
-rw-r--r-- | java/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/java/Makefile b/java/Makefile index b5f7b4705033..3da72317aed1 100644 --- a/java/Makefile +++ b/java/Makefile @@ -38,6 +38,7 @@ SUBDIR += eclipse-lomboz SUBDIR += eclipse-ocl SUBDIR += eclipse-pmd + SUBDIR += eclipse-propedit SUBDIR += eclipse-quantum SUBDIR += eclipse-sqlexplorer SUBDIR += eclipse-sysdeo-tomcat |