Sublime Index
IMPORTANT NOTES: Sublime Text allows for a broad variety of personalization, such as implementing plugins, the language used to write a “Sublime Plugin” is Python
- The links that major impacted this index:
Workflow
- With my current Sumblime Text Configuration, I created this workflow:
- Create a new folder in Windows, anywhere.
- Create a new python file in the new folder.
(You can create a text file and change its extension to.py) - Open the new py file in Sublime Text, write and build it with
Ctrl+B, using mymyPython.sublime-build.
NOTE: This will create a pipenv venv and my personal__init__.pyfile.
Functioning Code Examples • my_sublime_plugins
- Pluign for pipenv • PipenvFastSearch
- [[Sublime Text - Pluign for testing and debuggin init.py files • Code • My__init__test|Pluign for testing and debuggin init.py files]]
- myPython (most complex and finished)
Sublime Text Sync:
Sublime Text Build Systems
- Sublime Text - Build System • Create a New Build System
- Sublime Text - Build System • See an Already Installed Build System
- Sublime Text - Build System • Create a Target Plugin as a Build System
Sublime Text - Ideas
Principiante:
- Sublime Text - Package Control
- Sublime Text - Output Pannel
- Sublime Text - Sublime Console
- Sublime Text - What are Packages
- Sublime Text - Package Resources or sublime-extensions
- Sublime Text - Sublime API
- Sublime Text - Package Folder
- Sublime Text - User Folder
Sublime Merge
Intermedio:
- Sublime Text - Sublime Plugins
- Terminology
- Sublime Text - Learn from Other Packages
- Sublime Text - Class Name Protocol
- Sublime Text - Command Classes
- Sublime Text - Region Class
- Sublime Text - Event Listner Class
Esperto:
- Sublime Text - Use view methods Outside Classes
- Sublime Text - All sublime.view Methods
- Sublime Text - Use window methods Outside Classes
- Sublime Text - All sublime.window Methods
- Sublime Text - Get Last Key Pressed