Bug 116871 - New port: java/eclipse-propedit Properties editor for eclipse
Summary: New port: java/eclipse-propedit Properties editor for eclipse
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-03 14:50 UTC by Sutra
Modified: 2007-10-05 22:20 UTC (History)
0 users

See Also:


Attachments
file.shar (2.80 KB, text/plain)
2007-10-03 14:50 UTC, Sutra
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sutra 2007-10-03 14:50:01 UTC
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

Fix: Patch attached with submission follows:
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2007-10-03 15:12:16 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2007-10-05 22:15:13 UTC
State Changed
From-To: open->closed

New port added. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2007-10-05 22:15:38 UTC
miwi        2007-10-05 21:15:33 UTC

  FreeBSD ports repository

  Modified files:
    java                 Makefile 
  Added files:
    java/eclipse-propedit Makefile distinfo pkg-descr pr-patch 
  Log:
  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>
  
  Revision  Changes    Path
  1.191     +1 -0      ports/java/Makefile
  1.1       +38 -0     ports/java/eclipse-propedit/Makefile (new)
  1.1       +3 -0      ports/java/eclipse-propedit/distinfo (new)
  1.1       +12 -0     ports/java/eclipse-propedit/pkg-descr (new)
  1.1       +84 -0     ports/java/eclipse-propedit/pr-patch (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"