fumeflow 发表于 2015-10-30 16:57

Sublime Text 3经常刚启动后不久 自动打开Package Control Messages

Sublime Text 3经常刚启动后不久 自动打开Package Control Messages

即 我启动Sublime Text 比如想看一堆cpp和h文件 刚拖进去没看10秒


自动跳转到一个新的tab 即Package Control Messages


需要手动关了 或者切换回去 很烦


这样的情况持续很久了


有人知道怎么解决不


是提醒我Package Control Messages该升级了还是怎么的?

知乎网友 发表于 2015-10-30 17:10

fumeflow 发表于 2015-10-30 17:18

知乎网友 发表于 2015-10-30 17:10
就是升级了没错……
就是打开之后 有相当高的概率会弹啊。。升级不是只应该弹一次么

今天启动了两次 弹了两次。。
弹出内容如下:
Package Control Messages
========================

Package Control:
---------------

Version 3.1 Release Notes

Package Control continues its focus on polish and fixing edge-case bugs. Some
of the changes in this version include:

   - quick panel for Install Package now stays open on Windows with recent
   versions of ST3, even when focus is lost
   - new "downloader_precedence" setting to allow users to use specific HTTP
   backend due to network proxy or SSL issues
   - added Install Local Dependency command for package developers to more
   easily deal with dependencies during development
   - improved handling of git/hg package upgrade errors
   - better handling of locked .sublime-package files on Windows
   - performance improvements for users with a large number of open windows

For package developers, the list of available dependencies has been growing:
https://github.com/wbond/package_control_channel/blob/master/repository/dependencies.json

Enjoy!


Version 3.0 Release Notes


**** Windows Sublime Text 3 Users ****

Due to a bug in Package Control 2.0, Windows ST3 users will need to open the
Sublime Text console (ctrl+`) and execute the following Python to properly
upgrade. All other users may ignore this part of the message.

Make sure NOT to copy the leading two spaces, or an "unexpected indent" error
will occur.

import urllib.request,os,sys; exec("if sys.version_info < (3,) or os.name != 'nt': raise OSError('This code is for Windows ST3 only!')"); pr='Preferences.sublime-settings'; ip='ignored_packages'; n='Package Control'; s=sublime.load_settings(pr); ig=s.get(ip); ig.append(n); s.set(ip,ig); sublime.save_settings('Preferences.sublime-settings'); pf=n+'.sublime-package'; urllib.request.install_opener(urllib.request.build_opener(urllib.request.ProxyHandler())); by=urllib.request.urlopen('https://packagecontrol.io/'+pf.replace(' ','%20')).read(); open(os.path.join(sublime.installed_packages_path(),pf),'wb').write(by); ig.remove(n); s.set(ip,ig); sublime.save_settings(pr); print('Package Control: 3.0.0 upgrade successful!')

********


Package Control 3.0 adds a bunch of polish, improving the Sublime Text
experience for users and package developers:

   - improved upgrades of themes, color schemes and syntaxes
   - dependency support
   - SSL for Linux
   - new secondary Windows HTTP backend
   - patches for Python in Sublime Text 2 on Windows
   - commands to easily remove channels and repositories
   - an events API for packages
   - improved documentation


As of July 2014, I now work for myself. This has allowed me to spend more time
working on open source software, including Package Control. If you appreciate
the work I've done, please consider a small donation. If even 5% of regular
users donated the price of a coffee or beer, that would cover quite a bit of
my development time! See https://packagecontrol.io/about for options.


Some recent Package Control stats:

   - every weekday over 1M JSON requests hit the channel server
   - in December, the channel server will transmit 4TB+ of compressed JSON
   - users have installed, upgraded or removed 85M+ packages since late 2011


Read more about the release at:

https://packagecontrol.io/news#2014-12-23-Package_Control_30_Released



知乎网友 发表于 2015-10-30 17:38

masterfish 发表于 2015-10-30 20:30

luciffer 发表于 2015-10-30 20:43

得换vim才没有升级信息

fumeflow 发表于 2015-10-30 21:07

知乎网友 发表于 2015-10-30 17:38
这内容不就是两个版本的更新日志吗?

甭管是啥 我希望不看到他

现在是关了这次 下次还出 出的几率高的吓人

目前的策略只能是 一直开着不关了 浪费一个tab的空间。。

南极洲 发表于 2015-10-30 21:48

你的package control是不是还是2.x版本的?
更新说明写了 package control 3不会自动升级需要你手动执行命令

Version 3.0 Release Notes


**** Windows Sublime Text 3 Users ****

Due to a bug in Package Control 2.0, Windows ST3 users will need to open the
Sublime Text console (ctrl+`) and execute the following Python to properly
upgrade. All other users may ignore this part of the message.

fumeflow 发表于 2015-10-30 23:08

南极洲 发表于 2015-10-30 21:48
你的package control是不是还是2.x版本的?
更新说明写了 package control 3不会自动升级需要你手动执行命 ...

果然该认真扫一眼的么

好像是解决了 多谢
页: [1]
查看完整版本: Sublime Text 3经常刚启动后不久 自动打开Package Control Messages