- Feb 21, 2014
-
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
Closes #2200
-
- Feb 20, 2014
-
-
Travis Heppe authored
Issue #2283
-
Frank Wiegand authored
-
Marijn Haverbeke authored
Issue #2282
-
Marijn Haverbeke authored
-
- Feb 19, 2014
-
-
Marijn Haverbeke authored
Closes #2275
-
- Feb 18, 2014
-
-
Marijn Haverbeke authored
Closes #2274
-
Marijn Haverbeke authored
Closes #2272
-
- Feb 17, 2014
-
-
Travis Heppe authored
1) Fix a bug whereby multiple '\'es in the replace part of a search and replace string were getting collapsed into a single one. 2) Split flipEscaping into two specialized functions -- one for the regex part, and one for the replace part.
-
Marijn Haverbeke authored
This produces saner widths for most elements, and removes the need for the border/fit-width hack on the pre elements. Issue #2256 Conflicts: lib/codemirror.js
-
Marijn Haverbeke authored
Issue #2255
-
Marijn Haverbeke authored
Also configure the htmlmixed option to pass through xml-mode-specific options to its inner xml mode. Issue #2265
-
Ryan Prior authored
(removed non-octave ... comments, added octave's # comments)
-
- Feb 16, 2014
-
-
anaran authored
Closes #2268
-
Jakob Miland authored
-
Chris Houseknecht authored
Added a wrapper for js-yaml.js to enable YAML lint support. Followed json-lint.js pattern. Unfortunately js-yaml.js only shows one error at a time, but something is better nothing. Checked code with linter and ran tests. All came back clean.
-
- Feb 14, 2014
-
-
Marijn Haverbeke authored
(Only works if anyword-hint.js is loaded.)
-
Fabien O'Carroll authored
Doesn't take up any space now, so that a tab of width 2 is 2 em width rather than 3.
-
Marijn Haverbeke authored
Closes #2262
-
Marijn Haverbeke authored
It apparently does not have a working buttons property on its mouse events.
-
Marijn Haverbeke authored
Issue #2260
-
Marijn Haverbeke authored
The vim mode was making sensible use of a searchcursor with a match-everything regexp as cursor. Issue #2259
-
mtaran-google authored
-
Marijn Haverbeke authored
It doesn't do anything useful, and makes replace-all loop forever. Closes #2259
-
Marijn Haverbeke authored
Issue #2256
-
Travis Heppe authored
... so that users can use \1, \2, etc in the replace expressions.
-
- Feb 13, 2014
-
-
Marijn Haverbeke authored
Issue #2253
-
Rasmus Erik Voel Jensen authored
-
Blaine G authored
relates to https://github.com/marijnh/CodeMirror/issues/314
-
- Feb 11, 2014
-
-
Marijn Haverbeke authored
Closes #2075
-
Marijn Haverbeke authored
Issue #2182
-
Maksym Taran authored
-
- Feb 10, 2014
-
-
Marijn Haverbeke authored
Issue #2219
-
Matthias BUSSONNIER authored
add docs that when completions are object they can have a from: and to: that will be used by pick. Make sidebar in manual scrollable for small screen especially usefull when `Programming API` is unfolded seem to look nice on Chrome and Firefox Osx, (scrollbar do not appear, except when scrolling on Chrome) but should maybe be tested on linux.
-
Marijn Haverbeke authored
-
Nicholas Bollweg authored
-
Marijn Haverbeke authored
It causes autozooming on some mobile platforms. Closes #2235
-
nextrevision authored
-
- Feb 07, 2014
-
-
Travis Heppe authored
... so that '|' can be used as an OR in regular expressions or as a literal character, depending on whether it was escaped or not. 1) fix the escaping of '(' and ')' in search expressions. 2) get the correct placement of the '\' in characters that need to introduce escaping. 3) change the capture unit test to expect that '(' and ')' should be escaped, as does real vim.
-