Ok, I've suffered long enough: I can't stand the Package Control Messages tab that pops up and grabs focus when I open ST3. You know, the one that looks like
Package Control Messages
========================
Package Control:
---------------
Version 3.0 Release Notes
...
Is there a way to suppress this popup?
As you probably noticed on the homepage, Package Control is the Sublime Text package manager. It includes a list of over 2,500 packages available for install, and users can add any GitHub or BitBucket repository themselves. Once installed, packages are kept up-to-date automatically.
Packages are a collection of resource files used by Sublime Text: plugins, syntax highlighting definitions, menus, snippets and more. Sublime Text ships with several packages, and more user created ones are available. Packages are stored in . sublime-package files, which are zip files with a different extension.
So, the only (hackish) way so far I've found to do this is to comment out a line in the Package Control package... hopefully someone responds with a better answer than this.
Open Resource
via PackageResourceViewer -> Select Package Control
package_control/package_manager.py
to editself.print_messages(package_name, package_dir, is_upgrade, old_version, new_version)
by putting a hash #
in the frontPackage Control.sublime-package
(on my 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)./package_control/package_manager.py
(notice it's a subfolder inside)self.print_messages(package_name, package_dir, is_upgrade, old_version, new_version)
by putting a hash #
in the frontPackage Control.sublime-package
The grabbing focus was annoying me as well. I got rid of it by disabling the auto-upgrade option of Package Control:
Preferences: Package Control Settings - User
"auto_upgrade": false
Note, you'll need to upgrade manually from now on by running Package Control: Upgrade Package
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With