From 548093449967bb84aaf112df736428681657c528 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20Techet?= Date: Fri, 8 Mar 2024 07:56:22 +1100 Subject: Bug [#2403]. Add SC_AUTOCOMPLETE_SELECT_FIRST_ITEM. This option always selects the first item in the autocompletion list. --- include/ScintillaTypes.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/ScintillaTypes.h') diff --git a/include/ScintillaTypes.h b/include/ScintillaTypes.h index 4692e9916..128b73002 100644 --- a/include/ScintillaTypes.h +++ b/include/ScintillaTypes.h @@ -249,6 +249,7 @@ enum class IndicFlag { enum class AutoCompleteOption { Normal = 0, FixedSize = 1, + SelectFirstItem = 2, }; enum class IndentView { -- cgit v1.2.3