aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/ScintillaTypes.h
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2022-10-20 10:42:56 +1100
committerNeil <nyamatongwe@gmail.com>2022-10-20 10:42:56 +1100
commit758ee3666b0ee5b1adc91c269ec845f9db6f8dea (patch)
tree1e00fe5d9c3871ebd8ecfc2d8547538766376999 /include/ScintillaTypes.h
parentbb1cd6ce1a5f0a8ea1a31d37c0500c6a4edb1372 (diff)
downloadscintilla-mirror-758ee3666b0ee5b1adc91c269ec845f9db6f8dea.tar.gz
Feature [feature-requests:#1459] Send SCN_AUTOCCOMPLETED for SCI_AUTOCSHOW
triggering insertion because of SCI_AUTOCSETCHOOSESINGLE mode.
Diffstat (limited to 'include/ScintillaTypes.h')
-rw-r--r--include/ScintillaTypes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ScintillaTypes.h b/include/ScintillaTypes.h
index 5fc18b71b..4692e9916 100644
--- a/include/ScintillaTypes.h
+++ b/include/ScintillaTypes.h
@@ -624,6 +624,7 @@ enum class CompletionMethods {
Tab = 3,
Newline = 4,
Command = 5,
+ SingleChoice = 6,
};
enum class CharacterSource {