eclipse使用技巧,插件等

 

1.eclipse不能自动提示的解决方法

打开window->Preferences->Java->Editor->Content Assist->Advanced   上面的选项卡

Select the proposal kinds contained in the 'default' content assist list: 

把 Other Java Proposals 选项打上勾就可以了。

 

 

2.在程序空白处按 alt+/ 自动显示所有可以自动补全方法

 

 

 

 

3. myeclipse绿化方法

 

Java代码 

1.D:\Program Files\MyEclipse 8.0\Genuitec配置文件在  

  D:\Program Files\MyEclipse 8.0\MyEclipse 8.x Latest\configuration\config.ini下  

  

  

2.目录配置文件在  

  D:\Program Files\MyEclipse 8.0\MyEclipse 8.x Latest\myexlipse.ini  

 

 

=============ECLIPSE插件大全===================

 /*

ubuntu下代替subversion的插件:Subversive

参考网站:http://nileshk.com/2009/06/05/svn-in-eclipse-subversive-and-svnkit-for-subversion.html

安装方法,先安装SVNKit http://svnkit.com/download.php,再安装Subversive,http://www.eclipse.org/subversive/latest-releases.php

在eclipse3.6上安装成功的例子,注意,千万不要装多余的插件  

  Subversive SVN Connectors2.3.0.I20120520-1700

  Subversive SVN Team Provider (Incubation)0.7.9.I20120520-1700

  SVNKit 1.3.7 Implementation (Optional)2.3.0.I20120413-1700

*/

1. 下载并安装subversive

 

    

    进入这个网址 http://www.eclipse.org/subversive/downloads.php, 找到Latest Release - Recommended 在 Subversive plug-in - [required]下找到

 

    

2. 下载并安装svn connector

    参见 http://www.polarion.com/products/svn/subversive/download.php

 

    注意版本要对 subversive/connector ,  0.7<--->2.2 ,  1.0<--->3.0

 

    注意在选择安装内容时,尽量全选,我开始只选了一个svn connector,结果不能用, subversive的设置中无法选择connector。后来第二次安装时全选就能用了。

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

 

velocity插件  Veloeclipse2.0.8com.googlecode.veloeclipse.ui.feature.group   http://veloeclipse.googlecode.com/svn/trunk/update/ 

 

代码自动换行  Word Wrap Feature0.0.5com.ahtik.wordwrap.feature.group   

http://ahtik.com/eclipse-update/

 

XML编辑插件 Eclipse XML Editors and Tools3.1.1.v200907161031-

 

可以debug shell脚本。 http://sourceforge.net/projects/basheclipse/?source=recommended

 

ubuntu SVN软件安装 http://wiki.rabbitvcs.org/wiki/install/ubuntu

==============================32位ubuntu进行安装======

请安装1.6版 http://subclipse.tigris.org/update_1.6.x    not required类型以及optional类型的不要选择

http://stackoverflow.com/questions/4581371/installing-svn-plugin-for-eclipse-on-ubuntu

====>发现SVNKIT不好用

安装javahl类库 sudo apt-get install libsvn-java

修改eclipse.ini配置文件, 增加-Djava.library.path=/usr/lib/jni

====>成功!!在Eclipse里面验证Preferences > Team > SVN

另参考http://stackoverflow.com/questions/9032252/getting-subclipse-to-work-on-ubuntu-64-and-indigo-incompatible-javahl-library/9503592#9503592

 

===>注意,发现subversive更好用,所以更新之==========

http://www.eclipse.org/subversive/latest-releases.php网站上使用链接http://download.eclipse.org/technology/subversive/1.0/update-site-1.0.1/进行更新.

然后注意重启eclipse,会提示安装svnkit ,选择1.7.8 ,然后安装提供的两个软件

 

 

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

openexplorer 

easyexplorer 

intl-test-data-generator_1.0.0.201104141901.jar

========Veloeclipse 中JS颜色改变===========

Windows --> Perferences --> Veloeclipse --> Editor --> script code --> Color

猜你喜欢

转载自wukunlsy.iteye.com/blog/1750507
今日推荐