Fusebox Eclipse File association

By default Eclipse just uses the CFEclipse editor for them since there is a file type of *.cfm in the file associations preferences. But what about your fusebox .cfm.xml files for the Traditional Fusebox Framework?

Normally, you would simply add a file association for *.xml.cfm, and point it to your Eclipse XML Plugin (ie xmlbuddy plugin) editor. Unfortunately this doesnt work correctly, but here is what you need to do. Enter the entire filename into the file associations and assign an editor to it!

  • fusebox.xml.cfm
  • circuit.xml.cfm

Now your traditional fusebox.xml files will function with the appropriate xml syntax highlighted!

External Links