eclipse安装插件的url

来源:互联网 发布:晨曦软件为什么打不开 编辑:程序博客网 时间:2024/05/21 05:42

eclipse安装htmleditor插件:



需求:需要在eclipse里面编辑html和jsp,语法高亮和语法提示,自动补全等。


1.下载GEF(依赖包):

http://www.eclipse.org/downloads/download.php?file=/tools/gef/downloads/drops/3.7.2/R201201171043/GEF-ALL-3.7.2.zip

然后解压到eclipse安装目录添加到features和plugins文件夹

2.下载HTMLEditor

http://amateras.sourceforge.jp/cgi-bin/fswiki_en/wiki.cgi?page=EclipseHTMLEditor

只有一个tk.eclipse.plugin.htmleditor_2.1.0.jar文件

直接复制到eclipse\plugins里面

3.新建html文件

File->New->Other->Amateras->html




eclipse安装css插件:

http://www.oschina.net/p/cssdesigner


eclipse安装jquery插件:

1.在线安装:Help->Install New Software...->Add...->Name: "Spket", 
Location:http://www.spket.com/update/ 下载完毕重启Eclipse. 
2.手动安装:到http://www.spket.com/download.html下载 Plugin 版本,当前版本为1.6.17.下载解压后直接放置于Eclipse的dropins目录下,重启Eclipse. 
3.下载jQuery文件,(要下载开发版本). http://www.jq22.com/jquery-info122
4.设置spket ,Window -> Preferences -> Spket -> JavaScript Profiles -> New,输入“jQuery”点击OK; 选择“jQuery” 并点击“Add Library”然后在下拉条中选取“jQuery”; 选择 “jQuery”并点击“Add File”,然后选中你下载的jQuery.js 文件;设成Default; 
5.设置js打开方式(这一步很重要,不设置的话,也不会有jQuery的智能提示), Window -> Preferences ->General-> Editors-> File Associations-> 选择*.js,将Spket JavaScript Editor设为Default。 
6.新建一个js文件,jQuery自动提示!

 

本文来源于网络









0 0