- Jun 07, 2016
-
-
Alasdair Smith authored
-
- Mar 31, 2016
-
-
Lu Fangjian authored
-
- Mar 29, 2016
-
-
Marijn Haverbeke authored
Closes #3920
-
- Oct 29, 2015
-
-
Basarat Ali Syed authored
-
- Sep 02, 2015
-
-
Marijn Haverbeke authored
Issue #3431
-
Marijn Haverbeke authored
Issue #3431
-
Marijn Haverbeke authored
Issue #3431
-
- Aug 19, 2015
-
-
Marijn Haverbeke authored
Closes #3456
-
- Jul 14, 2015
-
-
Jeff Blaisdell authored
Issue #3337
-
Marijn Haverbeke authored
Issue #3337 Issue #3338
-
Marijn Haverbeke authored
-
- Apr 29, 2015
-
-
Amin Shali authored
-
- Apr 14, 2015
-
-
Marijn Haverbeke authored
Issue #3204
-
Amin Shali authored
-
- Dec 01, 2014
-
-
Marijn Haverbeke authored
-
- Nov 22, 2014
-
-
Marijn Haverbeke authored
-
Jason Barnabe authored
-
- Aug 21, 2014
-
-
Marijn Haverbeke authored
Closes #2776
-
- Jul 17, 2014
-
-
Sander AKA Redsandro authored
Disable the `replace()` when the selected `CodeMirror` is `readOnly`.
-
- 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
-
- Apr 22, 2014
-
-
Marijn Haverbeke authored
Issue #2475
-
- Feb 26, 2014
-
-
Marijn Haverbeke authored
Closes #2309
-
- Feb 16, 2014
-
-
anaran authored
Closes #2268
-
- Feb 14, 2014
-
-
Marijn Haverbeke authored
The vim mode was making sensible use of a searchcursor with a match-everything regexp as cursor. Issue #2259
-
- Jan 23, 2014
-
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
Issue #778
-
- Nov 28, 2013
-
-
Marijn Haverbeke authored
Closes #2008
-
- Nov 25, 2013
-
-
Marijn Haverbeke authored
Closes #1993
-
- Oct 17, 2013
-
-
Marijn Haverbeke authored
Issue #1870
-
- Jun 05, 2013
-
-
Daniel Faust authored
The variable "query" only contains the string version of the query, even if a regex has been submitted. "state.query" contains either a regex object or a string, depending on the input. The function searchOverlay contains the neccessary logic to differientiate between these two types, indicating that the original purpose of it was that regexes should be highlighted accordingly. Passing the "query" variable to searchOverlay fails to highlight regexes, for example case insensitive searches, and thus isn't in sync with the find next / find previous commands.
-
- May 16, 2013
-
-
Marijn Haverbeke authored
Rather than polluting the top-level of the editor object
-
- 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.
-
- Feb 05, 2013
-
-
Marijn Haverbeke authored
Issue #1206
-
- Jan 08, 2013
-
-
Marijn Haverbeke authored
Closes #1133
-
- Dec 18, 2012
-
-
Marijn Haverbeke authored
For cheaply adding extra styling without going over the whole document and doing markText. Issue #1069
-
- Nov 07, 2012
-
-
Marijn Haverbeke authored
As spotted by the extended linter.
-
- Nov 02, 2012
-
-
Marijn Haverbeke authored
Things that happen in a single operation are now always combined into an undo history event. Subsequent typing or deleting is combined, if it is close together in time, even when done in separate operations. Closes #889 Also stores old selection position in undo history, restoring it when applying a changeset. Issue #923
-
- Oct 24, 2012
-
-
Marijn Haverbeke authored
The class is now specified as an option, rather than a separate argument (and is thus optional). Incompatible API change.
-
- Aug 01, 2012
-
-
Marijn Haverbeke authored
-