-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- removed icon file - support `box.json` TestBox runner configuration - support `<cf_customtag>` completions
- Loading branch information
1 parent
eb0c60a
commit 1648634
Showing
2 changed files
with
23 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
CFML v0.19.0 Changelog: | ||
|
||
- Removed `cfml-icon.tmPreferences` which set a default sidebar icon for | ||
CFML files. This package is now supported by the "zz File Icons" package | ||
(https://packagecontrol.io/packages/zz%20File%20Icons) and specifying an | ||
icon in the package conflicted with it. | ||
|
||
- When running TestBox tests via the build menu, the root folder(s) of your | ||
project will be searched for a `box.json` file containing a testbox runner | ||
setting, if you do not specify a testbox runner in your project file. | ||
Please see https://github.com/jcberquist/sublimetext-cfml#testbox for more | ||
details. IMPORTANT, if you have been using the TestBox runner, this update | ||
includes a BREAKING CHANGE with regard to the structure of the TestBox | ||
settings. See also: | ||
https://github.com/jcberquist/sublimetext-cfml/issues/54 | ||
|
||
- Custom tag indexing support has been updated to allow the omission of the | ||
`prefix` key when specifying custom tag folders in your project file. When | ||
this is done, custom tags in that folder will be offered as `<cf_customtag>` | ||
style completions. | ||
https://github.com/jcberquist/sublimetext-cfml/issues/55 |