- 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.
-
- Jun 09, 2016
-
-
Marijn Haverbeke authored
Issue #4038
-
- Apr 20, 2016
-
-
Matthias Bussonnier authored
@ as __matmul__ operator only on Python 3, Add tests for Python mode for this use case. Closes #3957
-
- Apr 12, 2016
-
-
James Howard authored
There were two issues: 1. Github flavored markdown calls Objective C `objective-c` 2. The gfm.js mode didn't include `-` in its fenced code block regex Additionally, test/index.html did not import the mode/meta.js file, which prevented mode lookup by name from working in unit tests.
-
- Mar 31, 2016
-
-
Josh Soref authored
-
- Mar 27, 2016
-
-
Andrey Shchekin authored
Added tests and fixed some issues uncovered by testing.
-
- Mar 24, 2016
-
-
Bharad authored
-
- Mar 21, 2016
-
-
Pierre Gerold authored
-
- Mar 07, 2016
-
-
nightwing authored
-
- Feb 28, 2016
-
-
Bruce Mitchener authored
* Support nested block comments. * Improve number and operator parsing. * Improve string parsing. * Style brackets correctly. * Improve #-words.
-
- Feb 22, 2016
-
-
Marijn Haverbeke authored
Closes #3840
-
- Feb 18, 2016
-
-
Gabriel Horner authored
-
- Dec 29, 2015
-
-
Marijn Haverbeke authored
Closes #3742 Closes #3744
-
- Dec 28, 2015
-
-
Marijn Haverbeke authored
-
- Dec 20, 2015
-
-
Erik Welander authored
zt was placing 40% of the line above the visible area, and zb was placing it too high.
-
- Dec 16, 2015
-
-
nightwing authored
-
- Nov 25, 2015
-
-
Marijn Haverbeke authored
Which is kind of arbitrary but seems to give less surprising results. Issue #3658
-
- Nov 24, 2015
-
-
Marijn Haverbeke authored
The code is now clearer, and will prefer the nearer end of the atomic range as long as that means there is still progress (i.e. the cursor does not get stuck). Issue #3658
-
- Nov 07, 2015
-
-
Marijn Haverbeke authored
-
- Oct 30, 2015
-
-
Marijn Haverbeke authored
Issue #3517
-
- Oct 15, 2015
-
-
Vincent Woo authored
-
- Sep 21, 2015
-
-
sverweij authored
-
- Sep 02, 2015
-
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
Closes #3245
-