Sublime Text 3 using

Source: Internet
Author: User
Tags sublime text

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

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.