Eclipse Environment Setup
This is more a personal entry than anything else. It’s listing of all the plugins and setup tweaks that I need for every day development.
- Download Eclipse classic version. Unzip directly to root folder of work drive
- Do a file search of your Eclipse installation directory (including subdirectories) for *.zip and delete all of them
- Install Subversive – which will install Mylyn if you choose the integration – and the Subversive Connectors
- Download XMLBuddy
- Download Logwatcher
- Download JSEclipse
- Install QuickREx. Update site: http://www.bastian-bergerhoff.com/eclipse/features
- Install CFEclipse. Update site: http://www.cfeclipse.org/update
- Install the CSS and HTML Aptana editors. Update site: http://update.aptana.com/update/studio/3.2/
- SQL Explorer. Update site: http://eclipsesql.sourceforge.net/
Published on Saturday, Sep 29,2007 |
2 Responses for "Eclipse Environment Setup"
I see you are using JSEclipse and Ext. I just started using FlexBuilder 3 which has JSEclipse 1.5.5. Were you able to get the code completion to fully work with the Ext 2? I am seeing that some classes don’t get a completion def generated at all. Also, JSEclipse doesn’t appear to recognize the extends approach used by Ext, so none of the inherited members show up.
Aptana just released Studio 1.5, and the plug-in site has changed to: http://update.aptana.com/update/studio. You can also access plug-in information on our wiki at: http://www.aptana.com/docs/index.php/Plugging_Aptana_into_an_existing_Eclipse_configuration. Thank you!
Leave a reply