eclipse相关

 

 

插件可以从附件中直接下载

 

 

OpenExplorer(已经测试,非常好用,能打开源文件对应的文件夹并选中源文件)

OpenExplorer is a plugin for Eclipse, it opened the files selected in “Package Explorer” and “Navigator” in the system file browser.

Now Support Eclipse 3.2 and later, Mac OS X, Linux (with nautilus) and Windows.

https://github.com/samsonw/OpenExplorer  

Download the latest version of the plugin, then put it into your Eclipse plugin directory "$ECLIPSE_HOME/plugins" (or "$ECLIPSE_HOME/dropins" for 3.3+ eclipse)

Restart Eclipse workbench.

To uninstall, just remove the jar.

 

============================

php 在线插件地址【去官方网站找最新的SVN地址吧】

http://www.phpeclipse.com/

 

 

==============================

问题描述:Eclipse安装一些其它插件后,导致jsp的默认编辑器修改了,每次双击打开时都产生错误。

处理方法:
    打开Eclipse,依次选择菜单上的[window] - [preferences] - [General] - [Editors] - [File Associations]:可以看到有各种文件格式的选择,然后在[File Types]中选择相应的格式,在[Associations Editor]中选择对应的编辑器,点击[default]按钮即可。

 

==========================

用ECLIPSE编辑PHP时不显示行号,不论怎么选择SHOW LINE NUMBERS都不可以

 

最初我只是在GENERAL全局里设置,最后在 phpeclipse web development-->PHP->show line numbers 打勾即可

 

======================

新装的ECLIPSE有时候字体显示非常不好看

可以 Window > Preferences ... > General > Appearance > Colors and Fonts: Courier New 10号字体

 

注:如果找不到字体则

 

win7下
如果你在列表里看不到 Courier New ,就到控制面板->字体,找到Courier New,右键,显示。
然后回到eclipse关掉字体列表重新打开。就能在列表里看到 Courier New 了。

 

 

你可能感兴趣的:(eclipse,linux,windows,软件测试,OS)