- 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> ```
-
Adrian Heine authored
-
Marijn Haverbeke authored
-
Adrian Heine authored
-
- Sep 29, 2016
-
-
Marijn Haverbeke authored
Issue #4261
-
Adrian Heine authored
-
Adrian Heine authored
-
Adrian Heine authored
-
Apollo Zhu authored
- remove non-swifty keywords - remove repeated keywords - rearrange in more logical way
-
- Sep 27, 2016
-
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
- Sep 26, 2016
-
-
Marijn Haverbeke authored
-
Adrian Heine authored
-
Adrian Heine authored
-
Marijn Haverbeke authored
Closes #4258
-
Marijn Haverbeke authored
The kludge of pulling files from github no longer works now that we have a build process, and since most people have their own build pipeline now, I don't feel that supporting on-website builds is that important anymore.
-