What I don’t get is why install it as an eclipse plugin?
Honestly? The true power of Eclipse is very hard to explain in words and really only hits home when you see it in use. But, it really is nothing glorious without a few plugins. My fav’s are:
- FileSync
- Subclipse
- And now, of course, Aptana
Basically, what I do is have my “workspace” (where it saves all the files) somewhere on my computer like “My Documents/workspace” and then use the FileSync plugin to push any file saves to the development server also.
As an example, I might checkout a project from SVN to my workspace and then have it FileSync to the dev server. OR, when working with other developers on a project I can have my workspace in the root of my localhost, so I can immediately see the changes and then use FileSync to push the updates to the development server when I’m ready.
With the SVN options only a right-click away it keeps me from having to touch dirty DOS and when I need to do merges I can do those inside eclipse with the preferred editor for that file-type.