-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CLOSED] why you choose codemirror over ace? #1226
Comments
Comment by adrocknaphobia We've already answered this one here: adobe/brackets#1142 Our original prototype ran completely in the browser and was powered by the ACE editor. ACE editor is great and we even contributed some bug fixes back to the project. However, we wanted to do our due diligence and also researched using CodeMirror. In the end we choose CodeMirror because it is licensed under MIT and that is the license we ultimately wanted for Brackets. We've been working closely with Marijn, the creator of CodeMirror, and have been submitting pull requests back to the main project. Our fork of CodeMirror is public and we plan to submit all our changes back to the main project (including the Quick Edit functionality). |
Comment by MySchizoBuddy Any time frame when "Quick Edit functionality" be added to codemirror |
Comment by peterflynn
|
Comment by fanyer seems Ace doesn't support markdown |
Issue by cocodrino
Thursday Jul 12, 2012 at 20:47 GMT
Originally opened as adobe/brackets#1242
Ace seems to be more mature, more complete and more important, with a full and friendly api...in the latest days I've checked codemirror for extend a mode...the api is a mess and not as complet as ace editor...would be nice know what was the reasons of choosing codemirror over ace?...
Note: I am not criticizing your election and although I'm not a big fan codemirror I love the ide behind brackets..using codemirror or whatever..
The text was updated successfully, but these errors were encountered: