summaryrefslogtreecommitdiff
path: root/java/eclipse-propedit (follow)
Commit message (Collapse)AuthorAgeFilesLines
* . Update the installation paths for the new version of eclipseGreg Lewis2010-07-311-5/+5
| | | | | | | | PR: 148668 Approved by: Sutra Zhou <zhoushuqun@gmail.com> (maintainer) Notes: svn path=/head/; revision=258534
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
| | | | Notes: svn path=/head/; revision=249285
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* - Remove pr-patchMartin Wilke2007-10-061-84/+0
| | | | Notes: svn path=/head/; revision=200982
* Development using the properties file is performed by Java by the settingMartin Wilke2007-10-054-0/+137
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> Notes: svn path=/head/; revision=200933