- Feb 06, 2017
-
-
Adrian Heine authored
-
- Feb 05, 2017
-
-
Adrian Heine authored
1. End of wrapped line in bidi content is wrong (my mistake) 2. coordsChar({left:0, top: *}) in bidi content is wrong after Marijn's code style changes
-
- Feb 04, 2017
-
-
Kevin Muret authored
-
- Feb 03, 2017
-
-
Adrian Heine authored
-
- Feb 02, 2017
-
-
Marijn Haverbeke authored
ES5, breaking up of whitespace tokens
-
Adrian Heine authored
-
Adrian Heine authored
-
Adrian Heine authored
-
Adrian Heine authored
-
Adrian Heine authored
* Enable most in phantom * Enable all in !phantom * Disable two that trigger L1 which we don't do correctly currently * Revert commit 5cc5d7f50efc7a016485f017a603c4fa2b035266 (L1 tests)
-
Adrian Heine authored
-
Adrian Heine authored
-
Adrian Heine authored
-
Adrian Heine authored
-
Adrian Heine authored
-
Adrian Heine authored
Should fix #1862 for ltr text.
-
Adrian Heine authored
-
Adrian Heine authored
-
Adrian Heine authored
-
- Jan 22, 2017
-
-
ficristo authored
-
- Jan 19, 2017
-
-
Jakub Vrána authored
Selecting two full lines including line ends makes a selection from line 1 to line 3 (ch: 0). This command used to sort three lines (1 to 3) which is not what I expect. This change makes it sort only two lines if there are no selected characters on the last line. It also fixes a fatal error if there are more than one selection on the same line (the code used 'range' instead of 'ranges'). It also selects the trailing newline after sorting the lines so that the whole lines are selected.
-
- Jan 04, 2017
-
-
Marijn Haverbeke authored
-
- Dec 22, 2016
-
-
Marijn Haverbeke authored
Closes #3909
-
- Nov 27, 2016
-
-
Oskar Segersvärd authored
Add template/variable definitions, checking, types, additional keywords and indentation fixes.
-
- Nov 21, 2016
-
-
Kazuhito Hokamura authored
-
- Nov 09, 2016
-
-
Jim Avery authored
- Added for as a defining keyword - Added new types and operators - Fixed numbers so basic integers are represented - Identifiers can now be surrounded with backticks - Properties and #/@ instructions are now distinct, with the latter represented as a builtin type - Properties are now matched before punctuation. Code can now fold. - Remove the regexp checking as that syntax does not currently exist in Swift - Added tests
-
- Oct 17, 2016
-
-
Mark Peace authored
-
- 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
-
- Sep 26, 2016
-
-
Adrian Heine authored
-
Adrian Heine authored
-
Adrian Heine authored
-
- Sep 20, 2016
-
-
Joel Einbinder authored
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
And don't block-comment inside a block comment Closes #4208
-
- Sep 05, 2016
-
-
nightwing authored
-
- Aug 28, 2016
-
-
Marijn Haverbeke authored
And hopefully get Travis to run our tests again
-
- Aug 22, 2016
-
-
Marijn Haverbeke authored
Issue #4188
-
- Aug 15, 2016
-
-
Marijn Haverbeke authored
Closes #4148
-
- Jul 07, 2016
-
-
Luke Granger-Brown authored
In Replace mode (or Overwrite mode) it should still go backwards without deleting characters.
-