Sections:
|
一些關於 Eclipse 這個開放工具的資料。還在持續更新中。
Useful tips
我個人目前常用的快速鍵:
(注意,英文字母有大小寫之分。也就是,O 表示 shift + o )
JavaWorld@TW - Eclipse 3.0 RC2 熱鍵表 (中英對照版,Default)
www.javaworld.com.tw/jute/post/view?bid=10&id=5390...
plugins
update site: http://propedit.sourceforge.jp/eclipse/updates/
快速 gen 出:
update site: http://log4e.jayefem.de/update
update site: http://download.jboss.org/jbosstools/updates/stable
Labels:
Hibernate Plugging Aptana into an existing Eclipse configuration - Aptana
www.aptana.com/docs/index.php/Plugging_Aptana_into... update site: http://update.aptana.com/install/studio/3.2/
update site: http://pydev.org/updates
update site: http://findbugs.cs.umd.edu/eclipse/
update site: http://boss.bekk.no/cubictest/update/
testing plugins
step1:download jqueryWTP_version.jar
step2:find you Eclipse Plugin org.eclipse.wst.javascript.ui_xxxxxxx.jar,backup the plugin. step3:double click the jar file or run with command java -jar jqueryWTP.version.jar step4:on the opened swing UI,choose org.eclipse.wst.javascript.ui_xxxxxxx.jar,and output dir. step5:click generate button. step6:replace old org.eclipse.wst.javascript.ui_xxxxxxx.jar file with the generated file. step7:restart eclipse. step8:open a html file,edit js content. |