Skip to content

Releases: jcberquist/sublimetext-cfml

Prepare for v0.21.0

19 Dec 02:02
Compare
Choose a tag to compare
- added context menu item for copying cfc dot path to clipboard
- improved cfscript highlighting when it is embedded in a string

v0.20.0

02 Dec 02:32
Compare
Choose a tag to compare
Release v0.20.0

Release v0.19.0

03 Nov 03:58
Compare
Choose a tag to compare
- removed icon file
- support `box.json` TestBox runner configuration
- support `<cf_customtag>` completions

v0.18.0

24 Oct 02:37
Compare
Choose a tag to compare
- 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

10 Oct 12:56
Compare
Choose a tag to compare
- built-in function call parameter completions
- this release will be the last that supports Sublime Text 3 build 3083

v0.16.0

03 Oct 01:34
Compare
Choose a tag to compare
- 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

12 Sep 01:49
Compare
Choose a tag to compare
- `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

18 Aug 00:57
Compare
Choose a tag to compare

v0.13.1

09 Aug 04:03
Compare
Choose a tag to compare
Fixed running of format command via menu

v0.13.0

09 Aug 03:38
Compare
Choose a tag to compare
Added CFML script formatting commands