From 551976903b87b89ed2d905bb2efbd098282615e4 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Mon, 16 Apr 2012 12:23:56 +1000 Subject: Fixed spelling. --- doc/ScintillaDoc.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index 87c71d158..ebd64760d 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -4042,8 +4042,8 @@ struct Sci_TextToFind { 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).

+ This corresponds to a behaviour property of SC_CASEINSENSITIVEBEHAVIOUR_RESPECTCASE (0). + If you want autocompletion to ignore case at all, choose SC_CASEINSENSITIVEBEHAVIOUR_IGNORECASE (1).

SCI_AUTOCSETAUTOHIDE(bool autoHide)
SCI_AUTOCGETAUTOHIDE
-- cgit v1.2.3