[Libreoffice-ux-advise] [Bug 115751] Improvement Suggestions for LibreOffice AutoCorrect Function Word Completion

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Wed Mar 7 17:58:40 UTC 2018


https://bugs.documentfoundation.org/show_bug.cgi?id=115751

V Stuart Foote <vstuart.foote at utsa.edu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |vstuart.foote at utsa.edu
         Resolution|---                         |WONTFIX

--- Comment #2 from V Stuart Foote <vstuart.foote at utsa.edu> ---
Defaults will populate the Word Completion item set with a default minimum word
length of 8 characters, not 6.

And the word completion trigger starts at 3 characters and pulls from the
SfxItemSet of the OfaAutoCompleteTabPage [1] _alphabetically_. 

For example using the dummy text (DT) autotext fill, typing "dea" will return
"dead-end" rather than "deadbeat". Continuing to type "deadb" will move to the
next entry.

Adding additional complexity: to detect typos, grammar, or even word frequency
to the mix would not add much function--but would impose considerable overhead
to the current collect & match processes.

Seems the only real enhancement to be had would be to provide a means to move
within the match list and pass over a not desired/bad entry, and see the next
match, or to then move back.

Maybe even to delete a bad entry from there, without having to reopen the
AutoCorrect dialog -> Word Completion tab.

As presented => WF

=-ref-=
[1]
https://opengrok.libreoffice.org/xref/core/cui/source/tabpages/autocdlg.cxx#2240

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Libreoffice-ux-advise mailing list