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.0, coming with the below changes.
Preferences:
- Configure keyboard shortcuts: Customize your Brackets keyboard shortcuts via a JSON config file. See documentation for details.
Quick Edit:
- Collapse unwanted Quick Edit results: Quickly collapse results from a particular CSS, SCSS, or LESS file. For example, when using a preprocessor you can hide results from the compiled CSS file to focus on results in your original SCSS/LESS code.
Code Hints & Search:
- url() code hints for SCSS/LESS: Code hints for files/folders within your project, as seen in CSS files.
Improved case-sensitivity in code hints and Quick Open: Code Hints and Quick Open prefer results where the capitalization matches what you typed. For example, in JavaScript code hints “function” is now ranked above “Function” when you type in all lowercase. - New “wordsOnly” setting for automatic word highlighting: See preferences documentation for how to use this setting.
Performance:
- Improved performance when switching files
Linux:
- “Show in OS” reveals files in shell file browser (previously, in some cases the file would open in its default instead)
Localization:
- Translation updates for: Brazilian Portuguese, Croatian, Czech, Danish, Finnish, French, Galician, German, Italian, Japanese, Spanish, Swedish
For more information about this release, see the changelog.
Image may be NSFW.
Clik here to view.
In this article I will show you how to install Brackets 1.0 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.0 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
Related Posts
The post How To Install Brackets 1.0 On Ubuntu 15.04, Ubuntu 14.10, Ubuntu 14.04, Ubuntu 12.04 And Derivative Systems first appeared on LinuxG.net.