This function can also be set to build the code automatically every time the file is saved. 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. Syntax highlighting also makes syntaxes of the language easier to read. The dark background on Sublime Text is intended to reduce eyestrain and increase the amount of contrast with the text.
Syntax highlight and high contrast display It also auto-completes variables created by the user. Sublime Text will offer to complete entries as the user is typing depending on the language being used. 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. All cursors then behave as if each of them was the only one in the text. This feature allows users to select entire columns at once or place more than one cursor in text, which allows for simultaneous editing.
#CONFIGURE SUBLIME TEXT FOR PYTHON FULL#
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Ĭolumn selection and multi-select editing.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. The minimap feature shows a reduced overview of the entire file in the top-right corner of the screen.Sublime Text contains 23 different visual themes, with the option to download additional themes and configure custom themes via third-party plugins.
#CONFIGURE SUBLIME TEXT FOR PYTHON SOFTWARE#
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." Themes Sublime Text 2.0.2 was released on 8 July 2013.