Plugins
Links
Note: You should install plugins using plug-in link files: Plugin - Link Files
AnyEdit
AnyEdit plugin adds several new tools to the context menu of text- based Eclipse editors, to Eclipse main menu and editor toolbar.
CheckStyle
http://eclipse-cs.sf.net/update/
The Eclipse update site is:
http://eclipse-cs.sourceforge.net/update
Install - Link Files
Click here for more information on link files: Plugin - Link Files:
Download
com.atlassw.tools.eclipse.checkstyle_4.4.0-bin.zip
from http://sourceforge.net/projects/eclipse-cs/Create a folder for the plugin in your repository. On my workstation:
\repository\eclipse\plugins\checkstyle_4.4.0\eclipse\
Extract the archive. On my workstation this creates two folders:
C:\repository\eclipse\plugins\checkstyle_4.4.0\eclipse\features\ C:\repository\eclipse\plugins\checkstyle_4.4.0\eclipse\plugins\
Create a
.link
file in your Eclipselinks
folder. On my workstation:\tools\eclipse-3.3.2\links\checkstyle_4.4.0.link
…containing:
path=/repository/eclipse/plugins/checkstyle_4.4.0
Start Eclipse with the
-clean
flag:eclipse -clean
Install - Update Site
To install the Eclipse Checkstyle Plug-in via the update site.
Within Eclipse go to Help, Software Updates, Find and Install.
Choose Search for new features to install and press Next
Create a New Remote Site…
Input a name to your liking (for instance Checkstyle Plug-in) and input the following URL:
Click your way through the following pages to install the plug-in.
Color Editor
Maven
Mylyn
The Eclipse update site is (this is for Eclipse 3.2):
http://download.eclipse.org/technology/mylar/update-site/e3.2
Integration
Redmine
Trac
Install the Trac
xmlrpcplugin
: ../trac/plugins.Add http://download.eclipse.org/tools/mylyn/update/extras to Help, Software Updates, Add Site.
Click Manage Sites, look for http://download.eclipse.org/tools/mylyn/update/extras Check the box to add it to a list of “Available software”.
Click Refresh.
You should now be able to find the Mylyn/Trac connector in Mylyn Extras, Mylyn Integration, Mylyn Connector: Trac.
Mylyn Task Repository
../../images/howto/eclipse/mylyn-trac-repository-properties.gif
(This plugin allows editing Wiki pages from inside Eclipse: http://trac-hacks.org/wiki/EclipseTracPlugin).
Saros
Saros - Distributed Collaborative Editing and Pair Programming
Subclipse
Note: The Subversive project (see below) appears to have become the preferred Eclipse client.
The Eclipse update site is: http://subclipse.tigris.org/update_1.6.x
Issues
If you have problems with .svn
folders, then just delete the project and
re-import…
Subversive
Note: Even though this is the preferred client, I couldn’t get it to install… so, probably best to stick to Subclipse…
Subversive a brand new Eclipse Client for SVN
To install the update, Help, Install New Software…, select Galileo (http://download.eclipse.org/releases/galileo), Collaboration
Tag
tail
Testing
XML
From: Paul S
Sent: 27 January 2006 11:49
To: Development
Subject: Useful eclipse plug-in
xmlbuddy looks pretty useful, quick and easy to use (saves using a separate
app such as xmlspy)
It allows you to:
format the xml/xhtml into something that is easy to read, i.e., correctly
tabulated, menu: [XML - Format], shortcut: [Ctrl+Shift+F]
validate the xml/xhtml, menu: [XML - Validate], shortcut: [Ctrl+Shift+V]
Zip
Files
…a plugin that would let you enter partial filenames in a quicksearch box and open the file directly:
Profiler
This is a plugin for the Eclipse platform which allows java code profiling: