Posted in ColdFusion | Posted on 07-17-2009 | 4,383 views
I've been using ColdFusion Builder full time for probably close to six weeks now. In that time I've really come to depend on one feature in particular, the Outline Mode. I'm not sure why I ignored it at first. I guess I just kinda thought that an outline of my code wouldn't be really helpful. But then I started working on a project where the developers didn't follow the same CFC writing patterns as I did. (My 'pattern' is - init method first, then everything else in Alpha Order.) The Outline panel became a killer feature for me. Here is a quick video that hopefully demonstrates how useful this can be.



However, when I first opened the Outline view, I happened to be looking at a .css file at the time, and I was surprised to see that Outline lets you view, filter, and alphabetize the various style declarations! Could be useful for large CSS files. I wonder if that's a feature the Aptana plugin added.
Basically, files would have a plus sign and you could click and see the outline in the navigator. Ticket #74998 http://bit.ly/iyXFA
Does anyone know if Adobe is going to stop supporting code hinting for future versions of CF in Dreamweaver?
Ray, you should do more videos. They really add a lot to the tutorial...
On a Mac use Command-O or I believe, Ctrl-O on a PC.
Another tip... you can start a filter with an asterisk (*) followed by part of the method or symbol you're looking for.
In Ray's example filtering on "*entries" would show the methods containing the word "entries" anywhere in it's name.
What are you using to edit your xml config files along side ColdFusion Builder. I've used XML Buddy with CFEclipse but it doesn't seem to be available anymore.
http://download.cnet.com/XMLBuddy/3000-7241_4-1040...
http://www.massimocorner.com/
I used the method view in cfeclipse, but this outline view is indeed very nice
Doesn't Aptana (which is part of the foundation of CF Builder) have an XML editor (as well as JavaScript and CSS)?
I'm looking at a base CF Builder standalone install and my XML config files are colored and have code completion, etc.
In Preferences > General > Editors > File Associations, .xml files are defaulted to "CF Builder XML Editor" (which I assume is really Aptana under the hood).
You guys aren't seeing this in a "pure" CFB install?
Standard Java eclipse is way more useful giving you the method, the return type, and different icons for things like public, private, lighter coloured text for less important info. It's a pleasure to work with!
I'd like to be able to craft my own regex patterns, like I can with every other IDE I've used. Looking at you UltraEdit, Coda, Textmate etc. Seems very limited at the moment - hope they let us tinker more in CF Builder 2 :)
I think you have a valid point - but have you logged an ER for it?
[Add Comment] [Subscribe to Comments]