Skip to content

Commit 6bb4f55

Browse files
committed
Rename Package to CoffeeScript
The old CoffeeScript is for unsupported ST2 only and this package is not really worth being named "Better".
1 parent 76ba86a commit 6bb4f55

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

Default.sublime-commands

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,18 +48,18 @@
4848
"command": "toggle_parens"
4949
},
5050
{
51-
"caption": "Preferences: Better CoffeeScript Settings",
51+
"caption": "Preferences: CoffeeScript Settings",
5252
"command": "edit_settings",
5353
"args": {
54-
"base_file": "${packages}/Better CoffeeScript/CoffeeScript.sublime-settings",
54+
"base_file": "${packages}/CoffeeScript/CoffeeScript.sublime-settings",
5555
"default": "{\n\t$0\n}\n"
5656
}
5757
},
5858
{
59-
"caption": "Preferences: Better CoffeeScript Key Bindings",
59+
"caption": "Preferences: CoffeeScript Key Bindings",
6060
"command": "edit_settings",
6161
"args": {
62-
"base_file": "${packages}/Better CoffeeScript/Default ($platform).sublime-keymap",
62+
"base_file": "${packages}/CoffeeScript/Default ($platform).sublime-keymap",
6363
"default": "{\n\t$0\n}\n"
6464
}
6565
}

Main.sublime-menu

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@
1919
"caption": "Settings",
2020
"command": "edit_settings",
2121
"args": {
22-
"base_file": "${packages}/Better CoffeeScript/CoffeeScript.sublime-settings",
22+
"base_file": "${packages}/CoffeeScript/CoffeeScript.sublime-settings",
2323
"default": "{\n\t$0\n}\n"
2424
}
2525
},
2626
{
2727
"caption": "Key Bindings",
2828
"command": "edit_settings",
2929
"args": {
30-
"base_file": "${packages}/Better CoffeeScript/Default ($platform).sublime-keymap",
30+
"base_file": "${packages}/CoffeeScript/Default ($platform).sublime-keymap",
3131
"default": "{\n\t$0\n}\n"
3232
}
3333
}

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ If you have [Package Control](https://packagecontrol.io/), you know what to do.
2525

2626
* Open the Command Pallete (`ctrl+shift+P` or `cmd+shift+P`).
2727
* Type "Install Package" and hit return.
28-
* Type "Better CoffeeScript" and hit return.
28+
* Type "CoffeeScript" and hit return.
2929

3030
## via Source Control
3131

@@ -46,7 +46,7 @@ will be preferred.
4646
Open a Terminal/Console and run the following commands, replacing `PACKAGE_PATH` with the path corresponding to your OS above.
4747

4848
cd PACKAGE_PATH
49-
git clone https://github.com/SublimeText/BetterCoffeeScript.git "Better CoffeeScript"
49+
git clone https://github.com/SublimeText/BetterCoffeeScript.git "CoffeeScript"
5050

5151
### As a repository outside of the packages directory
5252

@@ -62,12 +62,12 @@ Once that is done, we will create the link:
6262
#### Windows:
6363

6464
cd PACKAGE_PATH
65-
mklink /D "Better CoffeeScript" ABSOLUTE_PATH_TO_REPOSITORY
65+
mklink /D "CoffeeScript" ABSOLUTE_PATH_TO_REPOSITORY
6666

6767
#### Nix/Mac:
6868

6969
cd PACKAGE_PATH
70-
ln -s ABSOLUTE_PATH_TO_REPOSITORY "Better CoffeeScript"
70+
ln -s ABSOLUTE_PATH_TO_REPOSITORY "CoffeeScript"
7171

7272

7373
# Commands/Shortcuts
@@ -145,7 +145,7 @@ That's what this is for! You would create a `Cakefile` and inside it you would w
145145

146146
# Settings
147147

148-
Go to `Preferences > Package Settings > Better CoffeeScript > Settings - User` to change settings.
148+
Go to `Preferences > Package Settings > CoffeeScript > Settings - User` to change settings.
149149

150150
```Javascript
151151
{
@@ -296,7 +296,7 @@ This path will go into the `binDir` setting.
296296

297297
- I'm getting the error message `'coffee' is not recognized as an internal or external command,` when saving.
298298

299-
The coffee-script binary probably is not installed. Either install coffee-script or set `checkSyntaxOnSave` and `compileOnSave` to `false` in `Preferences > Package Settings > Better CoffeeScript > Settings - User`.
299+
The coffee-script binary probably is not installed. Either install coffee-script or set `checkSyntaxOnSave` and `compileOnSave` to `false` in `Preferences > Package Settings > CoffeeScript > Settings - User`.
300300

301301

302302

0 commit comments

Comments
 (0)