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.
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.
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