This has been a true life saver I had no idea about if it where not for my friend Aaron Roberson. My issue was that I suffered a crash on my box and eclipse was open. The configuration got messed up and it could not load ColdFusion Builder or Flash Builder. I have an Eclipse JEE install with CF and Flash builder as plugins on top. For some strange reason the Eclipse installer reported the plugins as installed, but no perspectives available. So what do I do? Reinistall everything again?
Well, this little gem is hidden. So click on Help > Install Software… and look at the following:
Click on the already installed link and you will get another dialog, where click on the configuration tab. Look for a stable configuration you remember running on and then hit the “Revert” button and voila!! Eclipse configuration restored. What a life saver!!

One little caveat when working with CFBuilder is that I was not getting the file preview working on the IDE because it was complaining that my project was not the root of the selected server as you can see below:

The problem is that Builder knows the root of the server but my application project is not on the root of server but on a folder embedded in it. So in order to make this work, just add a URL prefix to the project. Right click on the project and click on “SET URL Prefix”:

Click on it and you will get the following dialog and fill out the FULL URL, I tried just the directory, but it did not work, maybe a bug in Builder. So put the FULL URL.

Hope this helps, enjoy!
If you where not able to attend my ColdBox 3.0.0 presentation at CFObjective (Shame on you!), now you can at least see the presso and the source code we used. Just head out to our wiki and download it now.
To those who attended, thank you very much!

Sana Ullah, from Team ColdBox, started this project a while back and it has gotten quite some traction that we are now releasing a 1.0 of this extension for Adobe ColdFusion Builder.
If you do not know that we now have a ColdFusion IDE then you have been living under a rock. Anyways, you can get the beta of Adobe ColdFusion Builder first and then follow to install our ColdBox Platform Utilities extension.
Our ColdFusion Builder extension can generate 3 custom coldbox templates and you can even extend it to create your own layouts. It comes packaged with three layouts: Advanced, Simple and Flex ColdBox templates.
You can then generate handlers, interceptors, plugins, model objects, views and so much more. You can even choose between tag based and full cfscript syntax.