|
In this guide, you will learn how to install the ColdBox Syntax Dictionaries for various IDEs, which you can find in the following location in the bundle download only!
/coldbox/install/IDE Extras
or you can download them separately from http://www.coldbox.org/download/extras, you can also watch the video below about all our developer tools:
The installation package includes the directories for ColdFusion Builder and you must follow the approved CFBuilder installation instructions.
You can also use our ColdBox Platform Utilities extension to create variable mappings to several of the key ColdBox classes to get cool introspection.
Thanks to CFEclipse you can have custom language dictionaries loaded right into your editor. Thus, I created the language dictionary for The ColdBox Framework. You can download it via the link below or just download the ColdBox Bundle package that includes all the IDE extras in the install directory:
This will provide you with function insight to every method a handler/plugin/layout and view inherit. You will also have insight into the controller object, the event object or the rc scope if you define one.
<version key="cf8" label="Coldfusion 8"> <grammar location="cf8.xml" /> <grammar location="user.xml" /> <grammar location="coldbox.xml" /> </version> <version key="cfmx701" label="Coldfusion 7.01"> <grammar location="cfml7.xml" /> <grammar location="user.xml" /> <grammar location="coldbox.xml" /> </version> <version key="bd70" label="BlueDragon 7.0"> <grammar location="cfmlBD70.xml" /> <grammar location="user.xml" /> <grammar location="coldbox.xml" /> </version>

Two simple steps to follow
Double click the CBHints.mxp file.
Click Accept
That's it Now restart Dreamweaver and you're ready to roll.
Categories: