Wiki source code of Useful Eclipse Plugins

Version 112.1 by Kieran Kelleher on 2008/08/27 07:21

Hide last authors
Kieran Kelleher 76.1 1 == Introduction ==
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 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
5 Of course, if you are reading this, it goes without saying that WOLips is **the most useful plugin** of all  (y)
6
7 == Useful Plugins ==
8
azebchuk 26.1 9 |= Name |= Details
Kieran Kelleher 111.1 10 | Subclipse | Essential Subversion client
11 \\[[http://subclipse.tigris.org/]]
12 \\Update Site: [[http://subclipse.tigris.org/update_1.2.x]] (For svn 1.4.x)
13 \\[[http://subclipse.tigris.org/update_1.4.x]] (For svn 1.5.x)
Kieran Kelleher 97.1 14 \\Pre-requisite: Subversion binaries already installed [[Instructions>>http://homepage.mac.com/kelleherk/iblog/C1837526061/E20070705124145/index.html]]
Kieran Kelleher 74.1 15 | QuickREx | Provides regular expression building tool in a View
Kieran Kelleher 76.1 16 \\HomePage: [[http://www.bastian-bergerhoff.com/eclipse/features/web/QuickREx/toc.html]]
17 \\Update Site: [[http://www.bastian-bergerhoff.com/eclipse/features]]
18 | AnyEdit | AnyEdit plugin adds several new tools to the context menu of text based Eclipse editors, to Eclipse main menu and editor toolbar.
19 \\[[http://andrei.gmxhome.de/eclipse/]]
20 \\AnyEdit contributes also Import/Export working sets wizards.
21 \\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.
22 | Jadclipse | On the fly decompilation of .class files - useful for debugging.
23 \\[[http://jadclipse.sourceforge.net/]]
Kieran Kelleher 111.1 24 \\Works in association with [[pre-installed jad executable>>http://www.kpdus.com/jad.html]].
Kieran Kelleher 76.1 25 \\Update Sites:
26 \\Eclipse 3.2: [[http://webobjects.mdimension.com/jadclipse/3.2]]
Kieran Kelleher 111.1 27 \\Eclipse 3.3: [[http://webobjects.mdimension.com/jadclipse/3.3]]
Kieran Kelleher 76.1 28 | FindBugs | Finds bugs via static analysis.
29 \\Update Site: [[http://findbugs.cs.umd.edu/eclipse]]
30 | Metrics | Analyzes code and can identify problem areas where complexity is too high (long methods, too many parameters, too much indentation, etc.)
31 \\Update Site: [[http://metrics.sourceforge.net/]]
32 | PMD | Static code analysis, finds problems in your code
33 \\Update Site: [[http://pmd.sf.net/eclipse]]
34 | TestNG | Unit testing
35 \\Update Site: [[http://beust.com/eclipse]]
36 | CheckStyle | Checks your code is consistent with a customisable set of coding rules
37 \\Update Site: [[http://eclipse-cs.sourceforge.net/update]]