Extension handler "type" attribute
Hey everyone,
I'm writing my first CF Builder extension, which is just some text processing that will happen in the editor on selected text. Easy enough so far.
I just wanted to verify what the docs say about the "type" attribute of the handler tag in the ide_config.xml file:
Type:
Specifies the handler type.
The handler type you can specify is "CFM"
What this means is that my extension menu item doesn't show up when right clicking in the editor in ANY files but CFM files. So if I want to process text in an HTML or PHP file, I'm pretty much out of luck. This seems so short-sighted and ridiculous. I hope I am wrong.
Thanks,
Andy
