- Oct 27, 2011
-
- Oct 26, 2011
-
-
Marijn Haverbeke authored
This fixes (mostly) vertical cursor movement in IE
-
- Oct 25, 2011
-
-
ks-ifware authored
Replaced "for" and "while" in indent tokens with "do". This is not only simpler, but allows for correct indentation when "do ... end" blocks are used (these are valid; see the complete syntax of Lua: http://www.lua.org/manual/5.1/manual.html#8 ).
-
Marijn Haverbeke authored
Closes #214
-
Volker Mische authored
The callback in runmode currently returns for every token only the text and the style. This commit adds the position, the line and the character, to the callback. It's an object with "line" and "ch" as properties.
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
- Oct 24, 2011
-
-
Marijn Haverbeke authored
A previous patch had changed the interface to markText, but not updated matchBrackets
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
Apparently, you can't set an invalid (by HTML3 standards) innerHTML in IE, so adding <div>x</div> to a P element raises this very descriptive 'Unknown runtime error'. Issue #215
-
- Oct 21, 2011
-
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
It now moves, splits across lines, and merges properly.
-
Marijn Haverbeke authored
-
- Oct 20, 2011
-
-
Marijn Haverbeke authored
-
- Oct 19, 2011
-
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
This might reduce the problems with IME on Firefox a bit Issue #212
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
Closes #211
-
- Oct 16, 2011
-
-
Jan Keromnes authored
Signed-off-by:
Jan Keromnes <janx@linux.com>
-
Marijn Haverbeke authored
-
- Oct 14, 2011
-
-
Marijn Haverbeke authored
Closes #207
-
Marijn Haverbeke authored
Closes #206
-
- Oct 13, 2011
-
-
Marijn Haverbeke authored
-
- Oct 12, 2011
-
-
Marijn Haverbeke authored
-
- Oct 11, 2011
-
-
Marijn Haverbeke authored
-
sabaca authored
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
Mario Pietsch authored
-
Jamie Hill authored
-
- Oct 05, 2011
-
-
Marijn Haverbeke authored
-
- Oct 04, 2011
-
-
Marijn Haverbeke authored
-
- Oct 01, 2011
-
-
Jan Keromnes authored
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
Also, dropped text is now selected after drop. Closes #196
-
Marijn Haverbeke authored
-
- Sep 29, 2011
-
-
Marijn Haverbeke authored
(It was just unfocusing the editor before, due to the drag implementation.) Closes #195
-