- Jan 16, 2012
-
-
Marijn Haverbeke authored
-
eustas authored
-
Marijn Haverbeke authored
-
Glenn Ruehle authored
Selection is drawn as highlight rectangles behind the text. There are at most three rectangles drawn - one for the first partial line, one for the last partial line, and one for the block of lines in between. Selection is now true block selection, where the highlight extends to the right edge of the window.
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
- Jan 13, 2012
-
-
eustas authored
-
Marijn Haverbeke authored
-
- Jan 12, 2012
-
-
eustas authored
-
eustas authored
-
Marijn Haverbeke authored
Closes #325
-
- Jan 11, 2012
-
-
Marijn Haverbeke authored
-
- Jan 10, 2012
-
-
eustas authored
-
Marijn Haverbeke authored
-
jots authored
-
Marijn Haverbeke authored
-
- Jan 09, 2012
-
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
This is to allow people to implement pseudo-ctrl/alt keys in mobile settings.
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
During the handling of a key event, API calls that change the editor content are simply ignored. This may have unexpected effects in key handlers that perform composite operations.
-
Andre von Houck authored
f = @ and f = fun(@) would not highlight properly i changed @property to highlight seperatly as @ property which i think makes more sense because its a shorthand for this.property and this and property have different colors
-
Marijn Haverbeke authored
Closes #301
-
Marijn Haverbeke authored
Issue #297
-
Marijn Haverbeke authored
Closes #308
-
Marijn Haverbeke authored
It'll be called with the current instance as argument, and should *always* return a string that refers to a keymap. Experimental feature, not documented yet.
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
This isn't really correct, but covers most cases. Someone with more knowledge of Ruby's syntax will have to chime in what the real solution would look like. Issue #314
-
- Jan 08, 2012
-
-
Thaddee Tyl authored
The second parameter of `onChange` is not `{from, to, newText, next}` but `{from, to, text, next}`. I also went on and improved the explanation of what onChange does. Signed-off-by:
Thaddee Tyl <thaddee.tyl@gmail.com>
-
- Jan 06, 2012
-
-
Marijn Haverbeke authored
by Soumen Basak
-
Andre von Houck authored
$ is a valid identifire /path no longer breaks 0...1 no does not highlight as 0. .. 1 removed some spaces on blank lines
-
- Jan 05, 2012
-
-
Marijn Haverbeke authored
Courtesy of Soumen Basak
-
Marijn Haverbeke authored
Courtesy of Soumen Basak
-
deebugger authored
-
- Jan 04, 2012
-
-
Marijn Haverbeke authored
Closes #311
-
- Jan 02, 2012
-
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
James Thorne authored
-
- Dec 30, 2011
-
-
eustas authored
-