2
I’m working on an older project written in Fusebox (I’m so happy to be working on something using a framework for a change!) and was struggling to weed through the circuit files.
I’m using CFEclipse and editing the XML files using Aptana’s XML editor.
My first thought was I could use the Outline view but that didn’t give me anything useful:
Digging in the Aptana preferences however turned up this GEM:
Aptana > Editors > XML
“Tag attributes to show in outline view”
By default this is set to ‘id’. I added ‘name’ (it accepts a comma delimited list) and viola! It now shows my fuseactions in the Outline view:
I think CFBuilder is using Aptana under the hood so I would imagine this may work there as well.
Possibly Related:

The Fusebox Fuseactions In Eclipse Outline View by Jim, unless otherwise expressly stated, is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 3.0 United States License.






It might be worth checking out the CFFrameworks View that is bundled with CFEclipse. Fusebox is one of the supported frameworks. In this view, you can not only peruse your framework files (circuits, etc.) but also insert some new fuseactions from this View. It’s a nice addition to CFEclipse when you’re working in frameworks.
Excellent idea. I totally forgot about that!!