element-web/src/editor
Bruno Windels 85efb71a23 add visual bell when no replacements are available
also add try/catch in _tabCompleteName so errors don't get swallowed
2019-08-28 15:53:16 +02:00
..
autocomplete.js add visual bell when no replacements are available 2019-08-28 15:53:16 +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 fix bug when replacing range starting at end of previous part 2019-08-28 15:52:39 +02:00
offset.js fix bug when replacing range starting at end of previous part 2019-08-28 15:52:39 +02:00
parts.js don't crash on race with room members and initial composer render 2019-08-27 16:43:05 +02:00
position.js fix bug when replacing range starting at end of previous part 2019-08-28 15:52:39 +02:00
range.js bring insert method inline with transform callback, add docs 2019-08-27 16:43:05 +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