- Oct 20, 2014
-
-
Andrey Lushnikov authored
-
Leon Sorokin authored
Closes #2874
-
- Oct 19, 2014
-
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
- Oct 16, 2014
-
-
Marijn Haverbeke authored
-
Norman Rzepka authored
-
- Oct 14, 2014
-
-
Marijn Haverbeke authored
Closes #2866
-
- Oct 08, 2014
-
-
Marijn Haverbeke authored
-
Nisarg Jhaveri authored
- Takes `defaultTables` as optional option and hint columns from that table without explicitly mentioning table name. - Update doc/manual.html for sql-hint addon. Signed-off-by:
Nisarg Jhaveri <nisarg.jhaveri@research.iiit.ac.in>
-
- Oct 06, 2014
-
-
Nisarg Jhaveri authored
Signed-off-by:
Nisarg Jhaveri <nisarg.jhaveri@research.iiit.ac.in>
-
- Oct 03, 2014
-
-
Marijn Haverbeke authored
-
Justin Hileman authored
(So that it plays nice with loadmode)
-
- Oct 01, 2014
-
-
Marijn Haverbeke authored
-
- Sep 26, 2014
-
-
Marijn Haverbeke authored
Since the mouseover will necessarily happen at the very edge of the node, and thus give ambiguous coordinates. Closes #2821
-
Marijn Haverbeke authored
-
- Sep 25, 2014
-
-
Marijn Haverbeke authored
This might break sites that depend on async linters getting an editor instance as first arg, or sync linters getting the .options property of the options passed as second argument. The args passed are now more or less consistent.
-
- Sep 17, 2014
-
-
Daniele Di Sarli authored
-
- Sep 15, 2014
-
-
Marijn Haverbeke authored
To make it easy for client code to color completions without clashing with the selected styling.
-
- Sep 09, 2014
-
-
Marijn Haverbeke authored
-
- Sep 08, 2014
-
-
Marijn Haverbeke authored
It now closes script and style tags when the slash is typed Closes #2797
-
- Sep 01, 2014
-
-
Marijn Haverbeke authored
Closes #2783
-
- Aug 26, 2014
-
-
Nick Small authored
-
Nick Small authored
-
- Aug 21, 2014
-
-
Marijn Haverbeke authored
Closes #2776
-
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.
-
Andrey Lushnikov authored
Issue #2768
-
- Aug 15, 2014
-
-
Marijn Haverbeke authored
-
- Aug 14, 2014
-
-
Marijn Haverbeke authored
Closes #2761
-
amuntean authored
-
Marijn Haverbeke authored
Closes #2754
-
- Jul 29, 2014
-
-
Marijn Haverbeke authored
This way, the matchtags addon highlights them the same as normal tags. Closes #2737
-
- Jul 28, 2014
-
-
Marijn Haverbeke authored
Issue #2735
-
- Jul 17, 2014
-
-
Sander AKA Redsandro authored
Disable the `replace()` when the selected `CodeMirror` is `readOnly`.
-
- Jul 11, 2014
-
-
Roberto Abdelkader Martínez Pérez authored
Issue #2681
-
- Jul 04, 2014
-
-
Alexander Shvets authored
-
Marijn Haverbeke authored
Looks at token types to determine whether the quote would actually open a string Issue #2657
-
- Jun 27, 2014
-
-
Marijn Haverbeke authored
Issue #2663
-
- Jun 24, 2014
-
-
mtaran-google authored
Currently, if you perform the uncomment command with the cursor outside a single-line block comment, it will uncomment that block comment. This is unfortunate behavior for cases where the block comment is used to describe the parameter to a function like "foo(/* index */ 0)". It's also inconsistent: if you have a selection and a single-line block comment after the end of the selection, uncomment() will do nothing, however if you have a selection with a single-line block comment *before* the selection, it will line-comment out all the lines of the selection instead. This also isn't a complete fix, but significantly reduces the scope of the problem. For example if you have "/* foo */ bar /* baz */", uncomment() still does the wrong thing when the cursor is on foo or baz.
-
- Jun 23, 2014
-
-
Marijn Haverbeke authored
Issue #2644
-