- Feb 16, 2016
-
-
Steve Champagne authored
-
- Apr 20, 2015
-
-
Yunchi Luo authored
Fixes https://github.com/codemirror/CodeMirror/issues/3215
-
- Mar 07, 2015
-
-
Yunchi Luo authored
-
- Nov 22, 2014
-
-
Scott Goodhew authored
When closeOnEnter is disabled the enter event never gets default prevented this causes issues for IE9/10, this way implementors can optionally preventDefault if they want
-
- Oct 14, 2014
-
-
Marijn Haverbeke authored
Closes #2866
-
- Aug 26, 2014
-
-
Nick Small authored
-
Nick Small authored
-
- Aug 21, 2014
-
-
Marijn Haverbeke authored
Issue #2777
-
Nick Small authored
* closeOnEnter: whether or not the dialog should be closed when you press enter with it focused. Defaults to true. * closeOnBlur: whether or not the dialog should be closed when the textfield or button loses focus. Defaults to true. * onClose: a callback that will be called when the close function completes. * onInput: very similar to onKeyDown, but uses the input event instead of keydown. Just an additional event handler basically.
-
- Jun 04, 2014
-
-
binny authored
-
- 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
-
- Jan 30, 2014
-
-
Marijn Haverbeke authored
Issue #2191
-
- Jan 23, 2014
-
-
Marijn Haverbeke authored
-
- Nov 25, 2013
-
-
Marijn Haverbeke authored
-
- Nov 19, 2013
-
-
Anton Kovalyov authored
-
- Nov 11, 2013
-
-
Marijn Haverbeke authored
Remove callback argument, save currently open dialog in per-editor state.
-
Andy Joslin authored
-
- Mar 03, 2013
-
-
Yunchi Luo authored
-
Yunchi Luo authored
-
- Jan 08, 2013
-
-
Marijn Haverbeke authored
Closes #1133
-