Original address:
Sublime Text 2 installation of Chinese cracked, plug-in Package installation Tutorial _ Baidu Experience
Http://jingyan.baidu.com/article/ff4116259b057c12e48237b8.html
Sublime text as a lightweight, concise, efficient, cross-platform editor. Support n multiple languages, loved by engineers! Here's how to install hack sublime Text 2.0.2 and teach you how to install package controller and install plug-ins (Emmet, Sublimelinter, jquery, etc.)
Tools/ Raw Materials
- Sublime Text 2.0.2 32-bit, 64-bit installation package
- Sublime Text 2.0.2 Chinese Pack
Baidu Experience: jingyan.baidu.com
Install sublime Text 2.0.2
- 1
This tutorial is also theoretically used for other versions of sublime text installation, but there is no guarantee that there will be a problem.
- 2
The installation process is simple, here is a direct mapping demo!
END
Baidu Experience: jingyan.baidu.com
Cracked Sublime Text 2.0.2
- 1
First, to open the sublime Text 2.0.2, see the title bar with a band (unregistered) that is not registered.
- 2
Next teach you how to register to crack sublime Text 2.0.2.
Copy the Code as follows: (32, 64-bit generic)
-----BEGIN LICENSE-----
Andrew Weber
Single User License
ea7e-855605
813A03DD 5e4ad9e6 6c0eeb94 bc99798f
942194A6 02396E98 e62c9979 4bb979fe
91424c9d A45400BF f6747d88 2fb88078
90f5cc94 1CDC92DC 8457107A f151657b
1d22e383 a997f016 42397640 33F41CFC
E1d0ae85 a0bbd039 0e9c8d55 e1b89d5d
5cdb7036 e56de1c0 EFCC0840 650cd3a6
b98fc99c 8fac73ee d2b95564 DF450523
------END LICENSE------
END
Baidu Experience: jingyan.baidu.com
Chinese Sublime Text 2.0.2
- 1
Sublime Text 2.0.2 Chinese package Baidu can find, in fact, each version of the Chinese package is universal. Here is the main introduction of how to Chinese. First, you open the Browse Packages folder.
- 2
Locate the default folder (Package/default) under the Package folder, and then copy and paste the files from the Chinese package to the past.
Steps to read
END
Baidu Experience: jingyan.baidu.com
Install the package controller (Pack control )
- 1
Only the package control is installed to install a variety of God-teammate plugins. First press ctrl+~ to call out the command controller.
- 2
Then, copy the following command to the command bar and press ENTER. See the success prompt to restart to see the package control.
The command is as follows:
Import Urllib2,os; Pf= ' Package control.sublime-package '; Ipp=sublime.installed_packages_path (); Os.makedirs (IPP) if not os.path.exists (IPP) else None; Urllib2.install_opener (Urllib2.build_opener (urllib2. Proxyhandler ())); Open (Os.path.join (IPP,PF), ' WB '). Write (Urllib2.urlopen (' http://sublime.wbond.net/' +pf.replace (', '%20 '). Read () ); Print (' Restart Sublime Text to finish installation ')
END
Baidu Experience: jingyan.baidu.com
Installing plugins
- 1
One of the great advantages of Sublime Text 2.0.2 is that it has a lot of plug-ins for God teammates, such as Emmet, Sublimelinter, jquery and other plugins. Here to install the Emmet plugin demo! Open the package Control and it will load a little guy, so be patient. Don't do extra work, or the interface of the package controller will disappear.
- 2
The install package also needs to be loaded. Out after the command bar input Emmet, point the first to start installing Emmet plug-in, out of the Emmet information interface to prove the success of the installation! Then you can start coding!
END
Baidu Experience: jingyan.baidu.com
Precautions
- Sublime Text 2.0.2 through my test, in Win7, 8, 8.1 32-bit and 64-bit platform can be perfect to install cracked and follow the package control and plug-ins.
- The package controller interface will disappear as soon as it is lit, so please be patient while the load is in progress!
Sublime Text 2 installation of Chinese cracked, plug-in Package installation tutorial