- Dec 13, 2016
-
-
Tom Klancer authored
Adds an option to keep the active line highlighted even when text inside the line is selected.
-
- Dec 09, 2016
-
-
Adrian Heine authored
-
- Dec 07, 2016
-
-
Andrew Cheng authored
so other potential emacs-type modules can use
-
- Dec 03, 2016
-
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
Closes #4419
-
- Nov 27, 2016
-
-
coderaiser authored
-
Oskar Segersvärd authored
Add template/variable definitions, checking, types, additional keywords and indentation fixes.
-
- Nov 24, 2016
-
-
Adrian Heine authored
-
- Nov 23, 2016
-
-
Adrian Heine authored
-
Marijn Haverbeke authored
Closes #4401
-
Marijn Haverbeke authored
-
Todd Berman authored
-
- Nov 21, 2016
-
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
Issue #4307
-
Kazuhito Hokamura authored
-
Marijn Haverbeke authored
As per CommonMark (conflicting with markdown.pl, but never mind markdown.pl) Closes #4395
-
- Nov 18, 2016
-
-
John-David Dalton authored
when accessing `document.activeElement` from inside an iframe.
-
- Nov 15, 2016
-
-
Marijn Haverbeke authored
So that the code doesn't get confused when backspacing or deleting across a line. This is still flaky. Ideally we'd capture backspace as a key event, but Android Chrome makes that impossible. Issue #4307
-
Marijn Haverbeke authored
Rather than on read
-
Marijn Haverbeke authored
And do so only after a delay, so that subsequent input events get a chance to fire.
-
Todd Berman authored
-
Marijn Haverbeke authored
Because Android, especially Google Keyboard, just doesn't care
-
Marijn Haverbeke authored
So that the selection isn't reset to the start of the element by div.focus().
-
- Nov 14, 2016
-
-
takamori authored
As described in http://caniuse.com/#feat=user-select-none and https://developer.mozilla.org/en-US/docs/Web/CSS/user-select
-
Marcelo Camargo authored
-
Mark Peace authored
-
Marijn Haverbeke authored
-
- Nov 13, 2016
-
-
pabloferz authored
-
Sander Verweij authored
-
- Nov 10, 2016
-
-
Paris Kasidiaris authored
-
- Nov 09, 2016
-
-
Marijn Haverbeke authored
Issue #4374
-
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
-
- Nov 08, 2016
-
-
pabloferz authored
-
- Nov 03, 2016
-
-
Steve Hoover authored
-
- Nov 02, 2016
-
-
Marijn Haverbeke authored
So that their vertical offsets actually match the position of the corresponding lines. Issue #4364
-
Marijn Haverbeke authored
And use it in the merge addon to get the proper offsets for merge buttons Issue #4364
-
Erik Welander authored
-
Marijn Haverbeke authored
Issue #4353
-
- Nov 01, 2016
-
-
Marijn Haverbeke authored
Issue #4353
-