4

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

GuiDoody
  • 897
  • 1
  • 6
  • 13
  • ColdFusion Builder can see those operators within cfscript. You are referring to CFML tag support? – Aaron Greenlee Dec 03 '10 at 17:54
  • Yes. I was thinking maybe adding the cfeclipse dictionary for railo would work, but that's a hard thing to track down. Can't find a stand alone version anywhere. – GuiDoody Dec 03 '10 at 20:11
  • I think those operators work in ColdFusion too, no? But yes, CFB marks those lines red. I guess they'll fix this in 2.0 ... – zarko.susnjar Dec 05 '10 at 21:20

1 Answers1

1

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.

Stephen Moretti
  • 2,442
  • 1
  • 18
  • 29