Menu

#2512 SCN_AUTOCSELECTION is not sent when listCompletionMethod=SC_AC_SINGLE_CHOICE

Bug
open
nobody
5
2026-06-13
2026-06-12
No

In case listCompletionMethod=SC_AC_SINGLE_CHOICE, SCN_AUTOCCOMPLETED is sent, but not SCN_AUTOCSELECTION.

Discussion

  • Neil Hodgson

    Neil Hodgson - 2026-06-12
    • labels: --> scintilla, autocomplete
     
  • Neil Hodgson

    Neil Hodgson - 2026-06-13

    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.

     

Log in to post a comment.

Auth0 Logo