Installing the XML

  1. The XML file should be saved in your CFEclipse application in the /plugins/org.cfeclipse.cfml_1.3.1.6/dictionary directory (or the equivilant for your version) as custom.xml (or whatever you like). Alternatively, if this is your only custom dictionary, you can save it as user.xml and skip step 2.
  2. Edit the dictionaryconfig.xml file in the same directory. Add your new dictionary the same way as the user.xml to the cf701 and cf8 coldfusion versions.
    	<version key="cf8" label="Coldfusion 8">
    	    <grammar location="cf8.xml" />
    	    <grammar location="user.xml" />
    	    <grammar location="farcry5.xml" />
    	</version>
  3. Restart Eclipse