- Dec 13, 2016
-
-
Marijn Haverbeke authored
Issue #4413
-
Tom Klancer authored
Adds an option to keep the active line highlighted even when text inside the line is selected.
-
- Feb 03, 2016
-
-
Steffen Bruchmann authored
This patch enables styling of active line numbers by adding a `CodeMirror-activeline-gutter` class to the line's gutter space.
-
- Jan 22, 2015
-
-
Marijn Haverbeke authored
Closes #3040
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
- May 25, 2014
-
-
Cheah Chu Yeow authored
This fixes non-empty selections having 2 highlights: the selection highlight and the active-line highlight. Non-empty selections should only have the selection highlight.
-
- May 19, 2014
-
-
Marijn Haverbeke authored
Bumping them for every release just adds too much git noise and history blowup.
-
- May 09, 2014
-
-
Marijn Haverbeke authored
-
- Jan 23, 2014
-
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
Issue #778
-
- Dec 09, 2013
-
-
mloginov authored
-
- Dec 03, 2013
-
-
Marijn Haverbeke authored
Issue #2007
-
- Jul 12, 2013
-
-
Marijn Haverbeke authored
Issue #1668
-
- May 16, 2013
-
-
Marijn Haverbeke authored
Rather than polluting the top-level of the editor object
-
Marijn Haverbeke authored
Issue #1523
-
Andrey Lushnikov authored
Addresses issue #1484 and speeds up mark-selection add-on by maintaining text selection coverage with small chunks of text marks.
-
- Apr 02, 2013
-
-
Marijn Haverbeke authored
-
- 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
-
Xavier Mendez authored
-