Top "Sublimetext" questions

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

Set line endings for all tabs and all open files

Some of my files/tabs somehow got to be Unix line endings, when I want Windows line endings. I can …

sublimetext sublimetext3 line-endings
How can I do a column select across the entire file?

Is there a way I can use the middle click or maybe (Ctrl+Alt+Up) to a particular column across …

sublimetext2 sublimetext sublimetext3
Sublime Text - Goto line and column

Currently, the Go to line shortcut (CTRL+G in windows/linux) only allows to navigate to a specific line. It …

sublimetext sublimetext3 sublime-text-plugin
Configure Sublime Text on OS X to show full directory path in title bar

On Linux, Sublime Text shows the full path of my currently open file in the title bar by default, but …

sublimetext
Sublime Text 2 - Link with Editor / Show file in sidebar

I'm looking for a feature like Eclipse's Link with Editor. Basically, I want whatever file I'm editing to be shown …

sublimetext
Arabic language with Sublime Text editor

I have a problem with sublime text editor that RTL languages are not supported! I've tried this plug in Bidirectional …

sublimetext3 sublimetext arabic rtl-language
Regex to replace values that include part of match in replacement in sublime?

I've come up with this regex that finds all words that start with $ and contain _ underscores: \$(\w+)_(\w+) I'm basically …

regex sublimetext textmate oniguruma
Highlighting comments containing TODO in Sublime Text 2

Is there a way to tell Sublime to highlight comments that contain the word "TODO"? I've looked for plugins that …

sublimetext2 sublimetext todo
Sublime Text go to character number

How can I go to N-th character in the file. Ignoring all the line breaks, N-th character in the whole …

sublimetext3 sublimetext
What is Sublime Text doing when I save a file?

I was watching files with fsnotify which is a Go library, and I found there are many events triggered when …

sublimetext sublimetext3