Fusebox Fuseactions In Eclipse Outline View
Thursday 28 January 2010 - Filed under Code
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.
2010-01-28 » Jim Priest


28 January 2010 @ 3:23 pm
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.
28 January 2010 @ 3:40 pm
Excellent idea. I totally forgot about that!!