Sunday, October 1, 2017

How to install Brackets 1.11 on Ubuntu 16.04, 17.04 via PPA

Brackets is a lightweight, yet powerful, modern text editor. We blend visual tools into the editor so you get the right amount of help when you want it without getting in the way of your creative process.


What's New in Release 1.11
  • Support for ECMAScript 2015 by swmitra : Brackets now supports ECMAScript 2015. Quick-type listing now shows classes, methods, arrow functions, generator functions and much more. Brackets also supports linting of ECMAScript 2015 code, with ESLint defaulting as Javascript linter, as well.
  • Brackets on Linux by nethip : Brackets now offers full support for the Linux platform. With an update to the shell with a new version of CEF, Brackets is now fully functional on Linux.
  • Fix lgtm alerts
  • Fix extension registry link in README.md
  • Fix CTRL+Space handling while the CodeHintList is open
  • Update strings.js [Croatian]
  • On Windows force a 32 bit build until nodejs 64 bit is supported
  • Fixes wrong function call in ProjectManager.js
  • Fix typos [Croatian]
  • "Getting Started" page in ukrainian language
  • - add: doubleclick on search result header closes search results window
  • Add mapping for stylus mode in LanguageManager
  • Now reverse inspect can be disabled by setting the 'livedev.enableReverseInspect' pref to false
  • Upgrade brackets-eslint to 3.2.0
See release notes for full details

Installation instructions: 

    To add the Brackets PPA and install the application in Ubuntu (and derivatives), use the following commands:

$ sudo add-apt-repository ppa:webupd8team/brackets

$ sudo apt-get update

$ sudo apt-get install brackets
 




1 comment: