CFEclipse and other plugins

Posted by Mark Drew on code on August 16, 2006

Tagged under cfeclipse

A comment on my blog the other day from someone that is moving to Eclipse from Dreamweaver reminded me that (unlike me) there are other people in the community that have to do things like editing CSS and JS files as part of their job (oh those heady days, I am just doing CFC’s and Java now for my sins) so I thought I would put some pointers for people out there with the options.

Dale asked what plugins are available for the following:

  1. SVN
  2. DB Browser / Query designer
  3. CSS Editor
  4. Regex builder
  5. Xpath search builder.

So, taking one at a time:

SVN

THE plugin that I can highly recommend is called >a href=”http://subclipse.tigris.org/”>Subclipse</a> and its hosted over at tigris.org. Easy to install (just put the update site) and works a treat

DB Browser /Query designer

The main plugin I recommend for for a ColdFusion Developer is the ColdFusion Extensions for FlexBuilder. They come with the FlexBuilder 2 download, once you have uncompressed the installer, look in the installation directory and you can find them there. They are very handy even if you dont use FlexBuilder.

The other plugin I can highly recommend that covers database browsing and a hell of a lot more is MyEclipse. Its a pretty cheap plugin considering all that it does and apart from a Database Browser it provides lots of tooling for webservices, JSP and J2EE as well as HTML editors etc. Its a quality plugin that is for sure.

CSS Editor

There are a few out there, I can recommend AFAE (by Rob Rohan, the guy who started CFEclipse!), MyEclipse, Eclipse Web Tools Platform and to a smaller extent Aptana (there are some things that annoy me about that plugin)

Regex builder

The one and only Bronski Regular Expression Tester plugin for Eclipse is awesome.

Xpath search builder.

I never needed one of this that much (I bumbled my way through it) but a quick google search later and I found this one which looks like is just the ticket

I hope you find these useful!




comments powered by Disqus