Adobe Brackets: An open-source code editor for HTML/CSS/JavaScript
21–27 of 27 posts
Re: Adobe Brackets: An open-source code editor for HTML/CSS/JavaScript
#22While it's obviously early days, what I find most interesting about this is that it's (a) Adobe, (b) Open Source and (c) developing in the open. Does anyone know more about how this came to be/what the plans are for the future?
Re: Adobe Brackets: An open-source code editor for HTML/CSS/JavaScript
#23Would be interested to see a demo or screenshots also!
Certainly agree. Not even a link to a static project description page (as far as I could tell) I couldn't find a single picture with a quick browse through. (I know this is superficial) but no screenshot/screencast/videos is bad marketing and doesn't get me as excited about a project
The design is also in its early stages, and changes quite often.
Ill see if we can get some current screenshots up, or even some of the design docs for what the team is aiming for. (there are also some posted below).
Update :
The team just added a page with some screenshots: https://github.com/adobe/brackets/wiki/Brackets-Screenshots
(full disclosure : i work for adobe)
Re: Adobe Brackets: An open-source code editor for HTML/CSS/JavaScript
#24"built in HTML, CSS and JavaScript." Why is that good? Eclipse is built in Java, and it's janky.
Re: Adobe Brackets: An open-source code editor for HTML/CSS/JavaScript
#25While it's obviously early days, what I find most interesting about this is that it's (a) Adobe, (b) Open Source and (c) developing in the open. Does anyone know more about how this came to be/what the plans are for the future?
Our original prototype ran completely in the browser using node.js for file i/o. So why did we take it out of the browser and focus on the desktop first? While we believe the future of development is heading towards the cloud, we found that many people are still looking for traditional desktop tools. By starting on he desktop and then supplementing with a cloud-based version, we hope to help transition developers to this new model, without asking them to give up what know and love.
Of course, it's not just about the cloud. Because we're developing on the open web platform, we can go wherever that platforms goes. While it's not our immediate focus we hope to build a version of Brackets optimized for tablets as well as an embedded version that could run inside existing web application.
Adobe has committed some of its best engineering talent to the project for the foreseeable future. If you check the activity on the repo, you'll see it's not a part-time side project. We have a long way to go before we would declare 1.0, but we think we can get there for the desktop version within the year.
I invite everyone to join our mailing list (http://groups.google.com/group/brackets-dev) or pop in to Freenode IRC channel #brackets to chat w/ the development team.
---
Adam Lehman Brackets Product Manager
Re: Adobe Brackets: An open-source code editor for HTML/CSS/JavaScript
#26While it's obviously early days, what I find most interesting about this is that it's (a) Adobe, (b) Open Source and (c) developing in the open. Does anyone know more about how this came to be/what the plans are for the future?
The history of the project is quite simple. We wanted to see if it was possible to build a high quality code editor for web development in JavaScript, HTML and CSS. The idea being two fold. The engineers working on Brackets would experience the day-to-day development pains of building for the web so they would be in a better position to innovate new solutions. The other benefit is that most open source tools are out…
Re: Adobe Brackets: An open-source code editor for HTML/CSS/JavaScript
#27While it's obviously early days, what I find most interesting about this is that it's (a) Adobe, (b) Open Source and (c) developing in the open. Does anyone know more about how this came to be/what the plans are for the future?
Adobe does lots of open source.... most of Flash is.