- 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.
-
Travis Heppe authored
adds escaping for '|' to bridge a difference between javascript and vim regex flavors. take the escaping a little lower level so that it affects '/' searches as well, not just '%s/<regex>/<replacement>' searches.
-
Matthias BUSSONNIER authored
-
- Feb 06, 2014
-
-
Marijn Haverbeke authored
So that calling it on a block in sequence won't get stuck with an outdated state after lines whose indentation doesn't change. Closes #2227
-
Marijn Haverbeke authored
Closes #2225
-
Marijn Haverbeke authored
So that it doesn't error when inner modes are missing. Issue #2224
-
Marijn Haverbeke authored
-
Curtis Gagliardi authored
Previously commands like da<object> only worked with the opening side of the pair, so you could do da{ but not da}. I also removed some duplication of calls to selectCompanionObject (at the cost of switching from map lookup to an if-else chain).
-
Marijn Haverbeke authored
Issue #2223
-
Marijn Haverbeke authored
So that the default mode when this is loaded first is actually a working mode. Also: indent the file to correspond to the rest of the codebase. Closes #2223
-