Sublime the use of Text 3

Source: Internet
Author: User

The previous use of sublime has been used in Chinese cracked version. But the lower right corner and the new file title will be garbled. So the decision is to use the English version, there are not a few words.

First Officer net Download the latest version of Sublime Text 3 website: HTTP://WWW.SUBLIMETEXT.COM/3

Choose the version that suits you, this everyone will. (Mine is Windows 64bit)

Open Sublime Interface you will find a unregister in the upper right corner, indicating not registered. This is a good thing to charge,: (70$!!!!!!! Poor force is not afford to buy ...

(:, not registered also nothing, a few months to remind ...

There's always a drop in the way ~

Open Sublime, click help->enter License Enter any of the following four of the registration code (this thing is often invalid, the display has been registered what, but it doesn't matter, more on the Internet, search for a bit good)

--begin LICENSE——
Michael barnessingle User licenseea7e-8213858a353c41 872a0d5c df9b2950 aff6f667c458ea6d 8ea3c286 98D1D650 131A97ABAA919AEC ef20e143 b361b1e7 4c8b7f04b085e65e 2f5f5360 8489d422 fb8fc1aa93f6323c FD7F7544 3F39C318 d95e6480fccc7561 8a4a1741 68fa4223 adcede07200c25be DBBC4855 c4cfb774 c5ec138c0fec1cef d9dcecec D3A5DAD1 01316c36--end L Icense —— — –begin license-–nicolas hennionsingle User licenseea7e-8660758a01aa83 1d668d24 4484AEBC 3B04512C827B0DE5 69E9 b07a a39accc0 f95f5410729d5639 4c37cecb b2522fb3 8d37fdc172899363 bba441ac a5f47f08 6CD3B3FECEFB3783 B2E1BA96 71AAF7B4 AF B61b1d0cc513e7 52ff2333 9f726d2c cde53b4a810c0d4f e1f419a3 cda0832b 8440565a35bf00f6 4CA9F869 ED10E245 469c233e--end LIC Ense —— — –begin license-–anthony sansonesingle User licenseea7e-87856328b9a648 42b99d8a f2e3e9e0 16DE076EE218B3DC F36063 c33c1526 e8b58964b2cb3f63 bdf901be d31424d2 082891b5f7058694 55fa46d8 EFC11878 0868f093b17cafe7 63A78881 86B78E38 0F14 6238BAE22DBB d4ec71a1 0ec2e701 C7F9C6485CF29CA3 1cb14285 19a46991 e9a9867614fd4777 2d8a0ab6 a444ee0d ca009b54--end LICENSE —— — –begin License-–alexey plutalovsingle User LicenseEA7 E-8607763DC19CC1 134cdf23 504dc871 2de5ce55585dc8a6 253bb0d9 637c87a2 d8d0ba85aae574ad BA7D6DA9 2B9773F2 324c5def17830a4e fbcf9d1d 182406E9 f883ea87e585bba1 2538c270 e2e857c2 194283ca7234ff9e d0392f93 1D16E021 F191491763909e12 203c0169 3f08ffc8 86d06ea873ddaef0 ac559f30 a6a67947 b60104c6--end license--

Sublime has a lot of powerful plug-ins, this only sublime really useful. Before installing a variety of plug-ins, we first install a package Control, and then install the plug-in is the fly up ~

First go to this site: Https://packagecontrol.io/installation interface such as: Code as follows: (if not, please go to the above official website copy )

import Urllib.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)) if DH! = H Else Open (Os.path.join (IPP, PF), ' WB '). Write (by)

Copy the code in the Red box, open the sublime, press the "ctrl+~" key (I heard that QQ Input method and this shortcut has conflict, Input Method property settings-Input Method management-Cancel hotkey), bring up the command window, enter the above code, enter, If you see the package control item in Perferences->package settings, the installation succeeds.

Let's install a variety of plugins to install the Emment plugin as an example. Press CTRL+SHIFT+P, open the Installation Command window, enter the package Control:install, return (you can enter PCI directly, support fuzzy matching), and then enter the Emment, return so you can. Simple and rude. Preferences-->package settings inside you can see the plugin you installed.

  Here are a few sublime commonly used by several plugins:

    1. 1.emmet (front-end prerequisites, such as writing HTML, enter!) Number, press the TAB key, (Ctrl+e can also) the beginning of the HTML is good)
    2. sublimelinter (the code highlighted Linter thought to have the error)
    3. sublime Alignment (Code Auto-alignment)
    4. nettus Fetch (this is mostly synchronized updates with open source libraries, For example Jequery Library)
    5. Git (almost git-capable)
    6. Sidebarseperator (Enhanced sidebar feature)
    7. Docblockr (auto-complete comment)

So much for the first, and then for the rest.

The quick use of various plug-ins can go to the official website of the package control: Https://packagecontrol.io/installation For example, in the search box to enter both want to know the plug-in, there is detailed information.

(The plug-ins here and Sublime are the same as those installed through the package control)

Sublime Text 3 use please turn to MU network: HTTP://WWW.IMOOC.COM/LEARN/40 speak more detailed.

  Sublimetext 3 Plug-in collection:http://download.csdn.net/detail/yinluhui/9029791

"Included plugins are: AndyJS2, Brackethighlighter, Emmet-sublime, Flatland, Imesupport, JQuery, sublime_alignment, etc."

 PS: There are many similar tutorials on the Internet, this is purely LIANBI use ~

Sublime the use of Text 3

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.