vectorsize / substance-text

Substance Text
substance.github.com/text
MIT License
282 stars 26 forks source link

Ace? #19

Closed bootstraponline closed 11 years ago

bootstraponline commented 11 years ago

Is there a technical reason for selecting codemirror instead of Ace or was it due to the MPL vs MIT licensing?

navaru commented 11 years ago

A technical reason, no, Ace and CodeMirror have a similar behavior, tho Ace has a more complex API.

CodeMirror is more compact (single file, but not easier to debug/hack) and the license was a +1, mostly the choice was for demo purposes.

We're in the process of rewriting a Rich Text Editor (see surface repo) that will better fit the scenario, hopefully we'll provide a beta version by the end of this month.

bootstraponline commented 11 years ago

Thanks for responding.