feat(ST2.EditorPackages): bump up all packages
- Refresh PackageCache with latest versions of everything
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
StringEncode plugin for Sublime Text 2
|
||||
======================================
|
||||
StringEncode
|
||||
============
|
||||
|
||||
Converts characters from one "encoding" to another using a transformation (think HTML entities, not character encodings).
|
||||
|
||||
@@ -10,13 +10,22 @@ Installation
|
||||
|
||||
Or:
|
||||
|
||||
1. Open the Sublime Text 2 Packages folder
|
||||
- OS X: ~/Library/Application Support/Sublime Text 2/Packages/
|
||||
- Windows: %APPDATA%/Sublime Text 2/Packages/
|
||||
- Linux: ~/.Sublime Text 2/Packages/
|
||||
1. Open the Sublime Text Packages folder
|
||||
|
||||
- OS X: ~/Library/Application Support/Sublime Text 3/Packages/
|
||||
- Windows: %APPDATA%/Sublime Text 3/Packages/
|
||||
- Linux: ~/.Sublime Text 3/Packages/
|
||||
|
||||
2. clone this repo
|
||||
3. Install keymaps for the commands (see Example.sublime-keymap for my preferred keys)
|
||||
|
||||
### Sublime Text 2
|
||||
|
||||
1. Open the Sublime Text 2 Packages folder
|
||||
2. clone this repo, but use the `st2` branch
|
||||
|
||||
git clone -b st2 git@github.com:colinta/SublimeStringEncode
|
||||
|
||||
Commands
|
||||
--------
|
||||
|
||||
|
Reference in New Issue
Block a user