Quantcast
Viewing all articles
Browse latest Browse all 15

How To Install Brackets 1.3 On Ubuntu 15.04, Ubuntu 14.10, Ubuntu 14.04, Ubuntu 12.04 And Derivative Systems

Hello Linux Geeksters. As you may know, Brackets, the open-source editor created by Adobe is now available for Linux systems. It is very usefull for web designers and developers, because it has support for HTML, CSS and JavaScript.

Even dough is lightweight, it has some interesting functions, like Code Preview or Quick Edit. Quick Edit offers a simple and intuitive interface, offering the user the needed tools for manipulating the code, while the Core Preview mode allows the user to quickly move through the source code for an easier edit.

The latest version available for the Linux systems is Brackets 1.3, coming with the below changes.

Code Folding:

  • Expand/collapse blocks of code (code folding): Click the indicators next to the line numbers, or use the shortcuts in the View menu.

Command Line Integration:

  • Launch Brackets from command line: On Windows & Mac, you can open files and folders in Brackets by typing brackets myFile.txt or brackets myFolder on the command line. To enable this optional feature:

Brackets Health Report:

  • Anonymous data to help improve Brackets: You can preview the data that will be sent, and opt-out if desired. We’ve gone to great lengths to protect your privacy and maintain transparency about what data is sent – please read our blog post for details.

Stability:

  • Quick Open: many small bug fixes

Code Editing:

  • Highlight ‘text/ng-template’ Angular templates as plain HTML
  • Better auto-unindent when ending a block: Works with multiple cursors, better indentation in JS switch statements, etc.

Localization:

  • Translation updates for: Brazilian, Croatian, Farsi, Finnish, French, German, Indonesian, Italian, Japanese, Korean

Image may be NSFW.
Clik here to view.
how to install Brackets 1.3 on Ubuntu 15.04 Vivid Vervet, Ubuntu 14.10 Utopic Unicorn, Ubuntu 14.04 Trusty Tahr, Ubuntu 12.04 Precise Pangolin, Linux Mint 17.1 Rebecca, Linux Mint 17 Qiana, Linux Mint 13 Maya, Pinguy OS 14.04, Elementary OS 0.3 Freya, Deepin 2014, Peppermint Five, LXLE 14.04, Linux Lite 2

In this article I will show you how to install Brackets 1.3 on Ubuntu 15.04 Vivid Vervet, Ubuntu 14.10 Utopic Unicorn, Ubuntu 14.04 Trusty Tahr, Ubuntu 12.04 Precise Pangolin, Linux Mint 17.1 Rebecca, Linux Mint 17 Qiana, Linux Mint 13 Maya, Pinguy OS 14.04, Elementary OS 0.3 Freya, Deepin 2014, Peppermint Five, LXLE 14.04, Linux Lite 2 and other Ubuntu derivative systems.

$ sudo add-apt-repository ppa:webupd8team/brackets
$ sudo apt-get update
$ sudo apt-get install brackets

Optional, to remove brackets, do:

$ sudo apt-get remove brackets

Share and Enjoy

TwitterFacebookGoogle PlusEmailRSS

Viewing all articles
Browse latest Browse all 15

Trending Articles