- Feb 14, 2014
-
-
Marijn Haverbeke authored
-
- Feb 13, 2014
-
-
Blaine G authored
relates to https://github.com/marijnh/CodeMirror/issues/314
-
- Feb 12, 2014
-
-
Marijn Haverbeke authored
Issue #2237
-
- Feb 11, 2014
-
-
Marijn Haverbeke authored
Conflicts: addon/comment/continuecomment.js lib/codemirror.js mode/puppet/puppet.js
-
Marijn Haverbeke authored
Closes #2075
-
Marijn Haverbeke authored
Issue #2182
-
Maksym Taran authored
-
Marijn Haverbeke authored
Closes #2247
-
Marijn Haverbeke authored
Issue #2233
-
Marijn Haverbeke authored
Closes #2237
-
Marijn Haverbeke authored
Closes #2248
-
Marijn Haverbeke authored
-
- Feb 10, 2014
-
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
Issue #2219
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
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
-
Marijn Haverbeke authored
Even when the editor it set to resize to fit content. Closes #2239
-
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
-
Yunchi Luo 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
-
Marijn Haverbeke authored
Mode dependencies are now loaded in a saner way.
-
Marijn Haverbeke authored
Conflicts: mode/rst/rst.js
-
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
-
Marijn Haverbeke authored
Issue #2221
-
Marijn Haverbeke authored
Broken by 32c26302 Closes #2222
-
- Feb 05, 2014
-
-
Marijn Haverbeke authored
-