Sublime Text is a sophisticated text editor for code, markup and prose. You'll love the slick user interface, extraordinary features and amazing performance.
subl can now be used to edit stdin, eg: echo test | subl | cat; Syntax and indentation detection is now done when editing stdin; Added syntax_detection_size_limit setting for controlling when …
Added spelling_selector setting, to control what text is checked for misspellings; Tweaked handling of syntax definitions and unused captures, resolving an issue with spell checking in …
2021年5月21日 · The first stable release of Sublime Text 4 has finally arrived! We've worked hard on providing improvements without losing focus on what makes Sublime Text great. There are …
2016年1月13日 · Is there an extension or command for sublime text that will allow auto formatting of code, removing white spaces, fixing indents, etc. Something similar to the 'pretty print' …
Sublime Text Tutorials is a YouTube channel with many tips, tricks and tutorials; Ultimate Text Editing Productivity with Sublime Text is a Skillshare/Udemy course on Sublime Text; Sublime …
You can use additive selections to select multiple blocks of text, or subtractive selections to remove a block. Using the Mouse. Using the Keyboard. Using the Mouse🔗. Different mouse …
The Sublime Text API has been updated to Python 3.8, while keeping backwards compatibility with packages built for Sublime Text 3. The API has been significantly expanded, adding …
The following pages contain the official documentation for Sublime Text. The Sublime Text Unofficial Documentation is an excellent supplementary resource, with a huge amount of …
2011年9月28日 · Backported various fixes from Sublime Text 3; Improved minimap click behavior. The old behavior is available via the minimap_scroll_to_clicked_text setting; Added …