Search Results for: cfeclipse
- December 13, 2008
- Development configuration tips for Ubuntu
I just setup my machine at home with Ubuntu 8.10 (desktop) which was so easy think I saved hours off the time it would normally take with Windows. So much is already installed and ready to go and with apt (or the Synaptic package manager) it’s super quick to download and install extra things things [...]
- May 22, 2008
- Setting up svn:externals with subclipse
Setting up “externals” with subversion can assist you when you want to load external libraries into an existing project.
You may have a JavaScript validation framework which you re-use amongst many projects. Of course you don’t want to copy and paste the code into every project, what would happen then if you wanted to upgrade the [...]
- February 28, 2008
- Changing the cfeclipse ‘tag insight’ delay time
Having ‘tag insight’ is a great part of any IDE, one which almost every developer takes advantage of irrespective of which editor they use. Tag insight of course being when your IDE provides information (attribute or return information etc) about the tag or function you are currently typing.
Normally when writing a function or tag like [...]
- December 8, 2007
- Search and replace using reg exp
The other day Nathan Strutz wrote a great post on finding and replacing text in your IDE (in my case I’m using Aptana/cfeclipse) using regular expressions.
This is more a reminder to me so that I try to use it (with the idea that it’ll become 2nd nature!), but I also had a play to see [...]
- November 22, 2007
- Tools
dt a{font-size:12px !important;}
dd{margin-bottom:10px;}The following is a list of development tools I use, some more than others.
Aptana
Basically the same as Eclipse except it handles JavaScript and CSS files with more support.
cfcdoc
Great tool to introspect your projects and provide CFC documentation.
CFEclipse
The one and only plugin every ColdFusion developer should be using
Charles debugging proxy
Man of the [...]
