-
I find that listing all of the implicit get/set functions in Outline View to be useless noise. The first thing I do is hack the `component.js` file to comment out that section. It would be nice for th…
-
```
Support the Open BlueDragon CFML engine.
```
Original issue reported on code.google.com by `per.djurner@gmail.com` on 24 Jul 2008 at 3:47
-
Lots of questions, since I've wanted an IDE-based step debugger for CFML for almost a quarter of a century now...
What made you choose VS Code as the IDE for luceedebug? Was it a personal preferenc…
-
When there is a single `#` in code that is not there for ColdFusion (ex. in CSS referencing ID outside of `` tags), the parser thinks it should be a variables. There should be a check for if the `#` …
-
Hi
I know this is an odd request but is it possible to have all the code completions for CFML aswell as tag attributes to be converted to upper case?
Thanks
Ryan
-
```
Support the Open BlueDragon CFML engine.
```
Original issue reported on code.google.com by `per.djurner@gmail.com` on 24 Jul 2008 at 3:47
-
Getting an error with a newer version of Mura (Core Version 5.6.4997
Site Version 5.6.4993)
IIS 7.5 and CF 9.01
function keyword is missing in FUNCTION declaration.
The CFML compiler was processin…
-
It seems that isSpreadsheetFile ( https://helpx.adobe.com/coldfusion/cfml-reference/coldfusion-functions/functions-in-k/isspreadsheetfile.html ) is not supported? I am not sure if this is intentional …
-
Hi, I'm working from few hours with atom editor and atom-language-cfml
I noticed that the tag breaks syntax highlight.
I hope you'll fix it. I really want to switch to atom editor! :)
-
See: https://helpx.adobe.com/coldfusion/cfml-reference/coldfusion-functions/functions-s/spreadsheetsetcellvalue.html
This is hitting me as I've got a cell that needs a numeric datatype, but it's be…