Top "Sublimetext2" questions

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

How to remove a package in sublime text 2

I would like to remove and/or deactivate the Emmet package in Sublime Text 2. Should I just remove the Emmet …

package sublimetext2 uninstallation
How to paste text to end of every line? Sublime 2

I'm curious if there is a way to paste text to the end of every line in Sublime 2? And conversely, …

line sublimetext2 text-editor copy-paste sublimetext
Sublime 3 - Set Key map for function Goto Definition

I want to create an Eclipse style shortcut Ctrl+MouseClick to open the function/method. Sublime Text 3 has already this …

keyboard-shortcuts sublimetext2 sublimetext sublimetext3
80-characters / right margin line in Sublime Text 3

You can have 80-characters / right margin line in Netbeans, Text Mate and probably many, many more other IDEs. Is it …

formatting coding-style sublimetext2 sublimetext3 sublimetext
Python 3: EOF when reading a line (Sublime Text 2 is angry)

while True: reply = input('Enter text') if reply == 'stop': break print(reply.upper()) The result was: Enter text:Traceback (most …

python python-3.x sublimetext2 eof
Sublime Text 2 Code Formatting

First let me say I come from a Microsoft background and Visual Studio is my bread and butter. It has …

sublimetext prettify sublimetext2
What is the default font of Sublime Text?

I was looking and could not find an answer on this one. Which is Sublime Text's default font type?

fonts sublimetext2 sublimetext3 sublimetext
Sublime Text 2 keyboard shortcut to open file in specified browser (e.g. Chrome)

I do web development and am trying out Sublime Text 2. Is there a keyboard shortcut to open the current file …

sublimetext2
How to Install Sublime Text 3 using Homebrew

How can I use homebrew cask to install Sublime Text 3? I only see sublime text 2 in the repos. I even …

sublimetext2 homebrew sublimetext sublimetext3 homebrew-cask
Sublime Text 2: Trim trailing white space on demand

I know that Sublime Text 2 can delete the trailing white space on files upon saving. When working in a team …

whitespace sublimetext2 code-cleanup