- Feb 24, 2012
-
-
Marijn Haverbeke authored
-
Max Kirsch authored
Add Match Highlighter add-on to lib/utils, a new demo showing it off, and modify index.html to link to the demo
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
Issue #382
-
Marijn Haverbeke authored
Issue #376
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
toString.call([]) returns "[xpconnect wrapped native prototype]" instead of "[object Array]" in this browser, for some unfathomable reason. Closes #385 Closes #384
-
Marijn Haverbeke authored
Closes #387
-
- Feb 21, 2012
-
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
- Feb 20, 2012
-
-
Marijn Haverbeke authored
Closes #377
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
peterkroon authored
Optimized less mode.
-
Marijn Haverbeke authored
This is a rather crude hack, but it seems to resolve the problem. Closes #369
-
Marijn Haverbeke authored
Works around an IE problem with an editor instance in an ifrace not being focused by a call to focus().
-
Marijn Haverbeke authored
Closes #367
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
Closes #303
-
Marijn Haverbeke authored
This way, they can check some condition in the handler, and drop through to the default behaviour (or some deeper handler) when they want.
-
Marijn Haverbeke authored
-
- Feb 13, 2012
-
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
Glenn Ruehle authored
Triple-clicking on a line, or calling the selectLine() API, should include the newline character in the selection. This is consistent with line selection behavior in other text editors.
-
peterkroon authored
When exiting fullscreen: fallback on width and height set by css instead of recalculating, which was wrong anyway, when pressing F11 a couple of times the editor would decrease in width.
-
Gordon Smith authored
See http://hpccsystems.com for further information. Signed-off-by:
Gordon Smith <gordon.smith@lexisnexis.com>
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
- Feb 10, 2012
-
-
Marijn Haverbeke authored
You will confuse the outer HTML parser if you do really weird things, though.
-
- Feb 06, 2012
-
-
Marijn Haverbeke authored
Closes #359
-
Danny Yoo authored
-
Marijn Haverbeke authored
-
Brandon Frohs authored
Removing dependency on jQuery, only allow `Esc` to *exit* full screen (rather than *toggle*), and changing class name to be consistent with CodeMirror class naming practices.
-
Brandon Frohs authored
-