ColdFusion
ColdFusion copied to clipboard
ColdFusion Sublime Text Package
If an argument contains 'yes' or 'no' in its type or its name, it is highlighted. 
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 ==...
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...
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...
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...
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"...