Releases: jcberquist/sublimetext-cfml
Releases · jcberquist/sublimetext-cfml
Prepare for v0.21.0
- added context menu item for copying cfc dot path to clipboard - improved cfscript highlighting when it is embedded in a string
v0.20.0
Release v0.20.0
Release v0.19.0
- removed icon file - support `box.json` TestBox runner configuration - support `<cf_customtag>` completions
v0.18.0
- removed `.tmLanguage` syntax files - custom tag indexing no longer fails completely if there is a file read error on a custom tag file - added persistent cfc completions and docs
Prepare for v0.17.0
- built-in function call parameter completions - this release will be the last that supports Sublime Text 3 build 3083
v0.16.0
- Added attribute name scope to component `extends` keyword - Added options to control the verboseness of completions - Added completion docs that display alongside the auto-complete
v0.15.0 release
- `writeOutput` key binding now outputs a semicolon after the function call - function parameter types containing component dot paths are highlighted correctly, and correct completions are offered for them - component completions no longer include private methods in contexts where those methods are not callable - method completion support for variables referencing instantiated components
v0.14.0: Added `arguments` scope completions, closes #37
- also prepare for v0.14.0
v0.13.1
Fixed running of format command via menu
v0.13.0
Added CFML script formatting commands