eclipse相关问题汇总

来源:互联网 发布:淘宝改销量 编辑:程序博客网 时间:2024/05/19 18:16

1.问题:按住ctrl点击变量或文件无法追踪,提示the resource is not on the build path of a php project。。。

解决:删掉工程,选择保留所有文件,再新建同名工程,把不带.的文件如.config .project等文件复制到新工程文件夹即可。

2.问题:帮助--软件更新时出错:

Cannot complete the request. This installation has not been configured properly for Software Updates.

未解决,

参考 http://stackoverflow.com/questions/1023044/getting-the-message-cannot-start-the-update-ui-when-trying-to-run-the-updat


3.问题:软件远程url更新时报错:

当前配置包含错误,此操作可能会产生不可预测的结果。 Eclipse Tools(3.2.2)需要 插件“org.eclipse.emf.codegen.ecore.ui”。


4问题:查看错误日志?

http://blog.csdn.net/hongweigg/article/details/7197681


5.如何设置自动换行?

使用此url更新,或者浏览器去下离线包。支持3.2.2 http://ahtik.com/eclipse-update/

安装完毕重启eclipse右键源码就出现一个warp框


6.编辑器字体太小or不习惯?

window-preferences-搜索font,选择相应语言,edit 。推荐字体:sourceCodePro


7.easyeclipse for php中,php编码设置自动换行,关闭自动补全?

window-preferences-phpEclipse web development -php -typing-words wrap 勾上,wrap double quoted php strings勾取消

原创粉丝点击