Sublime Text Package Manager - Sublime Text Package Control
Bootstrap Tutorial Full - Twitter Bootstrap 3.0
• Bootstrap Tutorial Full - Twitter Boo...
Sublime Text is a cross-platform source code editor with a Python application programming interface (API). It natively supports many programming languages and markup languages, and its functionality can be extended by users with plugins, typically community-built and maintained under free-software licenses.
Features[edit]
The following is a list of features of Sublime Text:[3]
"Goto Anything," quick navigation to files, symbols, or lines
"Command palette" uses adaptive matching for quick keyboard invocation of arbitrary commands
Simultaneous editing: simultaneously make the same interactive changes to multiple selected areas
Python-based plugin API
Project-specific preferences
Extensive customizability via JSON settings files, including project-specific and platform-specific settings
Cross platform (Windows, OS X, Linux)
Compatible with many language grammars from TextMate
Sublime Text Package Manager (Tutorial #5)
• Sublime Text Package Manager (Tutoria...
Sublime Text Tutorials #7 - Package Control
• Sublime Text Tutorials #7 - Package C...
Version 2[edit]
Sublime Text 2.0.2, the current release, was released on 8 July 2013. Changes from the first version of the software as promoted by Skinner on the official Sublime blog include Retina display support and "Quick Skip Next" functionality."[4]
Interface[edit]
The interface of Sublime Text 2
Themes
Sublime Text contains 22 different visual themes, with the option to download additional themes and configure custom themes via third-party plugins.
The minimap feature shows a reduced overview of the entire file in the top-right corner of the screen. The portion of the file visible in the main editor pane is highlighted and clicking or dragging in this view scrolls the editor through the file.[5]
Panels, groups and screen modes
The program offers a number of screen modes including panels that can show up to four files at once as well as full screen and distraction free modes which only show one file without any of the additional menus around it.
Features[edit]
Column selection and multi-select editing
This feature allows users to select entire columns at once or place more than one cursor in text, which allows for simultaneous editing. All cursors then behave as if each of them was the only one in the text. Commands like move by character, move by line, text selection, move by words, move by subwords (CamelCase, hyphen or underscore delimited), move to beginning/end of line etc., affect all cursors independently, allowing one to edit slightly complex repetitive structures quickly without the need to use macros or regex.[6]
Auto completion
Sublime Text will offer to complete entries as the user is typing depending on the language being used. It also auto-completes variables created by the user.
Syntax highlight and high contrast display
The dark background on Sublime Text is intended to reduce eyestrain and increase the amount of contrast with the text. As certain types of syntax are highlighted in different colours, these stand out better compared to the background than if it were light.[citation needed]
In-editor code building
This feature allows users to run code for certain languages from within the editor, which eliminates the need to switch out to the command line and back again. This function can also be set to build the code automatically every time the file is saved.[clarification needed]
Snippets
This feature allows users to save blocks of frequently used code and assign keywords to them. The user can then type the keyword and press tab to paste the block of code whenever they require it.