Top "Sublimetext" questions

Sublime Text is a text and source code editor for Linux, OS X and Windows.

What are the advantages of Sublime Text over Notepad++ and vice-versa?

Lots of friends have suggested me to start using Sublime Text instead of Notepad++, but I've been happy so far …

editor notepad++ sublimetext2 sublimetext
How to convert a selection to lowercase or uppercase in Sublime Text

I have several strings selected in a file in Sublime Text and I want to convert them all to lowercase. …

sublimetext
Shortcut to comment out a block of code with sublime text

I want to comment out a block of code in sublime text. I see it in RailsCasts, but don't think …

keyboard-shortcuts sublimetext
How do I force Sublime Text to indent two spaces per tab?

Is there a way to force Sublime Text 2 to always indent two spaces per tab when working with Ruby files? …

editor sublimetext2 sublimetext indentation
Sublime Text 2 multiple line edit

I want to edit multiple lines and every "word" within that line. For example: 45 28 42 65 24 87 47 95 01 25 87 98 I want to select every whole …

sublimetext2 sublimetext sublimetext3
Set default syntax to different filetype in Sublime Text 2

How do I set a default filetype for a certain file extension in Sublime Text 2? Specifically I want to have *.…

sublimetext2 text-editor sublimetext
Sublime Text from Command Line

I installed Sublime Text and wanted to know how to open rb files in it from the terminal. I saw …

windows terminal sublimetext
Sublime Text 3, convert spaces to tabs

I know there are a lot of posts about this, but I couldn´t get it to work. I use …

tabs sublimetext sublimetext3 spaces auto-indent
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