Myeclipse配置

一、配置主题

  Window--> preferences--> Appearance 右侧 Theme,下拉选择主题,重启MyEclipse

二、配置字体、背景色

        1.字体

  Window--> preferences--> Appearance--> Colors and Fonts 右侧BasicàText Font 点击最右侧Edit进入修改页面

        2.背景色

  Window-->preferences-->General --> Editors-->Text Editors

  选择右边的Appearance color options,选中 Background color  背景色,去掉右边System Default选择框的勾,点击上面的颜色

三、JSP相关设置

  1. 默认打开方式

window-->preference-->general-->Editors--> File Associations在File types中找到jsp类型,然后设置它的关联编辑器:选择MyEclipse JSP Editor 点击default,然后点击OK即可

  1. 默认编码

window-->perference-->MyEclipse-->Files and Editors-->JSP右侧Encoding选择UTF-8

四、高亮显示

  1.打开显示功能

  选择Windows-->PreferencesàJava--> Editor--> Mark Occurrences ,勾选选项。这时,当你单击一个元素的时候,代码中所有该元素存在的地方都会被高亮显示。

  2.设置高亮的颜色

  Window-->preferences-->general-->Editors-->Text Editors-->Annotations-->Occurences

  修改javascript高亮显示颜色:Window-->preferences-->general-->Editors-->Text Editors-->Annotations-->JavaScript Occurences

五、配置tomcat

  Window-->preferences-->MyEclipse-->Servers-->Runtime Environments

六、配置SVN

  在“D:\develop\MyEclipse 2016 CI\dropins\”下新建SVN文件夹,将下载的SVN解压,将features和plugins两个文件夹拷入SVN文件夹下,重启MyEclipse即可

七、智能提示

  Windows-->Preferences-->Java-->Editor-->content assist在右侧Auto activation triggers for Java框中输入abcdefghijklmnopqrstuvwxyz{[(

八、Workspace

        为了方便工程的移植,Text file encoding设置为UTF-8,New text file line delimiter设置为Unix

九、用数个空格字符代替默认的tab缩进

        General -> Editors -> Text Editors -->在右侧找到Displayed tab width-->把下面的“Insert spaces for tabs” 勾选上,

 

posted @ 2017-08-30 20:21  景话宇意  阅读(283)  评论(0)    收藏  举报