By Rupert
eclipse
Aptana Impressions
Mar 16th
I recently downloaded Aptana Studio 1.1 Community Edition and have been using it mostly for my Javascript/ColdFusion development.
- Intellisense for ExtJS by using com.extjs.ext.2.0_1.0.0.00000.jar from the ExtJS blog. Umm, I am hoping someday OpenLayers can provide a similar jar file to provide code assist.
- I like the fact that it could clearly display an outline of my javascript objects but sometimes not for all.
But one of the major problems I encountered was the startup. Sometimes, for some unknown reason, Aptana cannot start using the executable it provided during the install. However, I was able to weed that problem out by instead launching it from startup.jar. All of these is documented from Aptana’s JIRA ticket.
1. Downloaded and install Aptana
2. Watched Aptana TV Overview
3. Installed cfeclipse http://www.cfeclipse.org/update
4. Installed viPlugin http://satokar.com/ (Note that the viPlugin would not work with files = *.html)
5. Added the extjs2.0 code assist
Eclipse High Memory
Jan 27th
Awkward title, but I figure it would be easier for Google to crawl and index such keywords. Anyhow, I’ve been using Eclipse consistently for ColdFusion (CFEclipse) for the past 6 months now. The IDE’s features is really comprehensive and fit my needs, however, it is eating up 500 MB of memory. Though memory maybe cheap nowadays (I have 2 GB), it has been slowing down my productivity because of intermittent hangups and jvm pauses.
I realized that I am loading a lot of plugins for Eclipse, myEclipse, SVN (I preferred to use tortoiseSVN natively…), UML Diagram plugins, Visual Editor (for creating Swing components). So I disabled and uninstalled some of them from
1. HELP -> Software Updates -> Manage Configurations.
2. Right click on the plugin of choice.
3. Disable or uninstall.
4. You will be prompted to restart Eclipse. If an error fails, then a dependency is met, so be sure to disable/uninstall the dependency first.
Woot! From a whopping 500 MB, my Eclipse is now running at 87 MB. Afterwards, I jogged for two hours on the basement and went back to check, still 87 MB. Well obviously, it should be consistent since I didn’t do any interactions with it. Nevertheless, I am a happy Eclipse user once again!
JSEclipse
Nov 6th
I have an ongoing project which utilises Yahoo UI’s Javascript Libraries. There are also plans of even extending the application to use ExtJS for a more powerful window/container/layout lib. In regards to these Javascript pursuits, I need a Javascript editor for Eclipse besides my almighty vim.
Eclipse Update Site:
Help -> Software Updates -> Find and Install -> New
http://download.macromedia.com/pub/labs/jseclipse/autoinstall

Comments