sublimetext - How to suppress Package Control Messages popup in Sublime Text 3 -


ok, i've suffered long enough: can't stand package control messages tab pops , grabs focus when open st3. know, 1 looks like

package control messages ========================  package control: ---------------    version 3.0 release notes ... 

is there way suppress popup?

so, (hackish) way far i've found comment out line in package control package... responds better answer this.

better way

  1. install packageresourceviewer package control
  2. open resource via packageresourceviewer -> select package control
  3. select package_control/package_manager.py edit
  4. comment out line self.print_messages(package_name, package_dir, is_upgrade, old_version, new_version) putting hash # in front
  5. save file.

clunky way

  1. locate package control.sublime-package (on machine [linux] it's in ~/.config/sublime-text-3/installed packages) (on win7 it's in c:\users[your_name]\appdata\roaming\sublime text 3\installed packages)
  2. make copy of package in case bork process
  3. unzip package directory of choosing (a .sublime-package zipped archive)
  4. open ./package_control/package_manager.py (notice it's subfolder inside)
  5. comment out line self.print_messages(package_name, package_dir, is_upgrade, old_version, new_version) putting hash # in front
  6. zip files
  7. rename new zip package control.sublime-package
  8. overwrite old package new package

Popular posts from this blog