1.点击要打开的jsp文件。右键。选择 openwith-->MyEclipseVisualJSPDesigner就好了。2. 如果想所有的jsp都默认使用这个可视化编辑器打开的话,这样设置Window-->Preferences-->General-->Editors-->FileAssociat...
分类:
Web程序 时间:
2015-05-26 18:17:51
阅读次数:
305
1、设定默认编码 打开Window-->Preferences-->Workspace设定编码为UTF-8 1、显示代码行号 打开Window-->Preferences-->Editors-->Text Editors 选择Show line numbers 3、设定代码自动提示 打开Window...
分类:
系统相关 时间:
2015-05-25 06:04:20
阅读次数:
201
菜单栏 windows–>preferences–>general–>editors–>text editors中在Appearance color options下修改 background color为(将system default前的勾点掉)red:204; green:232; blue:...
分类:
系统相关 时间:
2015-05-22 14:51:14
阅读次数:
228
Zend Studio 双击变量后会高亮所有用到的该变量的背景色,如何修改高亮变量的背景色:打开 Window->Preferences->General->Editors->Text Editors->Annotations->PHP elements 'read' occurrences(PHP...
分类:
其他好文 时间:
2015-05-21 10:48:54
阅读次数:
321
1.设置java的JDK:window->preferences->Java->Installed JREs->Add2.设置文件默认打开方式: window->preferences->General->Editors->File Assocations选中相关文件,并在Associated ed...
分类:
系统相关 时间:
2015-05-13 18:54:17
阅读次数:
195
Know Your IDEHeinz KabutziN THE 1980S, our programming environments were typically nothing bet- ter than glorified text editors…if we were lucky. Syntax highlighting, which we take for granted nowadays...
分类:
其他好文 时间:
2015-05-13 10:23:52
阅读次数:
98
解决方案:
依次展开Windows->Preferences->General->Editors->TextEditor
将右边的Show whitespace characters的复选框取消保存即可...
分类:
编程语言 时间:
2015-05-09 23:40:50
阅读次数:
237
// Underscore.js 1.5.2// http://underscorejs.org// (c) 2009-2013 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors// ...
分类:
Web程序 时间:
2015-05-07 11:58:00
阅读次数:
200
偏好设置 -> General -> Editors -> File Associations .xml -> 设置XML Editor为default Keys 中查找 Content Assist Java -> Editor -> Content Assist abcdefghijklmnop...
分类:
系统相关 时间:
2015-05-06 22:34:25
阅读次数:
235
Custom Editors加速游戏制作过程的关键是为哪些频繁使用的组件创建自定义的编辑器,为了举例,我们将会使用下面这个极其简单的脚本进行讲解,它的作用是始终保持一个对象注视某一点。public class LookAtPoint : MonoBehaviour { public Vecto...
分类:
编程语言 时间:
2015-05-06 14:52:52
阅读次数:
227