[bugs:#2512] SCN_AUTOCSELECTION is not sent when listCompletionMethod=SC_AC_SINGLE_CHOICE
Status: open
Group: Bug
Created: Fri Jun 12, 2026 06:16 PM UTC by Markus Nißl
Last Updated: Fri Jun 12, 2026 06:16 PM UTC
Owner: nobody
In case listCompletionMethod=SC_AC_SINGLE_CHOICE, SCN_AUTOCCOMPLETED is sent, but not SCN_AUTOCSELECTION.
Sent from sourceforge.net because scintill...@googlegroups.com is subscribed to https://sourceforge.net/p/scintilla/bugs/
To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/scintilla/admin/bugs/options. Or, if this is a mailing list, you can unsubscribe from the mailing list.
[bugs:#2512] SCN_AUTOCSELECTION is not sent when listCompletionMethod=SC_AC_SINGLE_CHOICE
Status: open
Group: Bug
Labels: scintilla autocomplete
Created: Fri Jun 12, 2026 06:16 PM UTC by Markus Nißl
Last Updated: Fri Jun 12, 2026 06:17 PM UTC
Owner: nobody
The current ScintillaBase::AutoCompleteCompleted which sends the SCN_AUTOCSELECTION depends on the created list box so can't be called from the SC_AC_SINGLE_CHOICE handler since it avoids creating a list box. So there would have to be some code reorganisation or duplication.
[bugs:#2512] SCN_AUTOCSELECTION is not sent when listCompletionMethod=SC_AC_SINGLE_CHOICE
Status: open
Group: Bug
Labels: scintilla autocomplete
Created: Fri Jun 12, 2026 06:16 PM UTC by Markus Nißl
Last Updated: Fri Jun 12, 2026 11:48 PM UTC
Owner: nobody