推荐eclipse插件Properties Editor

来源:互联网 发布:淘宝评价显示多长时间 编辑:程序博客网 时间:2024/05/22 17:16

Properties Editor 是一款properties文件编辑器。

 

需求:一般我们在做“国际化”功能时,我们需要properties中文表示方式用unicode表示。eclipse默认properties文件编辑器不方便查看,需要我们查看常常查找unicode编码表。

 

Properties Editor刚好满足了这个需求,不需要用户常常查看unicode编码表,默认直观表示为中文,用户可以通过文件点击右键Unicode表示查看对应的unicode表示的properties文件。当然这只是Properties Editor的一种功能,其他的功能可以自己熟悉。

 

Properties Editor安装(在线安装):

Name: Properties Editor

Location: http://propedit.sourceforge.jp/eclipse/updates/



 

安装成功后properties编辑器被改动为下图



 

马上使用自己的Properties Editor吧。

 

PS:Properties Editor官方网站:http://propedit.sourceforge.jp/index_en.html

0 0