element-web/src/editor
Bruno Windels 68c2bb7ca6 introduce transform method so update can be called with a position
and also for multiple transformations at once. This removes
the need to call the update callback from `replaceRange()` as well
2019-08-27 16:43:05 +02:00
..
autocomplete.js don't close autocomplete when hitting tab 2019-08-27 16:43:05 +02:00
caret.js tests for turning caret position from model into dom position 2019-07-25 18:38:00 +02:00
deserialize.js fix bug detected by tests 2019-08-22 14:41:40 +01:00
diff.js document return type 2019-07-30 12:34:30 +02:00
dom.js clarify why use a BOM marker for the caret nodes 2019-06-21 16:37:29 +02:00
history.js clear composer undo history when sending a message 2019-08-22 13:33:20 +01:00
model.js introduce transform method so update can be called with a position 2019-08-27 16:43:05 +02:00
parts.js support auto complete for /commands 2019-08-22 13:33:20 +01:00
position.js support incrementing/decrementing doc positions with predicate 2019-08-26 16:16:27 +02:00
range.js add support for selecting ranges in the editor model, and replacing them 2019-08-26 16:16:27 +02:00
render.js fix bug that prevented a line from being removed when undoing a newline 2019-08-01 11:28:40 +02:00
serialize.js support auto complete for /commands 2019-08-22 13:33:20 +01:00