- Oct 11, 2014
-
-
Yunchi Luo authored
-
- Oct 10, 2014
-
-
Yunchi Luo authored
-
- Oct 09, 2014
-
-
Marijn Haverbeke authored
To prevent infinite loops when the algorithm somehow doesn't converge (It should converge, but infinite loops with nebulous termination conditions are a rather bad source of hangs.) I'm still torn about this, since it'll mask bugs. Issue #2819
-
Marijn Haverbeke authored
Issue #2819
-
Marijn Haverbeke authored
Closes #2851
-
Doug Wikle authored
-
Doug Wikle authored
Fixed indentation for covergroups Fixed indentation for import/export statements Better handling of 'function' keyword in other contexts
-
Yunchi Luo authored
-
- 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>
-
Matthias Bussonnier authored
-
- Oct 06, 2014
-
-
Marijn Haverbeke authored
-
Nisarg Jhaveri authored
Signed-off-by:
Nisarg Jhaveri <nisarg.jhaveri@research.iiit.ac.in>
-
Marijn Haverbeke authored
Issue #2836
-
- Oct 05, 2014
-
-
blukat29 authored
When the buffer has only one line, pressing 'dd' causes CodeMirror to throw an error "There is no line -1".
-
- Oct 03, 2014
-
-
Marijn Haverbeke authored
Closes #2817
-
Marijn Haverbeke authored
-
Justin Hileman authored
(So that it plays nice with loadmode)
-
- Oct 02, 2014
-
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
Also update the mode loading demo to make use of the info in that file, allowing filenames and mimes to be entered. Issue #2828
-
Christian Oyarzun authored
Added file extensions to the meta info. Added helper functions getExtFromMimeType, getMimeTypeFromExt, getFilenameAndExt from a file name, and detectCodeMirrorMode from a mime type
-
- Oct 01, 2014
-
-
Marijn Haverbeke authored
-
- Sep 30, 2014
-
-
Yunchi Luo authored
-
Yunchi Luo authored
-
Yunchi Luo authored
-
Yunchi Luo authored
Move keybuffer clearing code out of the matching code
-
Yunchi Luo authored
-
Yunchi Luo authored
-
Yunchi Luo authored
-
- Sep 29, 2014
-
-
Marijn Haverbeke authored
-
Jon Sangster 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
Closes #2822
-
Marijn Haverbeke authored
-
Mário Gonçalves authored
-
Marijn Haverbeke authored
Issue #2819
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
Issue #2807 Issue #2814
-
- 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 23, 2014
-
-
Marijn Haverbeke authored
Ugh.
-