sublime text3 localization and activation

First, download

Official website: http: //www.sublimetext.com/

 

Second, Chinese

1, the installation package control

The first step: Press the  Ctrl + ~ button to bring up the sublime console;

Step two: Enter the following command to bring up the 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())

Enter, wait a moment, if there are preferences in the package control on the installation was successful;

Step 3: Click  preferences —> package control or use the keyboard shortcut  Ctrl + Shift + Pto bring up the package control, input

install package Select and press Enter to find ChineseLocalization plug-in, select will automatically switch to Chinese Simplified carriage return after a successful installation, you can

帮助 —>Language Set in other languages.

 

Third, activation

 

Guess you like

Origin www.cnblogs.com/fengluzheweb/p/11490929.html
Recommended