- Oct 20, 2016
-
-
Mu-An Chiou authored
When selecting at the beginning of a line ranges need to be removed for new range to be added properly. (in Safari)
-
Marijn Haverbeke authored
Closes #4308
-
themrmax authored
-
Marijn Haverbeke authored
Issue #4288
-
Todd Berman authored
-
Marijn Haverbeke authored
Issue #4289
-
Marijn Haverbeke authored
Closes #4287
- Oct 18, 2016
-
-
Marijn Haverbeke authored
Closes #4325
-
Marijn Haverbeke authored
Closes #4325
-
- Oct 17, 2016
-
-
Marijn Haverbeke authored
Because it has nothing to do with measurement.
-
Mark Peace authored
-
Marijn Haverbeke authored
-
atelierbram authored
-
Marijn Haverbeke authored
And don't put indentation in css strings. Issue #4312
-
- Oct 16, 2016
-
-
Jon Gacnik authored
-
- Oct 15, 2016
-
-
Jan T. Sott authored
-
Dick Choi authored
-
- Oct 14, 2016
-
-
Marijn Haverbeke authored
And fix another bug introduced by 329b9e6e Closes #4310
-
- Oct 13, 2016
-
-
Dick Choi authored
-
- Oct 12, 2016
-
-
Jan T. Sott authored
-
- Oct 11, 2016
-
-
Jan T. Sott authored
* commands are first in a line * constants can contains more than `\w`, e.g. `${xml::CreateNode}` * same goes for language strings
-
Oskar Segersvärd authored
-
Philipp A authored
Closes #4297
-
mtaran-google authored
-
mtaran-google authored
-
mtaran-google authored
-
mtaran-google authored
-
- Oct 06, 2016
-
-
Marijn Haverbeke authored
Closes #4256
-
- Oct 04, 2016
-
-
Adrian Heine authored
With non-empty selections, transposeChar would only work on the chars next to head and ignore the selected chars. Also, a cursor at line start was not moved on successful swapping.
-
Adrian Heine authored
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
- Oct 03, 2016
-
-
Leon Sorokin authored
This prevents a selection from inheriting the default gray background when editor is defocused.
-
- Oct 02, 2016
-
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
To make closebrackets work with this mode Closes #4277
-
Marijn Haverbeke authored
Closes #4276
-
- Oct 01, 2016
-
-
Kyle Kelley authored
-
- Sep 30, 2016
-
-
Marijn Haverbeke authored
-
Hasan Karahan authored
Ensure that when an overlay is added that the class `cm-overlay` is used to denote a `span` instead of `cm-cm-overlay` (with the `cm-` prefix repeated twice). * E.g. before fix: ``` <span class="cm-cm-overlay cm-spell-error">zpelling</span> ``` * And after fix: ``` <span class="cm-overlay cm-spell-error">zpelling</span> ```
-