- Feb 06, 2013
-
-
Xavier Mendez authored
- When mark-selection is deactivated the mark was not removed. - When mark-selection is [re]activated it immediately calls updateSelectedText() to set the mark if there's already a selection. - In addition to removing the mark, the handle is completely deleted to leave the CodeMirror instance in a clean state, and avoid re-deleting the mark if it's activated again.
-
Xavier Mendez authored
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
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.
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
Xavier Mendez authored
-
Xavier Mendez authored
-
Marijn Haverbeke authored
-
- Feb 05, 2013
-
-
Xavier Mendez authored
-
Marijn Haverbeke authored
Issue #1214
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
Issue #1206
-
- Feb 04, 2013
-
-
Marijn Haverbeke authored
-
- Feb 03, 2013
-
-
Marijn Haverbeke authored
Issue #1209
-
- Feb 02, 2013
-
-
Marijn Haverbeke authored
Issue #1076
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
Issue #1203
-
Marijn Haverbeke authored
Closes #1204
-
Marijn Haverbeke authored
Issue #1203
-
Marijn Haverbeke authored
Closes #1207
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
- Feb 01, 2013
-
-
Randy Edmunds authored
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
Jason San Jose authored
-
- Jan 31, 2013
-
-
Marijn Haverbeke authored
Issue #1198
-
Randy Edmunds authored
-
- Jan 30, 2013
-
-
Marijn Haverbeke authored
Re-focusing is harmless on desktop browsers, and helps paper over some browser bugs (such as firefox not 'really' focusing a textarea in an iframe when the textarea is focused before the frame gains focus)
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
It had accidentally started taking window coordinates in the 3.0 refactor.
-
Marijn Haverbeke authored
There's no guarantee that we'll be able to get the document from the parent link (might not be set). Closes #1199
-
- Jan 29, 2013
-
-
Marijn Haverbeke authored
Issue #1187
-
- Jan 28, 2013
-
-
Marijn Haverbeke authored
Issue #1194
-