Install Sublime Text Editor On Ubuntu 16.10 & Ubuntu 16.04

Install Sublime text editor on Ubuntu 16.10 and Ubuntu 16.04. Sublime Text 3 for Ubuntu is a sophisticated text editor for code, markup and prose. Sublime Text Editor allows for richer syntax highlighting and better performance. It also features a custom regex engine that significantly speeds up file loading and indexing.

General Features Sublime Text Editor?

  • Command Palette – Using the Command Palette (Ctrl+Shift+P) feature, one can use infrequently used functionality, like sorting, changing the syntax and changing the indentation settings.
  • Customizable – Sublime Text is highly customizable. Key Bindings, Menus, Snippets, Macros, Completions and more – just about everything in Sublime Text is customizable with simple JSON files.
  • Cross Platform – Sublime Text is available for OS X, Windows and Linux. One license is all you need to use Sublime Text on every computer you own, no matter what operating system it uses.
  • Custom UI Toolkit – Sublime Text uses a custom UI toolkit, optimized for speed and beauty, while taking advantage of native functionality on each platform.
  • Distraction Free Mode – Enter Distraction Free Mode using the View/Enter Distraction Free Mode menu when you need to focus on nothing but your text.

sublime-text

Sublime Text 3

Some of the core features in Sublime Text 3 are the new syntax definition format, improved word behaviour, improved file indexing, Goto Definition and Goto Symbol in Project. Other prominent features of Sublime Text 3 are:

  • New C++, JavaScript and Rust syntax definitions with improved accuracy and performance
  • Many other syntax highlighting improvements
  • OSX: Improved rendering performance, especially on high resolution screens
  • Improved word wrap behavior
  • Improved spell check behavior
  • Improved file indexing behavior with multiple windows open
  • Themes may now be switched on the fly without artifacts
  • HTML: Pressing enter when between a tag pair will increase indentation
  • Added new Syntax Definition file format, .sublime-syntax
  • Added a custom regex engine that matches multiple regexps in parallel, for faster file loading and indexing
  • Improved Unicode support, including combining character rendering, character classification in regex searches, and case insensitivity in Goto Anything matching
  • Packages are now on GitHub
  • Incorporates many community provided improvements to the above packages, with significant improvements to HTML, CSS, JavaScript, Go, D and SQL
  • Added Panel Switcher to status bar
  • Better handling of troublesome files during indexing
  • Improved file change detection
  • Added “Profile Events” to the Command Palette, to help identify slow plugins
  • Fixed high CPU usage caused by a corrupt index. This was occuring for some users upgrading from 3065.
  • Added sidebar icons
  • Added sidebar loading indicators
  • Sidebar remembers which folders are expanded
  • Tweaked window closing behavior when pressing ctrl+w / cmd+w
  • Improved quote auto pairing logic

Install Sublime Text 3

Run the following command to install Sublime Text 3 on Ubuntu 16.04, Ubuntu 15.04, Ubuntu 15.10, Ubuntu 14.04, Ubuntu 14.10, Linux Mint 17 and Ubuntu Derivatives :

$ sudo add-apt-repository ppa:webupd8team/sublime-text-3
$ sudo apt-get update
$ sudo apt-get install sublime-text-installer

Once installed, open the Sublime Text from Ubuntu Dash or Terminal.

Install Sublime Text Editor On Ubuntu 16.10 & Ubuntu 16.04 originally posted on Source Digit – Latest Technology, Gadgets & Gizmos.