1.指定本机java环境

Windows-->preferences-->java-->Insetallel JREs

右侧 单击ADD standard VM-->Next -->Directory-->Finash

点选 新增jre环境-->点击OK

2.更换背景颜色 个人感觉白色比较刺激眼睛 可选择性更换

Windows-->preferences-->General-->Editors-->Text Editors

右侧左下方 选中 Background color后, 单击 System default选项框后, 点击color 选择颜色后 -->OK

3.取消servers中myeclipse自带的tomcat 开发中常常需要到相应的 tomcat目录中查看,

指定本机自带tomcat 可以更方便的操作

Windows-->preferences-->MyEclipse-->Servers-->Tomcat

根据个人选择指定tomcat目录 并点选上方的 radio Enable 选项-->OK

4.取消server中的tomcat

Windows-->preferences-->MyEclipse-->Servers-->Integrated Sandbox-->Myeclipse Tomcat 6 点击disable

5.取消自动validation 有一堆,什么xml、jsp、jsf、js等等,我们没有必要全部都去自动校验一下,只是需要的时候才会手工校验一下!

取消方法

windows-->perferences-->myeclipse–->validation

除开Manual下面的复选框全部选中之外,其他全部不选

手工验证方法:

在要验证的文件上,单击鼠标右键--->myeclipse--->run validation

6.取消Eclipse拼写检查

拼写检查会给我们带来不少的麻烦,我们的方法命名都会是单词的缩写,他也会提示有错,所以最好去掉,没有多大的用处

windows--->perferences--->general-->editors->Text Editors->spelling

点击enable spell check

7.jsp /xml /html

windows--->perferences--->general--->editors->file associations

在下方选择一种编辑器,我选择的是 myeclipse jsp/xml/html editor 然后点击左边的default按钮

8.取消Maven更新(启动更新)

Window > Preferences > Myeclipse > Maven4Myeclipse 禁用Download repository index updates on startup

9.修改jsp文件内容的编码

window->Preferences ->myeclipse->Files and Editors->jsp

10.hovers javascript hovers (鼠标悬停提示关闭) 鼠标悬停提示关闭

Window->preference ->Myeclipse ->Files and Editors-> javascript -> edit -> 选中Hover  去掉勾选Combined Hove

java :   Window->preference ->java->Editor->Hovers 去掉勾选Combined Hover Bug模式调试 勾选上Variable Values

11.修改新建文件java/js/html/properties文件编码

window->Preferences -> General->Content Type

把下面的Default Character Set的值改成UTF-8

12.个人习惯:

Window --> Preferences --> General --> Workspace,文字编码改为UTF-8。

13.修改右键

windows –> Customize Perspective  选项

14.myeclipse 内存溢出

打开MyEclipse目录下的myeclipse.ini文件 在后面修改下面几个属性

-vmargs

-Xms512m              ( JAVA能够分配的内存)

-Xmx512m              ( JAVA能够分配的最大内存)

-XX:PermSize=512M      (非堆内存初始值)

-XX:MaxPermSize=512M   (非堆内存最大值)

-XX:ReservedCodeCacheSize=64m  (eclipse缓存)

15.myeclipse2014 总是不停的在 Update index,研究发现Update index...是Maven在下载更新,但很是影响myeclipse的使用速度,禁用办法如下:

												

MyEclipse 2014优化设置(禁用myeclipse updating indexes)的更多相关文章

  1. 切换myEclipse工作空间后设置,myEclipse添加注释/设置豆沙背景颜色/调节字体大小

    一.添加注释 操作位置: 注释规范 Files/** * @文件名称: ${file_name} * @文件路径: ${package_name} * @功能描述: ${todo} * @作者: ${ ...

  2. kav卡巴斯基2014 优化设置

  3. MyEclipse 2014各种优化设置

    各种优化大整合,陆续更新使用中的问题,也欢迎大家提问. 1.通用优化设置:字体,UTF-8编码格式设置: http://jingyan.baidu.com/article/b907e627d2c5da ...

  4. myeclipse优化设置

    一.myeclipse字体设置Window->Preferences->General->Appearance->Colors and Fonts在右侧找到”Aa Test F ...

  5. MyEclipse for Spring启动时报错"An internal error occurred during: 'Updating indexes'.Java heap space"的解决办法

    问题 MyEclipse for Spring在启动时,报如下错误:An internal error occurred during: 'Updating indexes'.Java heap sp ...

  6. MyEclipse优化设置(最详细版本)

    MyEclipse优化设置由于自己需要,在网上查了相关资料,现在总结如下: 本优化方法较全,希望能帮助到需要的人... 第一步: 取消自动validation validation有一堆,什么xml. ...

  7. MyEclipse、Eclipse优化设置

    第一步: 取消自动validation validation有一堆,什么xml.jsp.jsf.js等等,我们没有必要全部都去自动校验一下,只是需要的时候才会手工校验一下! 取消方法: windows ...

  8. 解决MyEclipse一直在Updating indexes的文题

    Updating indexes是Maven在下载更新,这个需要手动去设置即可:  Window --> Preferences --> Maven4MyEclipse --> 去除 ...

  9. myeclipse 10 优化

    一.Myeclipse10修改字体 MyEclipse10是基于Eclipse3.7内核,但在Eclipse的Preferences-〉general-〉 Appearance->Colors ...

随机推荐

  1. iOS 8出色的跨应用通信效果:解读Action扩展

    本文转载至 http://mobile.51cto.com/iphone-464809.htm 用程序扩展最初于WWDC 2014大会上正式亮相,这是一种将iOS应用程序功能扩展至系统其它组成部分的途 ...

  2. 【BZOJ4808/3175】马/[Tjoi2013]攻击装置 最小割

    [BZOJ4808]马 Description 众所周知,马后炮是中国象棋中很厉害的一招必杀技."马走日字".本来,如果在要去的方向有别的棋子挡住(俗称"蹩马腿" ...

  3. highcharts配置的效果如下

    配置如下: function init(categoryArray,seriesData,month_first_day,month_last_day,currDay){ var chart = Hi ...

  4. Python全栈day9(Python基础)

    Python基础 一,Windows安装Python3.5 下载地址:https://www.python.org/ftp/python/3.5.2/python-3.5.2rc1-amd64.exe ...

  5. CodeForces 24B F1 Champions(排序)

    B. F1 Champions time limit per test 2 seconds memory limit per test 256 megabytes input standard inp ...

  6. Tomcat----->tomcat配置虚拟主机(搭建网站)mac

    1.首先在server.xml中添加HOST <Host name="www.snowing.com" appBase="/Users/snowing/Downlo ...

  7. HDU2855—Fibonacci Check-up

    题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=2855 题目意思:求一个式子g[n]=∑C(n,k)*f[k],n很大,很明显是一个矩阵快速幂.可以打表 ...

  8. mysql - json - look up subobjects or nested values directly by key or array index without reading all values

    w https://dev.mysql.com/doc/refman/5.7/en/json.html

  9. Windows使用中的一些小技巧

    1.网站保存在桌面 在桌面新建一个快捷方式,然后输入网址即可.

  10. VC2005 warning C4819 消除方法

    一. Warning C4819:The file contains a character that can ot be represented in the current code page(9 ...