Top "Sublimetext3" questions

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

How do I close a folder in Sublime Text?

After opening Sublime Text 3, I chose to open a folder. This was a git repo, containing some folders that were …

directory sublimetext sublimetext3
Sublime Text 3 - Disable Python Checker warning "indentation contains tabs"

I didn't find an answer to this question on the web, so I'll say it up front; this is NOT …

python warnings sublimetext3 syntax-checking
How do I exclude a folder from search in sublime text 3 permanently?

is there a way to always ignore a folder... in project view. I have multiple apps in one repo and …

search editor sublimetext3 sublimetext text-editor
Sublime Text: How to jump to file from Find Results using keyboard?

If you File > Find in Files... ⇧+⌘+F you're brought to the Find Results, listing the files and highlighted matches. …

find sublimetext2 sublimetext sublimetext3
Sublime Text 3: "plugin host has exited unexpectedly"

I currently use Sublime Text 3. Today this "plugin host has exited unexpectedly" thing started to show up, and after having …

plugins sublimetext sublimetext3 package-control
Find & Replace digit by digit and space in Sublime Text

I have lot of digits and I want to add spaces in between them, like so: 0123456789 --> 0 1 2 3 4 5 6 7 8 9 I'm trying …

regex replace find sublimetext3 digit
How to install sublime package without package control?

How can I install a sublimetext3 package manually, without the package control. I am trying to fix a bug in …

sublimetext3 sublime-text-plugin
How to make Sublime Text 3 opening your last file/folder when started?

I'm on Mac running Yosemite. I use Sublime Text 3. In my default Settings, I have it like this : "hot_exit": …

sublimetext sublimetext3 preferences
Split lines on spaces in Sublime Text

How can i split lines in Sublime Text 3? I tried ctrl+t, ctrl+x but it does not work. I …

sublimetext3 transpose
php validation issue End of line character is invalid; expected "\n" but found "\r\n"

I am using Sublime text editor. I want to validate a Prestashop module in the validator. But it showing the …

php replace sublimetext3 prestashop