Sublime Text is a text and source code editor for Linux, OS X and Windows.
Lots of friends have suggested me to start using Sublime Text instead of Notepad++, but I've been happy so far …
editor notepad++ sublimetext2 sublimetextI have several strings selected in a file in Sublime Text and I want to convert them all to lowercase. …
sublimetextI want to comment out a block of code in sublime text. I see it in RailsCasts, but don't think …
keyboard-shortcuts sublimetextIs there a way to force Sublime Text 2 to always indent two spaces per tab when working with Ruby files? …
editor sublimetext2 sublimetext indentationI 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 sublimetext3How do I set a default filetype for a certain file extension in Sublime Text 2? Specifically I want to have *.…
sublimetext2 text-editor sublimetextI installed Sublime Text and wanted to know how to open rb files in it from the terminal. I saw …
windows terminal sublimetextI know there are a lot of posts about this, but I couldn´t get it to work. I use …
tabs sublimetext sublimetext3 spaces auto-indentWhen I have 2 columns set in a Sublime Text window, can I display the same file in both columns?
sublimetext2 sublimetext sublimetext3I'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