Sublime Text is a text and source code editor for Linux, OS X and Windows.
Some of my files/tabs somehow got to be Unix line endings, when I want Windows line endings. I can …
sublimetext sublimetext3 line-endingsIs there a way I can use the middle click or maybe (Ctrl+Alt+Up) to a particular column across …
sublimetext2 sublimetext sublimetext3Currently, the Go to line shortcut (CTRL+G in windows/linux) only allows to navigate to a specific line. It …
sublimetext sublimetext3 sublime-text-pluginOn Linux, Sublime Text shows the full path of my currently open file in the title bar by default, but …
sublimetextI'm looking for a feature like Eclipse's Link with Editor. Basically, I want whatever file I'm editing to be shown …
sublimetextI have a problem with sublime text editor that RTL languages are not supported! I've tried this plug in Bidirectional …
sublimetext3 sublimetext arabic rtl-languageI've come up with this regex that finds all words that start with $ and contain _ underscores: \$(\w+)_(\w+) I'm basically …
regex sublimetext textmate onigurumaIs there a way to tell Sublime to highlight comments that contain the word "TODO"? I've looked for plugins that …
sublimetext2 sublimetext todoHow can I go to N-th character in the file. Ignoring all the line breaks, N-th character in the whole …
sublimetext3 sublimetextI was watching files with fsnotify which is a Go library, and I found there are many events triggered when …
sublimetext sublimetext3