标签:soc 智能提示 输入 pes 进入 window 背景色 选项 新建
一、配置主题
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相关设置
window-->preference-->general-->Editors--> File Associations在File types中找到jsp类型,然后设置它的关联编辑器:选择MyEclipse JSP Editor 点击default,然后点击OK即可
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{[(
标签:soc 智能提示 输入 pes 进入 window 背景色 选项 新建
原文地址:http://www.cnblogs.com/lijingyulee/p/7455130.html