<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:vstuart.foote@utsa.edu" title="V Stuart Foote <vstuart.foote@utsa.edu>"> <span class="fn">V Stuart Foote</span></a>
</span> changed
          <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED WONTFIX - Improvement Suggestions for LibreOffice AutoCorrect Function Word Completion"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=115751">bug 115751</a>
          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>UNCONFIRMED
           </td>
           <td>RESOLVED
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">CC</td>
           <td>
                
           </td>
           <td>vstuart.foote@utsa.edu
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Resolution</td>
           <td>---
           </td>
           <td>WONTFIX
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED WONTFIX - Improvement Suggestions for LibreOffice AutoCorrect Function Word Completion"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=115751#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED WONTFIX - Improvement Suggestions for LibreOffice AutoCorrect Function Word Completion"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=115751">bug 115751</a>
              from <span class="vcard"><a class="email" href="mailto:vstuart.foote@utsa.edu" title="V Stuart Foote <vstuart.foote@utsa.edu>"> <span class="fn">V Stuart Foote</span></a>
</span></b>
        <pre>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]
<a href="https://opengrok.libreoffice.org/xref/core/cui/source/tabpages/autocdlg.cxx#2240">https://opengrok.libreoffice.org/xref/core/cui/source/tabpages/autocdlg.cxx#2240</a></pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>