-
H Johni,
A few years ago I wrote a package for SublimeText 2 that does full and detailed syntax highlighting for CF and also enhanced highlighting for HTML. You can find it at https://github.com/S…
-
Testing the CLI command on the ColdBox source code (which still has some tags floating around) I noticed that interfaces don't work.
```
! Error: system\ioc\scopes\IScope.cfc
Unable to convert t…
-
I am setting up an automated build process using travis+railo+mxunit. I get the following error on 2.1.3:
[mxunittask] the value from key [macAddress] is NULL, which is the same as not existing in C…
-
It appears that there is a bug where if component is cached then commenting out code with Ctrl-/ creates wrong comment format, this one `//` instead of this one ``. I asked [this question](https://sta…
-
After typing a ">" character and pressing Enter, the plugin always automatically inserts a random "cfabort". See screen shot.
This happens across multiple different desktops, and is quite annoying…
-
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
-
### Discussed in https://github.com/cfsimplicity/spreadsheet-cfml/discussions/329
Originally posted by **Daemach** August 2, 2023
@cfsimplicity I found my first CSV file today that looks like…
-
# Description
Is there a way to remove the spaces between curly braces?
# Input
The code looked like this before beautification:
```
function hello(){
}
```
# Expected Output
The co…
-
I'm getting this error anytime a post is viewed:
`Script Name: /blog/loadtweetbacks.cfm?id={blog_uuid}
`
`Message: Element RESULTS is undefined in a CFML structure refe…
-
Occasionally I have to resort to starting a component with ``.
Automatically adding in comments puts the wrong comment type within the cfscript tag. I can't figure out how to determine whether or no…