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.
-
Sponsors
-
Subscribe
Enter your email address to subscribe to this blog. -
-
Categories
- Adobe (103)
- Adoption (8)
- AIR (89)
- AJAX (375)
- ASP (4)
- BlogCFC (138)
- Books (22)
- Canvas Wiki (21)
- CFEclipse (24)
- cfObjective (2)
- CFUNITED (11)
- ColdFusion (2496)
- ColdFusion Builder (53)
- Development (213)
- Flash (19)
- Flex (147)
- Framework One (2)
- Fusebox (5)
- Galleon Forums (52)
- Groovy (1)
- Hardware (11)
- Harlan Ad Server (7)
- Java (10)
- JavaScript (44)
- jQuery (123)
- Lighthouse Pro CF Bugtracker (42)
- Lost (39)
- MAX (98)
- Misc (537)
- Model-Glue (94)
- Movies (22)
- Music (10)
- ORM (1)
- Politics (18)
- QuickPoll CFC (2)
- Soundings Survey (24)
- SpoolMail CF Mail Reader (8)
- Starfish CF Profiler (4)
- Television (24)
- Transfer (15)
- Video Games (51)



Comment 1 written by Edward Smith on 17 July 2009, at 1:06 PM
Comment 2 written by Raymond Camden on 17 July 2009, at 1:09 PM
Comment 3 written by Brian Swartzfager on 17 July 2009, at 1:34 PM
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.
Comment 4 written by Mike Henke on 17 July 2009, at 2:23 PM
Basically, files would have a plus sign and you could click and see the outline in the navigator. Ticket #74998 http://bit.ly/iyXFA
Comment 5 written by Steve Caldwell on 17 July 2009, at 2:44 PM
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...
Comment 6 written by Raymond Camden on 17 July 2009, at 2:48 PM
Comment 7 written by Shayne Sweeney on 17 July 2009, at 4:32 PM
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.
Comment 8 written by Ben Nadel on 17 July 2009, at 5:21 PM
Comment 9 written by Henry Ho on 17 July 2009, at 5:23 PM
Comment 10 written by Nando on 19 July 2009, at 2:58 PM
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.
Comment 11 written by Raymond Camden on 19 July 2009, at 4:26 PM
Comment 12 written by Nando on 20 July 2009, at 1:44 AM
http://download.cnet.com/XMLBuddy/3000-7241_4-1040...
Comment 13 written by Raymond Camden on 20 July 2009, at 5:41 AM
Comment 14 written by Julian Halliwell on 22 July 2009, at 1:02 PM
http://www.massimocorner.com/
Comment 15 written by Jonathan on 22 July 2009, at 3:51 PM
I used the method view in cfeclipse, but this outline view is indeed very nice
Comment 16 written by Raymond Camden on 22 July 2009, at 4:05 PM
Comment 17 written by Charlie Griefer on 23 July 2009, at 4:04 AM
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?
Comment 18 written by Raymond Camden on 23 July 2009, at 6:03 AM
Comment 19 written by Aaron West on 30 July 2009, at 3:52 PM
[Add Comment] [Subscribe to Comments]