Monday 9 January 2017

How To Install Sublime Text 3 Build 3114 on Ubuntu

Sublime Text is a sophisticated text editor for code, with a Python application programming interface (API). Sublime Text is proprietary software. Its functionality is extendable with plugins. You'll love the slick user interface, extraordinary features and amazing performance.


Sublime Text 3 build 3114 changelog :
  •     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
  •     Some snippets have have been moved into a sub-directories, so custom overrides and key bindings that reference them will need to be updated
  •     show_scope_name command shows the scope in a popup
  •     Package Development: Added ‘Syntax Tests – Regex Compatibility’ build variant for evaluating syntax definition performance
  •     Package Development: Expanded the set of regexes the new regex engine is able to handle
  •     Syntax Definitions: Fixed some cases where pop matches with back references weren’t working correctly
  •     Fixed some Unicode handling issues in Goto Anything
  •     Fixed a scenario where changes to .tmPreferences files weren’t being picked up
  •     Fixed a 3096 rendering performance regression
  •     Fixed a 3096 regression in regular expressions when using \x{nnnn} escapes
  •     Fixed a crash that could occur with an invalid result_file_regex settings
  •     API: Added window.status_message
  •     API: Changes to how plugins are loaded. This should be transparent, but resolves a number of corner cases
  •     API: Updated to Python 3.3.6, and now includes the _ssl module on Linux, plus sqlite3 and bz2 on all platforms
  •     API: Updated OpenSSL to 1.0.2h
Installation instructions: 
 
We can add this PPA to Ubuntu Operating  Systems and install Sublime Text 3 Build 3114 with few easy commands.

Open terminal and insert command line...

$ sudo add-apt-repository ppa:webupd8team/sublime-text-3

$ sudo apt-get update

$ sudo apt-get install sublime-text-installer

Install Sublime Text 3 Build 3114 DEB package if PPA is yet to be updated

32Bit OS
$ sudo apt-get install gdebi

$ wget https://download.sublimetext.com/sublime-text_build-3114_i386.deb -O
sublime-text_i386.deb

$ sudo gdebi -i
sublime-text_i386.deb

64Bit OS
$ sudo apt-get install gdebi

$ wget https://download.sublimetext.com/sublime-text_build-3114_amd64.deb -O
sublime-text_amd64.deb

$ sudo gdebi -i
sublime-text_amd64.deb

Anonymous

Author & Editor

A technology enthusiast and addictive blogger who likes to hacking tricks and wish to be the best White Hacket Hacker of the World.

0 comments:

Post a Comment

Note: only a member of this blog may post a comment.