@@ -4,12 +4,12 @@ Get the latest Sublime Text from http://www.sublimetext.com
44
55## Target Platforms
66
7- - ColdBox 5 .X.X+
8- - TestBox 4 .X.X
7+ - ColdBox 7 .X.X+
8+ - TestBox 6 .X.X
99
1010## Features
1111
12- This bundle includes functionality not only for ColdBox MVC, but also for TestBox BDD/TDD, MockBox, WireBox, CacheBox and LogBox.
12+ This bundle includes functionality not only for ColdBox MVC, but also for TestBox BDD/TDD, WireBox, CacheBox and LogBox.
1313
1414### Code Insight
1515
@@ -31,6 +31,7 @@ Code completion for all major ColdBox + TestBox functions and scopes:
3131- ` apiResourceHandler ` : Creates a ColdBox API Resource Handler
3232- ` cachebox-config ➝ ` : Creates a new CacheBox.cfc configuration file
3333- ` config ➝ ` : Creates a new ColdBox.cfc configuration file
34+ - ` class ➝ ` : Creates a new BoxLang class
3435- ` cfc ➝ ` : Creates a new ColdFusion script CFC
3536- ` bdd ➝ ` : Creates a TestBox BDD Bundle
3637- ` box ➝ ` : Creates a ` box.json ` template
@@ -126,29 +127,23 @@ If you have the [Package Control](http://wbond.net/sublime_packages/package_cont
126127#### Mac
127128
128129``` bash
129- $ cd ~ /Library/Application\ Support/Sublime\ Text\ 2 /Packages/
130- $ git clone https://github.com/lmajano/cbox-coldbox-sublime.git coldbox
130+ cd ~ /Library/Application\ Support/Sublime\ Text\ 3 /Packages/
131+ git clone https://github.com/lmajano/cbox-coldbox-sublime.git coldbox
131132```
132133
133134#### Linux (Ubuntu like distros)
134135
135136``` bash
136- $ cd ~ /.config/sublime-text-2 /Packages/
137- $ git clone https://github.com/lmajano/cbox-coldbox-sublime.git coldbox
137+ cd ~ /.config/sublime-text-3 /Packages/
138+ git clone https://github.com/lmajano/cbox-coldbox-sublime.git coldbox
138139```
139140
140141#### Windows 7
141142
142- ` Copy the directory to: "C:\Users\<username>\AppData\Roaming\Sublime Text 2\Packages" `
143-
144- #### Windows XP
145-
146- ` Copy the directory to: "C:\Documents and Settings\<username>\Application Data\Sublime Text 2\Packages" `
143+ ` Copy the directory to: "C:\Users\<username>\AppData\Roaming\Sublime Text 3\Packages" `
147144
148145## References
149146
150- - Sublimetext 2 API - http://www.sublimetext.com/docs/2/api_reference.html
151- - How to create a plugin: http://net.tutsplus.com/tutorials/python-tutorials/how-to-create-a-sublime-text-2-plugin/
152- - Unoffical (but very good) docs - http://sublimetext.info/docs/en/
147+ - Sublimetext API - https://www.sublimetext.com/docs/api_reference.html
148+ - Unoffical (but very good) docs - https://docs.sublimetext.info/index.html
153149- ColdFusion Sublime Text bundle - https://github.com/SublimeText/ColdFusion
154- - MXUnit Sublime Text bundle - https://github.com/mxunit/sublime-text-2-mxunit
0 commit comments