- Mar 15, 2013
-
-
Marijn Haverbeke authored
-
angelo.zerr@gmail.com authored
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
Michael Lehenbauer authored
-
Marijn Haverbeke authored
Issue #1358
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
Adds goGroupLeft/Right, delGroupLeft/Right as alternative to word-based motion/deletion. Binds ctrl-left/right/del/backspace to these commands. Also makes word and group-based motion stop at line boundaries.
-
Marijn Haverbeke authored
This reverts commit dd919a2b.
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
The previous solution broke test doc_docKeepsScroll.
-
Andrey Lushnikov authored
- Do not insert closing bracket if a spacechar or closing bracket follows cursor - Do not handle backspace if selection is not empty - Do not overwrite anything if selection is not empty - If selection is not empty and open bracket is inserted - surround selection with brackets.
-
Marijn Haverbeke authored
Closes #1351
-
- Mar 13, 2013
-
-
Narciso Jaramillo authored
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
Closes #1349
-
Marijn Haverbeke authored
Closes #1346
-
- Mar 12, 2013
-
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
satchmorun authored
When any specified pair is empty, backspacing will also delete the closing bracket.
-
- Mar 11, 2013
-
-
satchmorun authored
Just a small nit. Without the list check, `getStateAfter` looks like it will always be true.
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
duralog authored
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
Closes #1337
-
Marijn Haverbeke authored
Closes #1336
-
Marijn Haverbeke authored
-
satchmorun authored
It had been depending on the list token being highlighted with the class 'string', which it no longer is in the markdown mode. Updated to check the `list` property of the line's state.
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
These changes are experimental, not documented yet, and might not end up in the stable API.
-
- Mar 08, 2013
-
-
Marijn Haverbeke authored
Issue #1321
-
Marijn Haverbeke authored
-
- Mar 07, 2013
-
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
The state.tokenize property could return an array, but the token method didn't count on that. Closes #1326
-