Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Sublime Text requires restart on settings changes to take effect

My Sublime Text 3 ( but also applies to ST2 as I experienced the same issue before I switched to ST3 ) requires restart for any settings changes to take effect. This happens on a Mac Mini in the office but not on my Macbook Pro ( which is pretty much the same setup ).

I do sync settings over Dropbox by symlinking Application Support/Sublime Text 3 folder to Dropbox. However, I can recall it happening even before I did that.

Any ideas how to make it apply settings changes immediately?

like image 407
ykka Avatar asked Jul 25 '13 08:07

ykka


3 Answers

First, make sure you're running the latest build of ST3. Remember, this is beta software, and things break/change/get fixed again from version to version, so it may just be an issue with your particular build.

I suspect that this has something to do with Dropbox, as settings changes should be applied as soon as you save the settings file in almost all cases. For example, changing the theme should happen immediately. To test if it's Dropbox-related, unlink your current symlink to ~/Library/Application Support/Sublime Text 3 and make it a regular directory, then copy all your settings over and try to change something. If it applies right away, then it's an issue with Dropbox.

like image 91
MattDMo Avatar answered Oct 14 '22 06:10

MattDMo


You can install the package called 'Restart' and then just restart from the admin tab. Check the package to restart sublime text. It is just perfect https://github.com/yedderson/SublimeRestart

like image 20
neoplomero Avatar answered Oct 14 '22 07:10

neoplomero


In Mac:

  1. "Cmd + Shift + P"
  2. Enter: "Install Packages"
  3. Enter: "Restart"
  4. Now, you should see the "Restart" option under "File" in me main menu.
like image 1
Kenneth Bregat Avatar answered Oct 14 '22 06:10

Kenneth Bregat