From 12edbfc7840bc4c56d1a7933e587694e9c774aee Mon Sep 17 00:00:00 2001 From: Neil Date: Fri, 26 Jul 2024 16:28:12 +1000 Subject: Show correct signature for SCI_AUTOCSETSTYLE and include in message list. --- doc/ScintillaDoc.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index bc282f50f..eab747f1f 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -6288,6 +6288,8 @@ struct Sci_TextToFindFull { SCI_AUTOCGETMAXHEIGHT → int
SCI_AUTOCSETMAXWIDTH(int characterCount)
SCI_AUTOCGETMAXWIDTH → int
+ SCI_AUTOCSETSTYLE(int style)
+ SCI_AUTOCGETSTYLE → int
SC_ELEMENT_LIST : colouralpha
SC_ELEMENT_LIST_BACK : colouralpha
SC_ELEMENT_LIST_SELECTED : colouralpha
@@ -6510,7 +6512,7 @@ struct Sci_TextToFindFull {

- SCI_AUTOCSETSTYLE
+ SCI_AUTOCSETSTYLE(int style)
SCI_AUTOCGETSTYLE → int
Get or set the style used by autocompletion lists to determine the font facename, size and character set used to display characters. Defaults -- cgit v1.2.3