- Oct 30, 2012
-
-
Marijn Haverbeke authored
-
- Oct 29, 2012
-
-
Marijn Haverbeke authored
It's no longer allowed on IE10, and not needed on IE9. Closes #911
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
Issue #907
-
Marijn Haverbeke authored
(It used to only notice when a single span filled the whole line.)
-
Marijn Haverbeke authored
It's already cached globally, but such cache lookups are not that cheap.
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
Cut down on round-trips (and improve caching) by measuing all characters in a line at once, and caching the resulting object, rather than forcing an (expensive) DOM layout for every char that is measured, and caching per-char.
-
- Oct 27, 2012
-
-
Marijn Haverbeke authored
That were used to find the precise width at which something wraps.
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
- Oct 26, 2012
-
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
To allow arbitrary folding of text, and replacement with widgets. Remove old line folding system.
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
- Oct 25, 2012
-
-
Marijn Haverbeke authored
To prevent repeated re-sorting and general silly side effects.
-
Marijn Haverbeke authored
.. to be a little less gigantic and convoluted.
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
Prevents weird side effects after setting the selection on an unfocused editor.
-
Marijn Haverbeke authored
-
- Oct 24, 2012
-
-
Marijn Haverbeke authored
The class is now specified as an option, rather than a separate argument (and is thus optional). Incompatible API change.
-
Marijn Haverbeke authored
Experimental feature. Makes a span impossible to edit.
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
Otherwise, at some zoom levels, rounding errors would cause a feedback loop that made the scroll position 'drift'. Closes #907
-
- Oct 23, 2012
-
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
This is an experimental feature. Not stable, nor well tested. Atomic markers allow a marked range to act as an indivisible unit, as far as cursor movement, selection, and deletion is concerned. Paves the way for widget placeholders that behave properly, and chunks of non-editable text in an editable document.
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
Closes #878
-
Marijn Haverbeke authored
Allow slashes and question marks in unquoted attribute values (not sure why those were disallowed in the first place) and properly style the token after a value-less attribute. Closes #904 Closes #902
-