@@ -4,12 +4,12 @@ Get the latest Sublime Text from http://www.sublimetext.com
4
4
5
5
## Target Platforms
6
6
7
- - ColdBox 5 .X.X+
8
- - TestBox 4 .X.X
7
+ - ColdBox 7 .X.X+
8
+ - TestBox 6 .X.X
9
9
10
10
## Features
11
11
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.
13
13
14
14
### Code Insight
15
15
@@ -31,6 +31,7 @@ Code completion for all major ColdBox + TestBox functions and scopes:
31
31
- ` apiResourceHandler ` : Creates a ColdBox API Resource Handler
32
32
- ` cachebox-config ➝ ` : Creates a new CacheBox.cfc configuration file
33
33
- ` config ➝ ` : Creates a new ColdBox.cfc configuration file
34
+ - ` class ➝ ` : Creates a new BoxLang class
34
35
- ` cfc ➝ ` : Creates a new ColdFusion script CFC
35
36
- ` bdd ➝ ` : Creates a TestBox BDD Bundle
36
37
- ` box ➝ ` : Creates a ` box.json ` template
@@ -126,29 +127,23 @@ If you have the [Package Control](http://wbond.net/sublime_packages/package_cont
126
127
#### Mac
127
128
128
129
``` 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
131
132
```
132
133
133
134
#### Linux (Ubuntu like distros)
134
135
135
136
``` 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
138
139
```
139
140
140
141
#### Windows 7
141
142
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" `
147
144
148
145
## References
149
146
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
153
149
- 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