- Mar 07, 2014
-
-
Marijn Haverbeke authored
Issue #2326
-
Marijn Haverbeke authored
Issue #2326
-
- Mar 06, 2014
-
-
Marijn Haverbeke authored
It causes noticeable missinge scrollbar in some cases. Closes #2317
-
Alberto González Palomo authored
pressing Ctrl-Space once starts the selection extension mode, pressing it again cancels that
-
- Mar 04, 2014
-
-
Marijn Haverbeke authored
Closes #2331
-
Adam Ahmed authored
If a line has widgets with heights, use them when estimating line height. This prevents a .refresh() call from reverting to less accurate line heights.
-
- Feb 28, 2014
-
-
Marijn Haverbeke authored
And listen for them in the merge addon.
-
- Feb 21, 2014
-
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
Closes #2200
-
- Feb 20, 2014
-
-
Frank Wiegand authored
-
Marijn Haverbeke authored
Issue #2282
-
- Feb 17, 2014
-
-
Marijn Haverbeke authored
This produces saner widths for most elements, and removes the need for the border/fit-width hack on the pre elements. Issue #2256 Conflicts: lib/codemirror.js
-
Marijn Haverbeke authored
Issue #2255
-
Marijn Haverbeke authored
Also configure the htmlmixed option to pass through xml-mode-specific options to its inner xml mode. Issue #2265
-
- Feb 14, 2014
-
-
Marijn Haverbeke authored
It apparently does not have a working buttons property on its mouse events.
-
Marijn Haverbeke authored
Issue #2260
-
mtaran-google authored
-
Marijn Haverbeke authored
Issue #2256
-
- Feb 10, 2014
-
-
Marijn Haverbeke authored
Issue #2219
-
Marijn Haverbeke authored
It causes autozooming on some mobile platforms. Closes #2235
-
- Feb 06, 2014
-
-
Marijn Haverbeke authored
So that calling it on a block in sequence won't get stuck with an outdated state after lines whose indentation doesn't change. Closes #2227
-
- Feb 03, 2014
-
-
Marijn Haverbeke authored
(Border-sizing on the CodeMirror-linenumber class) Issue #2210
-
- Jan 29, 2014
-
-
Marijn Haverbeke authored
Prevents issue where the cursor blinks but an iframe is focused, so typing doesn't end up in the editor.
-
Marijn Haverbeke authored
It seems that, though they changed their userAgent string completely, they did keep most of their bugs. Fixes copy/select-all from context menu. Closes #1983
-
- Jan 28, 2014
-
-
Bernhard Sirlinger authored
Issue #2180
-
- Jan 26, 2014
-
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
Grant Skinner authored
Added a doc event "historyAdded" which is dispatched when a new entry is added to the document history. It is not dispatched when a history entry is amended. This allows CM's history to be integrated easily into application level undo/redo. Signed-off-by:
Grant Skinner <info@gskinner.com>
-
- Jan 24, 2014
-
-
Andrey Lushnikov authored
-
- Jan 22, 2014
-
-
Marijn Haverbeke authored
Closes #2160
-
- Jan 20, 2014
-
-
Marijn Haverbeke authored
Closes #2157
-
Marijn Haverbeke authored
This way, it synchronously returns the current value, rather than only being updated when an async focus/blur event fires. Closes #2151
-
- Jan 17, 2014
-
-
Beni Cherniavsky-Paskin authored
-
Beni Cherniavsky-Paskin authored
Don't generate <span class="cm-"> nodes when token() returns only line-foo/line-background-foo styles.
-
- Jan 16, 2014
-
-
sheopory authored
On IE8 only scrollHeight - d.scroller.clientHeight + d.scrollbarV.clientHeight evaluates to -ve in some cases. Guard that with returning 0 in that case. Seems a bug in IE8, so this can be treated as a workaround.
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
Issue #2127
-