Quick CFEclipse/Frameworks Explorer Tip
I'm working on a rather large Model-Glue site. The main ModelGlue.xml file contains many includes to break out the functionality.
While this makes the XML a lot easier to read, it confuses the framework explorer a bit. The framework explorer does correctly notice the include. But it doesn't let me explorer the XML and see the controllers and event handlers.
Turns out there is a simple solution. I just needed to right click on my included XML file, select CF Frameworks, and then Set/Unset as Configuration file:

In the drop down, select Model-Glue. Then in the frameworks explorer window, hit the Refresh button. Your XML file will now show up as a Model-Glue config file you can browse.
I want to say I'm very disappointed in CFEclipse. The fact that it can't read my mind and understand what I mean by telepathy is truly a shortcoming of the product. I may have to switch to Visual Studio I suppose. (Hmm, may be a bit hard on the Mac.)
Comments
Basically - as a developer you have two main plugins for Eclipse:
CFEclipse - this gives you color coding, framework support, etc.
RDS Plugins by Adobe - these give you RDS support, plus other things like the Log Viewer, Debugging, etc.
Does anyone else have this problem or is it just CFEclipse running in Aptana? I also found CFEclipse to be very slow when editing large files.
I'd love to return to Aptana / Eclipse at some point if the code completion was as fast as Dreamweaver. I must admit, I do have a soft spot for DW though having used it since version 1.
The main reason for jumping ship before was my journey into CFC's which CFEclipse does handle very nicely (DW has a compent browser but it's far from what CFEclipse offers).


Can you define an RDS connection for developing? I tried it briefly, but I was a bit overwhelmed by all the options.