diff options
author | Dennis Francis <dennis.francis@collabora.com> | 2021-10-13 20:24:50 +0530 |
---|---|---|
committer | Dennis Francis <dennis.francis@collabora.com> | 2021-10-18 13:20:02 +0200 |
commit | 4cfa840ecaa5a094a32a60a60b295858980109df (patch) | |
tree | 3d8edbafe8609dbbc4e70465fc07bb54e5fc5218 /fpicker | |
parent | b2e4123cfd597ef19eebcb1d2a98c058eea990b2 (diff) |
tdf#145198: Bash like autocompletion for Calc autoinput
Refer ESC minutes section "Calc auto-complete behavior changes" at
https://lists.freedesktop.org/archives/libreoffice/2021-October/087911.html
for context.
Consider an example of the following data in a column:
ABCD123xyz
ABCD345qwel
ABCD123pqr
ABCD123xyz
PQR
1. When user types A, it will show the partial suggestion BCD.
2. User can accept the suggestion with the right arrow key and then the
cursor will be placed after the letter D, waiting for more input. User
can choose to not accept the suggestion either by typing more or by
ending the edit mode by pressing Esc key.
3. If the user accepts the suggestion BCD by right arrow key, and
types 1, it will show a partial suggestion of 23. User can accept
this by pressing the right arrow key.
4. If the user accepts the suggestion in the 3rd step and types x it will
show the final suggestion yz. Again user can choose to accept or decline
the suggestion as mentioned in the 1st step.
The tiledrendering test ScTiledRenderingTest::testAutoInputExactMatch()
is amended to match the new behaviour.
Change-Id: Ib2cfc16af71483790384e70eb7332f864cf744c5
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123578
Tested-by: Jenkins
Reviewed-by: Dennis Francis <dennis.francis@collabora.com>
Diffstat (limited to 'fpicker')
0 files changed, 0 insertions, 0 deletions