ColdFusion icon indicating copy to clipboard operation
ColdFusion copied to clipboard

ColdFusion Sublime Text Package

Results 38 ColdFusion issues
Sort by recently updated
recently updated
newest added

Removed two invalid entries from the cf10.py FUNCTIONS array. These were manipulated in ColdFusionAutoComplete::on_cfscript_all then passed to Sublime Text which choked on the spaces.

I'm using ST3 Portable build 3065, and after following the installation instructions for ST3 I'm still not seeing any syntax highlighting for a `.cfm` file. Are there any other steps...

This: `#anyFunction(arg="test)#` highlights correctly. This: ``` #anyFunction( arg="test )# ``` Displays hashes in red and loses all colour coding within the function.I'm using Sublime Text 2 latest stable build.

Add note that for Mac users, Packages/ resides in ~/Library, not /Applications/Contents.

Since the questions continue to come in about this, there must be a way to improve the readme to hopefully at least reduce them some...

I'm not sure if this is a CF plugin issue or ST3 core issue, but I thought I would mention it here just in case. Every couple days, ST3 goes...

I use the Vintageous plugin and the ColdFusion(development branch) plugin. I frequently use > in visual mode of Vintageous to indent blocks of text. Since installing ST3 I have had...

investigating

Entering `` doesn't always close the autosuggest box. The `>` character should force the box to close. Instead, most of the time, it remains open with the first item highlighted...

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...

On OSX the key command Cmd (aka Super) + Alt + D hides/shows the system dock. This is a system wide keyboard shortcut. I think Ctrl+Shift+D would be a better...