- Jun 17, 2017
-
-
Marijn Haverbeke authored
-
Travis Heppe authored
Default this to true when the fat-cursor style is active. Issue #4803
-
- Jul 22, 2016
-
-
Marijn Haverbeke authored
Closes #4128
-
- Feb 20, 2015
-
-
Marijn Haverbeke authored
Add a dummy ContentEditableInput
-
- 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 08, 2014
-
-
Marijn Haverbeke authored
Issue #2442
-
- Mar 20, 2014
-
-
Yunchi Luo authored
-
Yunchi Luo authored
-
Bert Chang authored
-
Bert Chang authored
-
- Feb 19, 2014
-
-
Marijn Haverbeke authored
-
- Jan 23, 2014
-
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
Issue #778
-
- Dec 26, 2013
-
-
Peter Kroon authored
-
- Oct 24, 2013
-
-
Jason Johnston authored
-
- Jun 18, 2013
-
-
Marijn Haverbeke authored
Use it to make xml-fold more robust, and matchbrackets much faster.
-
- Jun 05, 2013
-
-
Marijn Haverbeke authored
-
- Apr 02, 2013
-
-
Marijn Haverbeke authored
Without a bunch of more involved code, it has quadratic complexity, which gets slow rather fast. Closes #1408
-
Marijn Haverbeke authored
Issue #1408
-
Marijn Haverbeke authored
-
- Feb 14, 2013
-
-
Marijn Haverbeke authored
Issue #1242
-
- 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.
-
- Jan 28, 2013
-
-
Marijn Haverbeke authored
Where it mysteriously makes the editor stop working (typed input no longer goes to textarea) whenever highlighting fires. Issue #1193
-
- Jan 08, 2013
-
-
Marijn Haverbeke authored
Closes #1133
-
- Nov 19, 2012
-
-
Marijn Haverbeke authored
className is misleading -- these are not the actual CSS classes.
-
- Nov 07, 2012
-
-
Marijn Haverbeke authored
As spotted by the extended linter.
-
- 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.
-
- Sep 03, 2012
-
-
Marijn Haverbeke authored
The off pun is rather awful, but it does have precedent, and is more succinct.
-
- Aug 29, 2012
-
-
Marijn Haverbeke authored
It was passing undefined to setTimeout.
-
- Aug 28, 2012
-
-
Marijn Haverbeke authored
Add CodeMirror.defineOption function for defining new options. Add findMatchingBracket to the methods exported by this extension. Closes #746
-