1. Install Sublime:
Http://www.sublimetext.com/3
2. Install the package Control:
CTRL + ' or View > Show Console
Input:
ImportUrllib.request,os,hashlib; h ='2915d1851351e5ee549c20394736b442'+'8bc59f460fa1548d1514676163dafc88'; PF ='Package Control.sublime-package'; IPP = Sublime.installed_packages_path (); Urllib.request.install_opener (Urllib.request.build_opener (Urllib.request.ProxyHandler ())); by = Urllib.request.urlopen ('http://packagecontrol.io/'+ Pf.replace (' ','%20'). read (); DH = hashlib.sha256 (by). Hexdigest ();Print('Error validating download (got%s instead of%s), please try manual install'% (DH, h))ifDH! = hElseOpen (Os.path.join (IPP, PF),'WB'). Write (by)
Enter run.
3. Chinese:
Press and hold Ctrl+sift+p, enter "Install package" (it may take a few seconds for the first run), then enter Chinese, select chineselocalization (enter or mouse click).
4. General Settings:
Preferences > Settings-users, enter the following code to save
1 {2"Line_numbers":true,//whether to display line numbers3"Gutter":true,//whether to display the Edge column4"Draw_centered":false,//whether to center the display5 //"Wrap_width": 170,//newline width (in characters)6"Word_wrap":true,//whether to wrap lines automatically7"Scroll_past_end":true,//can the scroll exceed the end8"Font_face": "Microsoft Ya Black",//Font9"Font_size": 10,//Font SizeTen"Line_padding_top": 1,//Row Height One"Line_padding_bottom": 1, A"Tab_size": 2,//tab Indent width -"Translate_tabs_to_spaces":false,//Auto-Convert tab to space -"Update_check":false,//Disable Automatic Updates the}
5. Crack:
Reference: http://www.xiumu.org/note/sublime-text-3.shtml
6. Plug-in Installation:
Sublime Text 3 using