zoukankan      html  css  js  c++  java
  • eclipse properties 文件查看和编辑插件

    问题

    在Struct2在读取语言包文件language.properties属性文件,如果文件中包含中文,会出现乱码。虽然可以native2ascii进行解决,但是使用起来不方便,为了解决这个问题,可以为Eclipse安装Properties Editor插件解决这个问题。 

    Properties Edito官网地址:http://propedit.sourceforge.jp/index_en.html

    Properties Edito安装地址:http://propedit.sourceforge.jp/howto_eclipseplugin_install_en.html

    环境

      Eclipse版本: 3.6

    步骤

    1  安装Properties Editor插件

    a  Help --> Install New Software 

    b  在打开窗口“Work with”输入:http://propedit.sourceforge.jp/eclipse/updates/ 回车

       选择PropertiesEditor下的2个组件进行安装即可。如果去掉“Contact all update sites during install to find required software” 可以跳过自检。

       安装过程中,可能有警告,别管它,点击是就可以。

    c  安装完毕后,重启Eclipse。

    2  Properties文件和Properties Editor关联

       如果安装成功,则properties文件图片会变成一个文本中有个绿色的P。

       如果还不能用Properites Editor打开,则文件右击 -> Open With -> PropertiesEditor即可

  • 相关阅读:
    当使用vue的按键修饰符不起效果的时候怎么办?如@keyup.enter = '' ;
    Android 破解
    粒子跟随3
    关于国际化
    一些js及css样式
    Could not find method google() for arguments [] on repository container.
    redis
    window cmd 自动补全
    gradle中的 settings.gradle
    for(String s:list)的运行
  • 原文地址:https://www.cnblogs.com/eyesfree/p/7514902.html
Copyright © 2011-2022 走看看