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

If an argument contains 'yes' or 'no' in its type or its name, it is highlighted. ![yesno](https://f.cloud.github.com/assets/1242702/1368789/0ed680b6-39c0-11e3-8d59-3d9d28907dce.png)

bug

If I write a CFC in script using SB3 Beta Portable, syntax highlighting seems to work just fine. However it appears nothing else. For example index.cfc: ``` component { function...

Mac OS X 10.8.4, ST3 (build 3047), SMB connection to Microsoft Windows Server 2008 R2 Standard Service Pack 1 After saving a cfm some local permissions have been removed. On...

Only happening inside tag based CFCs. Fully scripted CFCs and `` blocks in .cfm files are good. Given the following code, '|' being the cursor position: ``` if (a ==...

investigating

In CF Builder, you can CTL-click (windows) on the file path (template="../filename.cfm") from or (or the cfscript equivalent) and the editor will find and open the file for you. It...

feature
comments

The comments for the default setting of word_wrap is: ``` // Disables horizontal scrolling if enabled. // May be set to true, false, or "auto", where it will be disabled...

comments
bug

Almost all SQL related keywords like SELECT, INSERT, UPDATE, FROM, SET, ORDER/GROUP BY, LIMIT, ON trigger the CF auto-completion making it difficult to add new lines while typing these. It...

feature

Hi! It would be really cool if "Expand selection to scope" can correctly expand selection to a cffunction body. Now it selects the entire cfc body. Also, "Expand to indentation"...

feature