I absolutely love the outline view in ColdFusion Builder (see my earlier blog post on it), but I just discovered something interesting about it that I wanted to share with others.
For me, the Outline view works best for CFCs. I never bother using it for CFM files. When I get a CFC that is poorly organized (if you don't sort your methods in alphabetical order you are indirectly killing kittens - seriously) or large in size (have you met blog.cfc yet?) then the outline is a great way to navigate around the file.
One thing that bugged me though was that the outline showed a lot of code that I didn't really care about. Comments, sets, etc. Here is an example from blog.cfc:

What I found was that there was a way to remove those additional tags. Simply go to your settings (ColdFusion / Editor Profiles / Editor / Outline) and you will see a preference screen that allows you to switch between all tags and a selected subset.

What's cool is that the default subset is focused on CFC related tags. You could probably remove cfscript and add cfproperty (which I think I'll do right now), but whats nice is that as soon as you make this change, the Outline view becomes much more streamlined:

Of course, if you use Outline view for CFMs then this tweak is not for you, but it really fits well with how I use it.
Archived Comments
That's a neat tip Ray. Thanks.
I also find the outline view really useful when working with css files by the way.
Whoops, posted before I'd finished.
...so I wonder how this would impact on the css outline view.
Nice tip. I removed everything but cffunction. Makes the outline quite useful.
Thanks a bunch for this useful tip! I was looking for this for quite a while (more like waiting for a blog-post about it, hehe).
Thanks!
Great tip! Thank you!
Terrific - that makes it soooooo much easier to deal with CFC's
Thanks, Ray
Thanks Ray.
Great tip about for the outline view.
I've been using this tweak to make Outline View more bearable as well... but what I'd really like to see is a way to set the initial/default view (in my case to collapsed and alpha-sorted)
Great Tip. Outline View can be very useful, indeed. Sort of. Still missing CFEclipse's methods view. Sigh.
@Andreas: Have you tried the Services view? I don't remember CFEclipse's methods view, but the Services view sounds like it may be similar. I'm thinking of doing a quick blog entry on it.
Not that I don't use Services Browser and Outline. But I hate that I always have to browse through all my services and cfcs, only to inspect one certain file. I'm simply missing the link between editor and Services Browser. I also didn't find a way to filter the Services Browser results. Maybe I'm missing something here. Services Browser in CFB and Methods View in CFEclipse are very similar, once you found the file. The Methods View shows the info for the component currently active in your editor immediately.
Thanx Ray
@Andreas - yeah -thats one thing I noticed right away. In my webroot project (which is admittedly huge with a buttload of CFCs) the services view had a _lot_ of CFCs.