From 817b02c3e3a6d82d6f19f77f15f795a072a82a4c Mon Sep 17 00:00:00 2001
From: nyamatongwe
+
+
SCI_AUTOCSETCASEINSENSITIVEBEHAVIOUR(int behaviour)
+ SCI_AUTOCGETCASEINSENSITIVEBEHAVIOUR
+ When autocompletion is set to ignore case (SCI_AUTOCSETIGNORECASE), by default it will
+ nonetheless select the first list member that matches in a case sensitive way to entered characters.
+ This corresponds to a behaviour property of AC_SELECT_CI_RESPECT_CS (0).
+ If you want autocompletion to ignore case at all, choose AC_SELECT_CI_IGNORE_CS (1).
SCI_AUTOCSETAUTOHIDE(bool autoHide)
SCI_AUTOCGETAUTOHIDE
By default, the list is cancelled if there are no viable matches (the user has typed
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index b6df6ac94..8276a7b68 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -398,6 +398,7 @@
-- cgit v1.2.3