2. 插件地址
- 1。下载地址(见附件):http://sourceforge.net/projects/csseditor/
- 2。解压缩复制到Eclipse > plugins
- 3。打开Eclipse。window > Perferences > General > Editors > File Associations
- 找到File types: *.css
- 选择Associated editors: CSS Editor 为Default。
- 完成
http://eclipse-tools.sourceforge.net/updates/
3. eclipse快捷键失效
2.LICENSE_KEY=YLR8ZC-855550-6765665204902409
7、Eclipse软件套餐
8、eclipse在spring配置文件applicationContext.xml文件中添加自动提示功能
- <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:context="http://www.springframework.org/schema/context"
- xsi:schemaLocation="http://www.springframework.org/schema/beans
- http://www.springframework.org/schema/beans/spring-beans-2.5.xsd
- http://www.springframework.org/schema/context
- http://www.springframework.org/schema/context/spring-context-2.5.xsd">
- <context:annotation-config />
- </beans>
9、Mylin插件
Mylyn是一款Eclipse下非常优秀的任务管理软件,提供了新建任务功能,并能在繁多的Java工程的视角的切换中,只关注自己任务开发时所需要用到的文件,方便了开发者的切换
http://sourceforge.net/projects/jodeeclipse
(2)plugin到eclipse: http://www.technoetic.com/eclipse/update
http://www.kpdus.com/jad.html#download
Usage
- Window -> Show View -> Other -> Java -> Bytecode
- select two *.class or *.java files -> right click -> Compare with -> Each Other Bytecode
- select one *.class or *.java file -> right click -> Compare with -> Another Class Bytecode
菜单Window>Preferences
在打开对话框中过滤输入中输入keys
在列表中将title为category的列点一下做个排序
找到svn大类
看到了吧,svn很多command,比如更新锁定提交等等,binding这一栏都是空的,也就是说需要你来设置快捷键
在Binding输入栏中按下你希望的快捷键,比如ctrl+`
When这一拦选择java编辑器
好了打完收工,你可以在编辑器中写完代码后,直接按ctrl+`来向svn提交代码
all然后点击 NEXT。然后点击”Browse”选择任意的一个路径,保存配置文件,然后点击”Finish”。
导入:打 开Eclipse的 File -> Import 然后在打开的窗口里展开 General ->Perferences,点击NEXT,选中刚才修改过的配置文件,Finish。
可参考:http://www.javagg.com/archives/838
17、加快eclipse启动速度
设置插件不启动: Window->preferences->general->startup and shutdown
18、eclipse svn密码修改
经常出现因SVN密码更改,但Eclipse中SVN密码修改又很是复杂,网上一般都是删除硬盘内的document的文件,经在Eclipse中反复查找,发现在Eclipse中同样可以修改SVN密码:
1.点击 windows>show view>other>SVN>SVN repositories
2.在编辑器下部可以看到 SVN repositories 的view,选择要修改的SVN地址 右键>location properties 修改密码即可
19、在eclipse中远程编辑文件的eclipse插件
插件:http://mirrors.bevc.net/eclipse/download/drops/S-3.1M4-200412162000/eclipse-FTP-WebDAV-3.1M4.zip
参考:http://blog.csdn.net/zhangyunbo1116/article/details/1601122
20、eclipse中的js debug插件:Eclipse debugger for V8
安装:http://chromedevtools.googlecode.com/svn/update/dev/
源代码:http://code.google.com/p/chromedevtools/
参考文档:http://club.cnodejs.org/topic/4f16442ccae1f4aa27001105
21、javascript的eclipse插件:jseclipse
在eclipse中的install:http://download.macromedia.com/pub/labs/jseclipse/autoinstall/
本文转自 tianya23 51CTO博客,原文链接:http://blog.51cto.com/tianya23/245397,如需转载请自行联系原作者