- Jul 18, 2011
-
-
Thomas Dvornik authored
-
- Jul 15, 2011
-
-
Marijn Haverbeke authored
-
- Jul 14, 2011
-
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
Contributed by Dror Ben-Gai
-
- Jul 11, 2011
-
-
Marijn Haverbeke authored
-
Yuvi Panda authored
-
- Jul 06, 2011
-
-
Marijn Haverbeke authored
Courtesy of Łukasz Frankowski
-
- Jul 05, 2011
-
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
Closes #138
-
Marijn Haverbeke authored
This would be visible in the activeline demo, where the colored line would get shorter and shorter for each display update.
-
jankeromnes authored
-
Marijn Haverbeke authored
-
- Jul 04, 2011
-
-
Marijn Haverbeke authored
Also fixes a bug with computing the max width and height for placing the widget
-
Marijn Haverbeke authored
Can be one of 'below' (default), 'over', or 'fit', and controls the way the widget is positioned in relation to the given character position. 'fit' means CodeMirror does its best to keep the widget inside the current dimensions of the editor.
-
- Jul 02, 2011
-
-
Marijn Haverbeke authored
To help external code easily determine which mode a getTokenAt token is in
-
Marijn Haverbeke authored
-
- Jul 01, 2011
-
-
Marat Dreizin authored
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
komakino authored
-
- Jun 30, 2011
-
-
Stefan Borsje authored
-
- Jun 29, 2011
-
-
Marijn Haverbeke authored
Just show the default menu
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
This was, it doesn't have to be called during init, preventing the editor from stealing focus when created.
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
Niels van Groningen authored
-
- Jun 26, 2011
-
-
Marijn Haverbeke authored
-
- Jun 22, 2011
-
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
Instead of hard-coding all kinds of language-specific behaviours in the mode itself, specializations can now pass character hooks to implement their own highlighting.
-
Marijn Haverbeke authored
Using normal replaceRange causes an infinite loop when replacing something with a string that contains the original string.
-
Marijn Haverbeke authored
-
- Jun 21, 2011
-
-
Marijn Haverbeke authored
Even when the match failed because we fell off the end of our search range
-
Marijn Haverbeke authored
Clicking can cause the textarea to become briefly unfocused, losing the shiftSelectiing flag in that case is a bug. Closes #121
-
Marijn Haverbeke authored
-
- Jun 18, 2011
-
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-