Home  >  Q&A  >  body text

php - Sublime text 安装package control组件

插件安装

安装package control组件,然后直接在线安装
按Ctrl+`调出console(注:避免热键冲突)
粘贴以下代码到命令行并回车:
import urllib.request,os; pf = 'Package Control.sublime-package'; ipp = sublime.installed_packages_path(); urllib.request.install_opener( urllib.request.build_opener( urllib.request.ProxyHandler()) ); open(os.path.join(ipp, pf), 'wb').write(urllib.request.urlopen( 'http://sublime.wbond.net/' + pf.replace(' ','%20')).read())
报错
reloading settings Packages/Package Control/Package Control.sublime-settings
warning: mnemonic e not found in menu caption 新标签中打开当前文件(E)
warning: mnemonic l not found in menu caption 保存全部(L)
warning: mnemonic v not found in menu caption 恢复文件(V)
warning: mnemonic x not found in menu caption 退出(X)
warning: mnemonic n not found in menu caption 剪切(N)
warning: mnemonic m not found in menu caption 注释(M)
warning: mnemonic a not found in menu caption 转换大小写(A)
warning: mnemonic i not found in menu caption 查找(I)
warning: mnemonic n not found in menu caption 行尾(N)
warning: mnemonic w not found in menu caption 自动换行(W)
warning: mnemonic t not found in menu caption 切换文件(T)
warning: mnemonic b not found in menu caption 书签(B)
warning: mnemonic u not found in menu caption 编译系统(U)
warning: mnemonic v not found in menu caption 保存宏(V)…
warning: mnemonic p not found in menu caption 项目(P)
warning: mnemonic A not found in menu caption 保存为工作区…
warning: mnemonic d not found in menu caption 添加文件夹到项目(D)…
warning: mnemonic m not found in menu caption 从项目中移除所有文件夹(M)
warning: mnemonic e not found in menu caption 刷新文件夹(E)
warning: mnemonic n not found in menu caption 首选项(N)
warning: mnemonic P not found in menu caption 插件设置
warning: mnemonic e not found in menu caption 新标签中打开当前文件(E)
warning: mnemonic l not found in menu caption 保存全部(L)
warning: mnemonic v not found in menu caption 恢复文件(V)
warning: mnemonic x not found in menu caption 退出(X)
warning: mnemonic n not found in menu caption 剪切(N)
warning: mnemonic m not found in menu caption 注释(M)
warning: mnemonic a not found in menu caption 转换大小写(A)
warning: mnemonic i not found in menu caption 查找(I)
warning: mnemonic n not found in menu caption 行尾(N)
warning: mnemonic w not found in menu caption 自动换行(W)
warning: mnemonic t not found in menu caption 切换文件(T)
warning: mnemonic b not found in menu caption 书签(B)
warning: mnemonic u not found in menu caption 编译系统(U)
warning: mnemonic v not found in menu caption 保存宏(V)…
warning: mnemonic p not found in menu caption 项目(P)
warning: mnemonic A not found in menu caption 保存为工作区…
warning: mnemonic d not found in menu caption 添加文件夹到项目(D)…
warning: mnemonic m not found in menu caption 从项目中移除所有文件夹(M)
warning: mnemonic e not found in menu caption 刷新文件夹(E)
warning: mnemonic n not found in menu caption 首选项(N)
warning: mnemonic P not found in menu caption 插件设置
谁知道怎么回事吗

世界只因有你世界只因有你2618 days ago946

reply all(1)I'll reply

  • 高洛峰

    高洛峰2017-05-16 13:06:30

    我能说是这个汉化版本有问题么?

    reply
    0
  • Cancelreply