Plug-in installation
Install the package control component, and then install it directly online
Press Ctrl+` to call up the console (note: avoid hotkey conflicts)
Paste the following code into the command line and press Enter:
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())
Error
reloading settings Packages/Package Control/Package Control.sublime-settings
warning: mnemonic e not found in menu caption Open the current file in a new tab (E)
warning: mnemonic l not found in menu caption Save all (L)
warning : mnemonic v not found in menu caption Restore file(V)
warning: mnemonic x not found in menu caption Exit(X)
warning: mnemonic n not found in menu caption Cut(N)
warning: mnemonic m not found in menu caption Comment(M)
warning: mnemonic a not found in menu caption Convert case(A)
warning: mnemonic i not found in menu caption search(I)
warning: mnemonic n not found in menu caption end of line(N)
warning: mnemonic w not found in menu caption Automatic line wrapping (W)
warning: mnemonic t not found in menu caption Switching files (T)
warning: mnemonic b not found in menu caption Bookmark (B)
warning: mnemonic u not found in menu caption Compile system(U)
warning: mnemonic v not found in menu caption Save macro(V)…
warning: mnemonic p not found in menu caption Project(P)
warning: mnemonic A not found in menu caption Save as workspace…
warning: mnemonic d not found in menu caption Add folder to project(D)…
warning: mnemonic m not found in menu caption Remove all folders from the project (M)
warning: mnemonic e not found in menu caption Refresh folders (E)
warning: mnemonic n not found in menu caption Preferences (N)
warning: mnemonic P not found in menu caption Plug-in settings
warning: mnemonic e not found in menu caption Open the current file in a new tab (E)
warning: mnemonic l not found in menu caption Save all(L)
warning: mnemonic v not found in menu caption Restore file(V)
warning: mnemonic x not found in menu caption Exit(X)
warning: mnemonic n not found in menu caption Cut(N)
warning: mnemonic m not found in menu caption Comment(M)
warning: mnemonic a not found in menu caption Convert Case (A)
warning: mnemonic i not found in menu caption Search (I)
warning: mnemonic n not found in menu caption End of line (N)
warning: mnemonic w not found in menu caption Automatic line wrapping (W)
warning: mnemonic t not found in menu caption Switch file (T)
warning: mnemonic b not found in menu caption Bookmark(B)
warning: mnemonic u not found in menu caption Compile system(U)
warning: mnemonic v not found in menu caption Save macro (V)…
warning: mnemonic p not found in menu caption Project (P)
warning: mnemonic A not found in menu caption Save as workspace…
warning: mnemonic d not found in menu caption Add folders to project (D)…
warning: mnemonic m not found in menu caption Remove all folders from project (M)
warning: mnemonic e not found in menu caption Refresh folder (E)
warning: mnemonic n not found in menu caption Preferences (N)
warning: mnemonic P not found in menu caption Plug-in settings
Does anyone know what's going on?
Can I say there is a problem with this Chinese version?