Top "Sublimetext2" questions

DO NOT USE THIS TAG UNLESS YOUR QUESTION IS SPECIFICALLY ABOUT SUBLIME TEXT ITSELF.

Running Python interactively from within Sublime Text 2

I have looked at all the answers on this forum but I'm missing something. I want to be able to …

python sublimetext2 sublimerepl
How to change Sublime Text 2 selected tab color

I like the Sublime Text 2 default color scheme Monokai alot. The only problem is the tab colors, the selected tabs …

editor text-editor sublimetext2
Does Sublime Text 2 have the ability to region code similar to Visual Studio?

In Visual Studio you can minimize huge chunks of code using regions; they essentially just surround the code and minimize …

visual-studio sublimetext2 minimize region folding
How to edit Sublime Text 3 Soda Theme

I installed the Soda Theme on Sublime Text 3 on OSX and I was wondering where are the actual files and …

sublimetext2 sublimetext3 soda
How to include third party Python packages in Sublime Text 2 plugins

I'm writing a sublime text 2 plugin that uses a module SEAPI.py which in itself imports the requests module. Since …

python plugins sublimetext2 distutils python-requests
Writing custom completions in Sublime Text 2

Sublime Text 2 comes with many built-in completions/templates for common idioms. In C++, these include for loops with fields, etc …

autocomplete sublimetext2 sublimetext code-snippets
Adding bookmarks in Sublime Text 2

In Sublime Text 2, I'd like to be able to bookmark a line, so I can have easy access to it. …

keyboard-shortcuts sublimetext2 bookmarks
Sublime Text 3 - Emmet shortcut for HTML 5 not working.

I have recently downloaded sublime text 3 and installed emmet. The issue that I am having is that when I write …

html sublimetext2 sublimetext3 sublime-text-plugin emmet