First, Introduction
There are many complex editors on the market, there are advantages, easy to use editor can make your work more effective, the first simple introduction of this article lead sublime text editor, hereinafter referred to as sublime.
1. Available for Windows, Mac OS X, and Linux systems (this is the Windows platform).
2, free trial, and free time Unlimited, it will only occasionally friendly to play a window, remind me to pay, of course, you spend a 70 dollars to buy a complete license is OK.
3, the advantages: (many user-friendly editor have) at any time to keep the file changes, intelligent selection, modification, search, automatic completion and so on, as well as shortcut key plug-ins and so on after the update.
Second, installation
First download, the official website address--http://www.sublimetext.com/homepage has the introduction and the demonstration, sees the navigation bar point Dowload goes in, has the different version system, looks under the demand installs the installation.
It is probably said that now sublime version is 2 (2.0.2), version 3 is still testing, compared to 2, there are many improvements, then said the free trial but the certificate needs to pay, there is no limit to the use of time.
Third, install the package control
Because Sublime has many plug-ins that are very useful, install the plug-in-package control first.
1, online installation
Open the sublime and then copy the following Python command from the menu View-show console or ctrl+~ (open the console).
Sublime TEXT3
Import ' Package Control.sublime-package ' ' WB ' ' http://sublime.wbond.net/ ' + pf.replace (','%20'). Read ())
Sublime Text2
ImportUrllib2,os; pf='Package Control.sublime-package'; IPP = Sublime.installed_packages_path (); Os.makedirs (IPP)if notOs.path.exists (IPP)ElseNone; 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')
Copy in to press ENTER, at the bottom of the progress, after the completion of the restart can be.
2, manual Installation:
You may not be able to install using code for a variety of reasons, you can use the following steps
1. Click Preferences > Browse Packages menu
2. Go to the upper-level directory of the Open directory before entering the installed packages/directory
3. Download the package control.sublime-package and copy it to the installed packages/directory
4. Restart the sublime.
Third, use the package control
1, install the plug-in
1. Menu-tools-command Paletter or ctrl+shift+p (common)
2. The install command is "package control Install", because sublime will automatically match so just enter the relevant letters such as: PCIP
3. Select the relevant command to enter.
4. Restart sublime after installation.
Look at the bottom progress
Enter or select the plug-in you need to install the return on the installation, note the bottom, installation success will prompt.
2. Uninstalling plugins
ctrl+shift+p, uninstall command is "Package Control removal Package", enter the relevant letter PCRP, select "The" box "return and then have the plug-in you have installed, Select the plug-in you want to uninstall to enter.
3. Other
The package control is commonly used for installation and uninstallation, as well as other features such as the list package (which shows installed plugins), and can be ctrl+shift+p by itself.
Iv. Conclusion
Frequently used shortcut keys, frequently used plug-ins for subsequent updates.
Use of time, but also in the groping, but really good, just friends need to have experience in this summary, hope to read here to help you, wrong, please correct me, the article is not regularly changed or updated, reproduced please indicate the source, convenient traceability.
Sublime text-Installation