- Mar 21, 2014
-
-
Marijn Haverbeke authored
Issue #2360
-
- Mar 15, 2014
-
-
Marijn Haverbeke authored
Issue #2360
-
- Dec 27, 2013
-
-
Travis Heppe authored
-
- Feb 18, 2013
-
-
Marijn Haverbeke authored
Closes #1252
-
- Feb 13, 2013
-
-
Marijn Haverbeke authored
They are triggered at points where the editor is in an inconsistent state, so if their handlers cause further action on the editor/doc, bad things will happen.
-
- Feb 06, 2013
-
-
Marijn Haverbeke authored
This helps performance on v8 (in microbenchmarks) and is less noisy. Regular literals are still accepted, the constructor is only used to create objects, doesn't attach any methods.
-
- Jan 28, 2013
-
-
Marijn Haverbeke authored
Issue #1194
-
- Jan 22, 2013
-
-
Marijn Haverbeke authored
Add test.
-
- Jan 21, 2013
-
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
- Move a lot of methods from the CodeMirror to the Doc prototype - Allow getting, attaching, and copying of Doc objects - Add linkedDoc to create documents that stay in sync - Allow such linked docs to be sub-view on their parent - Rewrite history handling - Remove the concept of a view Documentation still failing.
-