Search code examples
coldfusionrailocoldfusionbuilder

ColdFusion Builder validate against railo friendly operators "==", "!=" etc


Anyone know a way to update coldfusion builder's validation rules to allow for Railo operators like "==", etc.?


Solution

  • https://github.com/denuno/cfml.dictionary is where you can find the whole of the CFML Dictionary project using in cfeclipse and donated to ColdFusion Builder I believe.

    You should just be able to give CFBuilder the railo dictionary from the dictionary folder in the repository. How you give CFBuilder the dictionary.... I'm not sure, but it should be relatively straight forward.