The new version of the Brackets editor 1.13 is now available

brackets

brackets is a modern open source editor started by Adobe. The target group in which Brackets is created includes front-end developers and web designers. The code and text editor has been fully optimized for editing HTML, CSS and JavaScript templates, and it can be used on Mac OS X, Windows, and Linux.

Among its main exceptional characteristics compared to most of the other known editors, those of this editor that we can highlight.

the compatibility with Preprocessor- Lets you use Quick Edit and Live Highlight with your LESS and SCSS files, making working with them a breeze.

Live Preview: gives an idea of ​​the connection in real time to your web browser. If you want the file you are working on to open in Google Chrome, you can simply hit the 'preview' button.

When you move the mouse cursor inside the HTML component in the editor, it is simultaneously underlined in the browser.

Besides that, it will not always be necessary to refresh the page to apply all the changes; Brackets does it by itself.

Online edition: This feature allows you to open a window to the code you are currently working with to work with CSS applied to a specific ID, point the cursor to the ID, click the command or Ctrl + E, and you can see the CSS selectors with that particular ID in a seamless window, so pop-ups won't bother you.

Brackets is an editor that supports plugins to extend its functionalities and installing these plugins is really easy. They simply have to click on the third icon in the upper right sidebar and a window will open showing their popular add-ons.

They can simply click install to add any plugins and you can also search for any specific plugins.

Bracket Extensions

Some of the extensions that can be implemented within Brackets can be.

Emmet- Helps you ensure a fast HTML and CSS workflow.

Beautify- This extension is for formatting JavaScript, HTML and CSS files.

File Icons: This extension stores the icons in the Brackets file tree.

New version of Brackets

brackets_id

A few days ago the Brackets development team announced the availability of a new version from this editor, coming to Brackets 1.13.

In eThis new version of Brackets 1.13 is now possible to manipulate folder structures from Brackets.

To do this, they only have to move a file or folder from one folder to another with just drag and drop.

In Brackets 1.13 It is also possible to open a web page hosted remotely from Brackets.

To do this, use the shortcut Ctrl + Cmd + Shift + O and provide a URL to quickly open the file and review the code in brackets.

Now they can automatically update Brackets, without leaving the code editor. Previously, you had to open a browser, open the Brackets website, download and install the latest version. However, Brackets can now be updated in just a few clicks from the app.

How to install Brackets 1.13 on Ubuntu 18.04 and derivatives?

Si want to install this new version of Brackets on their systems, they must open a terminal with Ctrl + Alt + T and execute the following in it.

We are going to download the latest version of Brackets for your system architecture from its official website, this link this.

O from the terminal if your system is 64 bits we type:

wget https://github.com/adobe/brackets/releases/download/release-1.13/Brackets.Release.1.13.64-bit.deb -O Brackets.deb

For the case of those that use 32 bits:

wget https://github.com/adobe/brackets/releases/download/release-1.13/Brackets.Release.1.13.32-bit.deb -O Brackets.deb

E we install the newly downloaded package with:

sudo dpkg -i Brackets*.deb

Now in case of problems with dependencies We solve these with:

sudo apt-get -f install

How to uninstall Brackets from Ubuntu 18.04 and derivatives?

If you want to remove this application from your computers, you just have to open a terminal and run:

sudo apt-get remove –autoremove Brackets

Be the first to comment

Leave a Comment

Your email address will not be published. Required fields are marked with *

*

*

  1. Responsible for the data: Miguel Ángel Gatón
  2. Purpose of the data: Control SPAM, comment management.
  3. Legitimation: Your consent
  4. Communication of the data: The data will not be communicated to third parties except by legal obligation.
  5. Data storage: Database hosted by Occentus Networks (EU)
  6. Rights: At any time you can limit, recover and delete your information.