Top "Sublimetext2" questions

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

How do you print in Sublime Text 2

Sublime Text 2 seems like a great editor. I just started using it a week ago in eval mode and it …

sublimetext2
Showing the same file in both columns of a Sublime Text window

When I have 2 columns set in a Sublime Text window, can I display the same file in both columns?

sublimetext2 sublimetext sublimetext3
Regex replace uppercase with lowercase letters

I'm trying to replace uppercase letters with corresponding lowercase letters using regex. So that EarTH: 1, MerCury: 0.2408467, venuS: 0.61519726, becomes earth: 1, mercury: 0.2408467, …

regex sublimetext3 sublimetext2 sublimetext
What is the difference between Sublime text and Github's Atom

Github announced Atom which is very similar to Sublime. Even some keyboard shortcuts like ⌘ + P, ⌘ + Shift + P etc. are same. …

editor sublimetext2 sublimetext text-editor atom-editor
Getting full JS autocompletion under Sublime Text

I just installed the Sublime Text under Windows Vista, and even following the advice given in this post, namely to …

javascript sublimetext2
Installing packages in Sublime Text 2

When I go to browse packages in Sublime Text 2, the packages folder is full of all the plugins I wanted …

sublimetext2
Fixing Sublime Text 2 line endings?

Here is my Settings - User config: { "auto_indent": true, "color_scheme": "Packages/Color Scheme - Default/Twilight.tmTheme", "default_…

sublimetext2 line-endings
How to fix/convert space indentation in Sublime Text?

Example: If I have a document with 2 space indentation, and I want it to have 4 space indentation, how do I …

sublimetext2 indentation auto-indent
How do I replace text in a selection?

I've just started using Sublime Text 2, coming from emacs. I have a region of text selected. Within that region, I'd …

sublimetext2
Multiple Cursors in Sublime Text 2 Windows

I have installed Sublime Text 2 in windows and I am trying to use the multiple cursors feature. Firstly I highlight …

sublimetext2 sublimetext