Changes for page Useful Eclipse Plugins
Last modified by Kieran Kelleher on 2011/07/25 18:02
From version 72.1
edited by Kieran Kelleher
on 2007/07/12 13:58
on 2007/07/12 13:58
Change comment:
There is no comment for this version
To version 76.1
edited by Kieran Kelleher
on 2008/11/25 09:05
on 2008/11/25 09:05
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,24 +1,43 @@ 1 1 == Introduction == 2 2 3 -The functionality of Eclipse can be extended with more plugins and these are often free and sometimes open source. They can usually be installed the same way as you first installed WOLips. Simply get the appropriate update "Update URL" for the plugin (or somtimes a selection of plugins), create a remote update site and install )3 +The functionality of Eclipse can be extended with more plugins and these are often free and sometimes open source. They can usually be installed the same way as you first installed WOLips. Simply get the appropriate update "Update URL" for the plugin (or sometimes a selection of plugins are available from the author), create a remote update site and install. The remote update site URL can usually be found somewhere in the documentation and often is more convenient that downloading the files and installing from HD. 4 4 5 +Of course, if you are reading this, it goes without saying that WOLips is **the most useful plugin** of all (y) 6 + 5 5 == Useful Plugins == 6 6 7 7 |= Name |= Details 8 -| Subclipse | Essential Subversion client9 - \\[[http://subclipse.tigris.org/]]10 +| Subclipse |((( 11 + Essential Subversion client 10 10 11 -| QuickREx | Provides regular expression building tool in a View 12 -\\ [[http://www.bastian-bergerhoff.com/eclipse/features/web/QuickREx/toc.html]] 13 +[[http://subclipse.tigris.org/]] 13 13 15 +Update Sites: * [[http://subclipse.tigris.org/update_1.2.x]] (For svn 1.4.x) 16 +* [[http://subclipse.tigris.org/update_1.4.x]] (For svn 1.5.x) 17 +\\Pre-requisite: Subversion binaries already installed [[Instructions>>http://homepage.mac.com/kelleherk/iblog/C1837526061/E20070705124145/index.html]] 18 +))) 19 +| JSEclipse | JavaScript editor 20 +\\Update Site: [[http://download.macromedia.com/pub/labs/jseclipse/autoinstall/site.xml]] 21 +| QuickREx | Provides regular expression building tool in a View 22 +\\HomePage: [[http://www.bastian-bergerhoff.com/eclipse/features/web/QuickREx/toc.html]] 23 +\\Update Site: [[http://www.bastian-bergerhoff.com/eclipse/features]] 14 14 | AnyEdit | AnyEdit plugin adds several new tools to the context menu of text based Eclipse editors, to Eclipse main menu and editor toolbar. 15 -\\ [[http://andrei.gmxhome.de/eclipse.html]] 16 -\\ AnyEdit contributes also Import/Export working sets wizards. 17 -\\ AnyEdit also allows you to automatically remove trailing whitespaces and/or perform tabs<->spaces conversion on a "save" action in all text-based Eclipse editors, and can show whitespace in text editors. 18 - 19 -| Jadclipse | On the fly decompilation of .class files - useful for debugging. 20 -\\ [[http://jadclipse.sourceforge.net/]] 21 -\\ Works in association with jad executable. 22 - 23 -|FindBugs | Finds bugs via static analysis. 25 +\\[[http://andrei.gmxhome.de/eclipse/]] 26 +\\AnyEdit contributes also Import/Export working sets wizards. 27 +\\AnyEdit also allows you to automatically remove trailing whitespaces and/or perform tabs<->spaces conversion on a "save" action in all text-based Eclipse editors, and can show whitespace in text editors. 28 +| Jadclipse | On the fly decompilation of .class files - useful for debugging. 29 +\\[[http://jadclipse.sourceforge.net/]] 30 +\\Works in association with [[pre-installed jad executable>>http://www.kpdus.com/jad.html]]. 31 +\\Update Sites: 32 +\\Eclipse 3.2: [[http://webobjects.mdimension.com/jadclipse/3.2]] 33 +\\Eclipse 3.3: [[http://webobjects.mdimension.com/jadclipse/3.3]] 34 +| FindBugs | Finds bugs via static analysis. 24 24 \\Update Site: [[http://findbugs.cs.umd.edu/eclipse]] 36 +| Metrics | Analyzes code and can identify problem areas where complexity is too high (long methods, too many parameters, too much indentation, etc.) 37 +\\Update Site: [[http://metrics.sourceforge.net/]] 38 +| PMD | Static code analysis, finds problems in your code 39 +\\Update Site: [[http://pmd.sf.net/eclipse]] 40 +| TestNG | Unit testing 41 +\\Update Site: [[http://beust.com/eclipse]] 42 +| CheckStyle | Checks your code is consistent with a customisable set of coding rules 43 +\\Update Site: [[http://eclipse-cs.sourceforge.net/update]]