- Jan 21, 2013
-
-
Marijn Haverbeke authored
Add docs for first-class document features, split API section into subsections to make it easier to read.
-
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.
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
Issue #1166
-
Peter Kroon authored
Append image to wrapper. No more appending to document. Works with multiple editors. Tested: 3 editors beneath each other on 1 page.
-
Adam King authored
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
Closes #1168
-
Peter Kroon authored
Add Opera Mobile UA to the mobile list.
-
Marijn Haverbeke authored
Issue #1163
-
Marijn Haverbeke authored
Issue #1164
-
Marijn Haverbeke authored
-
shaun gilchrist authored
-
- Jan 16, 2013
-
-
Marijn Haverbeke authored
Issue #1160
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
Closes #1161
-
Marijn Haverbeke authored
It would occasionally mark lines as hidden that were needed to display parts of other lines. Issue #1161
-
santec authored
* mysql & mariadb: ** .21 syntax ** .table_name syntax ** added keywords * MIMEs define their operatorChars * MIMEs have a support prop * use spaces as tab in index.html for consistency * some return false -> null * more comments
-
- Jan 14, 2013
-
-
Marijn Haverbeke authored
They'd exhibit the same infinite traversal behavior mentioned in #1155
-
Akeksandr Motsjonov authored
-
sonson authored
-
Marijn Haverbeke authored
Closes #1149
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
- Jan 12, 2013
-
-
Marijn Haverbeke authored
Even when a subset is selected.
-
Marijn Haverbeke authored
Tests are now specified in a less redundant format, and should be easier to read and write.
-
Marijn Haverbeke authored
-
- Jan 11, 2013
-
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
Jason San Jose authored
-
Marijn Haverbeke authored
Issue #1151
-
Narciso Jaramillo authored
-
Rahul authored
-
- Jan 10, 2013
-
-
Marijn Haverbeke authored
Closes #1148
-
Marijn Haverbeke authored
It damages parent-child relationships in subnodes, which we might still need later.
-
Marijn Haverbeke authored
Closes #1147 Widget handles now have .clear() and .changed() methods. The second informs CodeMirror that the widget changed, and causes it to recompute the line height for the widget's line. Fixes some sloppiness in the tracking of widget heights.
-
Marijn Haverbeke authored
Due to changed line heights, the rendered content might not reach to the viewport bottom. Issue #1147
-
- Jan 08, 2013
-
-
Peter Kroon authored
Set correct year in license.
-