Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the difference between Adobe Edge Code and Brackets?

Mainly, which is actually better? I want to know which one to use for production and what are the actual differences between them. I'm going to be using Bootstrap in them.

like image 625
chabgo Avatar asked Oct 09 '13 09:10

chabgo


3 Answers

Adobe Edge Code is a distribution of the Brackets open source project. It contains all the functionality of Brackets, plus additional extensions that integrate with other Adobe products like:

  • Edge Inspect
  • Edge Web Fonts
  • Adobe Kuler

Edge Code uses the Creative Cloud desktop application to update in place. Brackets does not have an automatic update mechanism (yet).

As an open source project, Brackets releases new features more often, so there is a slight delay between when a feature lands in Brackets vs. Edge Code. Brackets also integrates with a central community-managed registry for browsing and installing extensions. Extensions must be manually installed into Edge Code.

like image 195
Adrocknaphobia Avatar answered Nov 11 '22 00:11

Adrocknaphobia


As of November 2014 Adobe stopped further development of Edge Code and recommends to switch to brackets.

Source: https://creative.adobe.com/de/products/code

like image 8
Bijan Avatar answered Nov 11 '22 02:11

Bijan


Edge Code is dead. Adobe has stopped dev on it and recommends to switch to brackets.

Adobe edge code and brackets are both maintained by adobe. Edge Code is based on Brackets. If you are a Creative Cloud member, Edge is version is made special for you.

Here are some of the diffrences

  1. You could call Brackets as the opensource and free where as Edge code is closed.
  2. Edge code integrates well with adobe products where as Brackets does not do it out of box. Like this adobe.com/....
  3. Brackets is updates more frequently (2-3 weeks) where as Edge is not that frequent.
  4. Brackets has a linux(debian based) support but i did not find a mention for Edge but they may.
  5. Being closed you get support from Adobe for edge.

If you have a Adobe CC licence go for Edge else Bracket is awesome enough.

As for as your question goes for bootstrap you could use any thing even Notepad or GEdit. production or not either doesn't make any difference.

like image 4
aWebDeveloper Avatar answered Nov 11 '22 00:11

aWebDeveloper