Date: prev next · Thread: first prev next last
March 2018 Archives by date, by thread · List index


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

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

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

--- Comment #2 from V Stuart Foote <vstuart.foote@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.

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.