Sublime Text
Http://baike.baidu.com/view/10701920.htm?from_id=8130415&type=syn&fromtitle=Sublime&fr=aladdin
IntroductionSublime text is a code editor (Sublime text 2 is a paid software, but can be tried indefinitely) and is also an advanced text editor for HTML and prose. Sublime text was developed by the programmer Jon Skinner in January 2008 and was originally designed as a vim with extensive functionality. Sublime text has a beautiful user interface and powerful features such as code thumbnails, Python plugins, code snippets, and more. You can also customize key bindings, menus, and toolbars. The main features of Sublime Text include: Spell checker, bookmarks, full Python API, Goto feature, instant item switching, multiple selection, multiple windows, and more.[1]Sublime Text is a cross-platform editor that supports operating systems such as Windows, Linux, Mac os X. June 26, 2012 the new version of Sublime Text 2.0, compared to previous versions of the major improvements: support retina Retina screen, fast jump to the next, text drag and drop, improve the build system, CSS Auto-completion and highlighting settings.shortcut KeysCtrl+l Select Entire row (press and hold-continue selection) Ctrl+kk from the cursor to the end of the line ctrl+k Backspace Delete from the cursor to the beginning ctrl+j merge rows (multiple rows that need to be merged) Ctrl+ku change to uppercase CTRL+KL to lowercase CTRL + D Select the string (press and hold-continue to select the next same string) Ctrl+m the cursor to the beginning or end of the parenthesis ctrl+/the entire line (if selected, same as "ctrl+shift+/" effect) Ctrl+shift+c converted to Utf8ctrl+r Search function label for specified file Ctrl+g jump to the specified line Ctrl+kt collapse Property ctrl+k0 Expand All ctrl+u soft undo Ctrl+t Word Interchange Tab indent auto complete shift+tab remove indent ctrl+enter cursor Insert row CTRL+F2 Set Bookmark F2 Next Bookmark shift+f2 Previous bookmark shift+ right mouse column Select Alt+f3 selected text press the shortcut key to select all the same text at once to edit Alt +. Close current label F6 detect syntax error F9 line sort (by A-Z) F11 full screen mode ctrl+shift+enter cursor insert row ctrl+shift+[collapse code ctrl+shift+] Unwind code ctrl+shift+↑ with upstream interchange Ctrl + Shift+↓ and downstream interchange Ctrl+shift+a Select the cursor position parent tag ctrl+shift+d the entire line where the cursor is copied, insert it before the row ctrl+shift+f in the folder, Unlike the normal editor, Sublime allows you to add multiple folders to find ctrl+shift+k delete entire rows ctrl+shift+l the mouse selects multiple rows (pressing the shortcut key), you can edit the rows at the same time ctrl+shift+m Select the contents in parentheses (press and hold-continue to select the parent bracket) ctrl+shift+p Open the command panel ctrl+shift+/Note the selected content ctrl+shift+enter the cursor before inserting the row ctrl+pagedown, Ctrl+pageup The files are toggled in the order of opening, CTRL + left mouse button can simultaneously select multiple text to edit shift+ right mouse button (or use the middle mouse button) can use the mouse to vertical multi-line selection Shift+tab Remove indentation alt+shift+1~ 9 (non-keypad) screen displays a small window of equal numbers
Installing the Packagecontrol plugin, managing the integration plug-in1. Install the package ControlPress CTRL + ' bring up console to paste the installation code (see Extended reading) to the bottom command line and enter: Restart Sublime Text 2. If you see the package control item in Perferences->package settings, the installation succeeds. can go to the official website link (see extended reading) Download the package control.sublime-package in the sublime installation directory in the data installed the Catalog folder (this folder location may be different)[3]2. Install other plugins with the package controlPress Ctrl+shift+p to bring up the command panel, enter install to bring up the Install Package option and enter, then select the plug-in you want to install in the list.
Here you can choose to add and remove the installation package, click Install
In the search box, enter the Cocos2d LUA API and click Install ... Okk, viewing effects
This allows code hints to be implemented. View Sublime installation package
Open the folder to see ...
OKK, then see these, students will also find some things, is our own class can also be bound to sublime in this way, to achieve efficient development.
Accessories: Packagecontrol
http://download.csdn.net/detail/wisdom605768292/7543473