An incredible set of settings/packages/shortcuts for Sublime Text 3. Currently it is optimized to program on:
- Java
- Octave/Matlab
- C/C++
- Pawn
- SQL
Its current version is: v1.0.1-334
See its main post at the AlliedModders' Forum: Versioned Sublime Text Settings
-
Install
Sublime Textfrom https://www.sublimetext.com/3 -
Close your Sublime Text and delete/rename the folder below, if it exists:
mv -v ~/.config/sublime-text-3/ ~/.config/sublime-text-3_Old/
- The folder
sublime-text-3/above contain all your current settings
- While keeping your Sublime Text closed, clone this repository using this command:
git clone --recursive https://github.com/evandrocoan/SublimeTextStudio.git ~/.config/sublime-text-3/Packages
- The packages will be automatically installed on the first
Sublime Textrun after the repository clone. - If you are a Windows/Mac user, just figure out where are your settings folders:
~/.config/sublime-text-3/ --> "C:\Users\YOUR_USER_NAME\AppData\Roaming\Sublime Text 3\"
~/.config/sublime-text-3/ --> "~/Library/Application Support/Sublime Text 3"
-
Open your Sublime Text and wait several minutes until it install all new packages and restart your Sublime Text.
-
You can open the Console on View -> Console (Ctrl+`) to view the download progress.
- It is not clear enough? See the video tutorial How to the Install Sublime Studio.
If you are using the portable version (Linux/Windows/Mac), delete/rename the folder Data/, if it exists: (the folder Data/ below contain all your current settings)
rename $SUBLIME_ROOT_FOLDER/Data/ $SUBLIME_ROOT_FOLDER/Data_Old/
And clone it with: (remenber to replace the \ with /, example, D:\Sublime\Data to D:/Sublime/Data)
git clone --recursive https://github.com/evandrocoan/SublimeTextStudio.git "SUBLIME_ROOT_FOLDER/Data/Packages"
Use on the console: (View -> Show Console)
sublime.log_input(True); sublime.log_commands(True); sublime.log_result_regex(True)
To disable it do:
sublime.log_input(False); sublime.log_commands(False); sublime.log_result_regex(False)
All files in this repository are released under GNU General Public License v3.0, unless stated otherwise. See:
- The LICENSE file.
- And the website https://www.gnu.org/licenses/gpl-3.0.en.html.
For more information.
