Adding Coldfusion10 dictionary to CFEclipse Plugin

621 Views Asked by At

I downloaded CfEclipse plugin (http://www.cfeclipse.org/update) for Eclipse 4.2.2. I can't see the support for Coldfusion 10. How to add Coldfusion 10 tags/functions?

1

There are 1 best solutions below

0
On

Use the CFML 10 and CFML 11 dictionary from a CFBuilder3 install, which uses the same dictionary format. Just take the dictionary from CFBuilder3 and drop it into the CFBuilder2 dictionary folder and add the following to the "dictionaryconfig.xml" file:

<version key="ColdFusion11" label="ColdFusion 11">
       <grammar location="cf11.xml" />
</version>

<version key="ColdFusion10" label="ColdFusion 10">
       <grammar location="cf10.xml" />
</version>

The dictionary files are located in the "CFBuilder" plugins directory and have the word "dictionary" in the folder name—for example:

E:\cfbuilder\plugins\com.adobe.ide.coldfusion.dictionary_2.0.1.282422\dictionary