码迷,mamicode.com
首页 >  
搜索关键字:editors    ( 263个结果
eclipse使用技巧2——快捷设置
1、设置行号: a) 打开Windows-》preferences-》General-》Editors-》Text Editors;选中Show line numbers。   2、打造更强大的代码提示: a) 打开Windows-》preferences-》java->Editor->Content Assist, b) 将Auto activation activation trig...
分类:系统相关   时间:2015-01-28 19:47:47    阅读次数:226
MyEclipse添加XML的xsd文件和dtd文件(自动补全xml节点代码)
因为自己遇到这个问题,并且也百度了,关于这个设置问题也有许多,但还是自己梳理一下,配图说明。配置xsd 这个以配置spring-context-2.5.xsd为例说明:先注册 .进入:Window ->Preferences -> MyEclipse ->Files and Editors ...
分类:系统相关   时间:2015-01-13 22:49:41    阅读次数:331
Eclipse color theme jsp javascript显示问题
Q: 在eclipse 中,设置为sublime格式时, 在编辑器中,jsp中嵌套的javascript底色非常难看。 A:在如下位置进行设置,Window -> Preferences-> MyEclipse -> Files and Editors -> Javascript -> Editor...
分类:编程语言   时间:2015-01-13 21:30:00    阅读次数:310
eclipse查看.class文件
要使用jd-gui.exe反编译程序步骤:window-preferences-general-editors-file associations, 如下图上面的框选中,*.class without source。下方的框是选择默认的查看器的,占击下方的add按钮,出现如下图选中External ...
分类:系统相关   时间:2015-01-12 17:32:32    阅读次数:179
eclipse代码折叠/展开之笔记本快捷键设置<非原创>
首先在eclipse 中开启设置代码折叠功能1. windows->perferences->General->Editors->Structured Text Editors可以看到Enable folding选项,打上勾就可以使用代码折叠功能,但还要在具体的语言中设置。2、windows->pe...
分类:系统相关   时间:2014-12-31 14:28:29    阅读次数:291
eclipse设置保护色<非原创>
eclipse操作界面默认颜色为白色。对于我们长期使用电脑编程的人来说,白色很刺激我们的眼睛,所以我经常会改变workspace的背景色,使眼睛舒服一些。设置方法如下:1、打开window->Preference,弹出Preference面板2、展开General标签,选中Editors选项,展开。...
分类:系统相关   时间:2014-12-26 18:13:28    阅读次数:208
Eclipse护眼背景色设置(转)
首先,是设置背景色的方式,打开Eclipse以后,依次点击 Windows -> Preference。打开界面配置对话框。操作如图所示 进入对话框后:1、展开General标签,选中Editors选项,再选中 Test Editors,右边出现Test Editors面板。 面板中有这样一个选项....
分类:系统相关   时间:2014-12-21 23:27:40    阅读次数:279
Myeclipse设置JAVA选中高亮显示
1.打开显示功能选择Windows->Preferences->Java-> Editor-> Mark Occurrences ,勾选选项。这时,当你单击一个元素的时候,代码中所有该元素存在的地方都会被高亮显示。2.设置高亮的颜色Window/preferences/general/Editors...
分类:编程语言   时间:2014-12-17 18:04:56    阅读次数:196
如何设置eclipse中的文件的默认打开方式
如何设置eclipse中的文件的默认打开方式 打开eclipse。选择如下:windows --> preferences --> General --> Editors --> file Associations 如果列表中没有,可以点击ADD添加文件的格式。 然后在下面添加默认打开的此格式文件的应用即可,如下图:...
分类:系统相关   时间:2014-12-15 19:07:36    阅读次数:212
eclise编辑jsp页面后点击保存很卡
原因是快捷键保存是Ctrl+S,触发了Ctrl键,代码跟踪时要用到Ctrl键来跟踪。但是在jsp页面就没有必要了。决解方案:在eclipse中打开Window->Preference->General->Editors->TextEditors->HyperLinking在用Ctrl键控制的HyperLinkingStyleNevigation列表下,取消勾选..
分类:Web程序   时间:2014-12-15 10:34:08    阅读次数:214
263条   上一页 1 ... 19 20 21 22 23 ... 27 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!