From 6b717717368a0677fecc52d0fe5bb38030cf22b8 Mon Sep 17 00:00:00 2001 From: Neil Date: Sun, 11 Sep 2016 19:30:42 +1000 Subject: Fix SC_AC_* values in documentation to match header. --- doc/ScintillaDoc.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'doc') diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index 36eb6ad15..852828942 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -7491,7 +7491,7 @@ for line = lineStart to lineEnd do SCI_ENSUREVISIBLE(line) next SC_AC_FILLUP - 0x01 + 1 A fillup character triggered the completion. The character used is in ch. @@ -7501,7 +7501,7 @@ for line = lineStart to lineEnd do SCI_ENSUREVISIBLE(line) next SC_AC_DOUBLECLICK - 0x02 + 2 A double-click triggered the completion. ch is 0. @@ -7510,7 +7510,7 @@ for line = lineStart to lineEnd do SCI_ENSUREVISIBLE(line) next SC_AC_TAB - 0x04 + 3 The tab key or SCI_TAB triggered the completion. ch is 0. @@ -7519,7 +7519,7 @@ for line = lineStart to lineEnd do SCI_ENSUREVISIBLE(line) next SC_AC_NEWLINE - 0x08 + 4 A new line or SCI_NEWLINE triggered the completion. ch is 0. @@ -7528,7 +7528,7 @@ for line = lineStart to lineEnd do SCI_ENSUREVISIBLE(line) next SC_AC_COMMAND - 0x10 + 5 The -- cgit v1.2.3