- Oct 29, 2011
-
-
Marijn Haverbeke authored
-
- Oct 28, 2011
-
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
A copy-paste error had snuck in.
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
Closes #222
-
Marijn Haverbeke authored
Closes #223
-
- Oct 27, 2011
-
-
Marijn Haverbeke authored
Closes #220
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
The latter strips newlines in IE9
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
These make it possible to do code folding.
-
Marijn Haverbeke authored
There is now a textWrapping option (default false, for backwards compatibility) that, when turned on, will cause text to be wrapped. Line-based cursor movement still moves through such lines one at a time.
-
Marijn Haverbeke authored
This is quicker to update, and allows querying both by height and by line number, which will help with the text-wrapping and code-folding implementations.
-
- 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
-