-
-
Some words search fine and some don't. Not what what the pattern is. In this case, it was a two word phrase, no special characters. Some other phrases searched fine, some didn't. This is the most r…
ghost updated
13 years ago
-
So for example in the javascript editor you can see code that wont be reachable as it is greyed out:
This would be great in cfml for the following cases:
```
function ret(){
var athing = "…
-
The following code gives the following error. It used to be a tinyint with a default constraint.
```
schema.alter( "mars_in_wash_sales", function( table ) {
table.modifyColumn( "shares…
-
It will be great to have symbols navigation :)
I made a quick search about it and I found that it was easy with Sublime Text
https://github.com/SublimeText/ColdFusion/blob/master/Symbol%20List.tm…
-
The auto-close feature appears to assume that all CF tags need to be closed. In my codebase, it's common not to close the ones that are not required to be closed (`` and ``). Other problems:
``` htm…
-
Using the following example, auto-complete often hides the next line I'm working on after I hit ENTER because it doesn't preposition itself correctly. It will sit on top of the line I'm typing, preven…
-
hi,
in the future there will be the possibility to highlight and make [tag islands](https://www.bennadel.com/blog/3768-exploring-tag-islands-tags-in-cfscript-in-lucee-cfml-5-3-1-13.htm) work correctl…
-
To prevent compatibility issues across engines and versions user defined functions inside and outside of components should be checked to ensure they don't conflict with BIF names.
-
### Is your feature request related to a problem? Please describe.
Adobe ColdFusion trace support
### Describe the solution you'd like
Adobe ColdFusion trace support
### Describe alternatives you'…