-
The example `.cflintrc` will not return you any errors even if you do have errors in your cfml as it has an empty structure in the `includes` key.
This example (cleaned so no more default errors a…
-
it would be really good to add moving the WEB-INF folder outside the webroot by default, to provide a much better locked down experience out of the box.
It's only a simple change to the \tomcat\con…
-
Building a CFML plugin, could use some tips on how to debug plugins
-
Kinda like Cold Fusion has custom tags, I think it would be a good idea to implement plugins so people can write their own cmfl tags.
For example, i really like using layouts, but with cold fusion…
-
In [syntax/cfml.vim you ask "Which is better?"](https://github.com/davejlong/cf-utils.vim/blob/master/syntax/cfml.vim#L356-L357), and clearly the commented-out version is.
With structures like these …
-
**Issue by [rejithtechver](https://github.com/rejithtechver)**
_Thursday Nov 06, 2014 at 09:43 GMT_
_Originally opened as https://github.com/adobe/brackets/issues/9827_
----
Coldfusion (CFML) even …
-
There's some documentation for the items listed above, but what about the rest of the language like `component` (not ``, but just `component`), for(), try / catch etc? Those're pretty essential of a C…
-
I have noticed the extension now becomes unresponsive. It is evidenced by being unable to add tabs or do block comments (using CMD+Shift+/ for example) , intellisense doesnt show up.
Looking in th…
-
I finally got an opportunity to play some with cfcollection a month ago or so and ran into a small issue when dealing with collections that may have null keys. See this example:
```
var data = [ {…
-
Funnily enough in the CFML (do not use) syntax it works. Just in the ColdFusion Markup and Coldfusion Component Syntax it does not work.
HELP!
Gert