element-web/src/editor
Clemens Zeidler 57cd8afbc4 Split ApplySelection into CompleteOrPrevSelection and CompleteOrNextSelection
When moving through the autocomplete selection list distinguish between
the following cases:
1) When there is no autocomplete window open, only open one and select
the first item when the CompleteOrPrevSelection /
CompleteOrNextSelection actions are emitted (e.g. by pressing SHIFT +
TAB, TAB)
2) Otherwise navigate through the selection list (e.g. SHIFT + TAB, TAB,
UP, DOWN)

- Remove references to raw keyboard events in autocomplete.ts
- Clarify the purpose of startSelection (previously onTab)

Signed-off-by: Clemens Zeidler <clemens.zeidler@gmail.com>
2021-03-29 13:38:03 +13:00
..
autocomplete.ts Split ApplySelection into CompleteOrPrevSelection and CompleteOrNextSelection 2021-03-29 13:38:03 +13:00
caret.ts Replace Riot with Element in docs and comments 2020-08-03 18:33:36 +01:00
deserialize.ts Fixed edit for markdown images 2021-03-01 22:44:48 +05:30
diff.ts Convert editor to TypeScript 2020-07-15 09:45:45 +01:00
dom.ts Lint new new code 2020-07-20 20:48:27 +01:00
history.ts Switch to a discriminated unions 2020-07-20 16:33:53 +01:00
model.ts Lint new new code 2020-07-20 20:48:27 +01:00
offset.ts Convert editor to TypeScript 2020-07-15 09:45:45 +01:00
operations.ts Switch to a discriminated unions 2020-07-20 16:33:53 +01:00
parts.ts fix: create a PillCandidatePart on the beginning of a part string 2021-03-11 19:14:04 +02:00
position.ts add missing types 2020-07-20 17:10:08 +01:00
range.ts apply to whitespace in general 2020-09-29 14:17:44 +01:00
render.ts Fix Firefox composer regression exception 2020-07-23 09:25:01 +01:00
serialize.ts Use resourceId in plain body 2021-03-11 18:53:06 +01:00