From ed0aed7dc463ee5c0f2b7c0989e231cce2c835b8 Mon Sep 17 00:00:00 2001 From: Martijn Laan Date: Wed, 3 Jul 2024 09:44:24 +1000 Subject: Feature [feature-requests:#1523]. SCI_AUTOCSETSTYLE sets autocompletion font. --- include/Scintilla.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/Scintilla.h') diff --git a/include/Scintilla.h b/include/Scintilla.h index c25dc5ed9..8ef2532c2 100644 --- a/include/Scintilla.h +++ b/include/Scintilla.h @@ -461,6 +461,8 @@ typedef sptr_t (*SciFnDirectStatus)(sptr_t ptr, unsigned int iMessage, uptr_t wP #define SCI_AUTOCGETMAXWIDTH 2209 #define SCI_AUTOCSETMAXHEIGHT 2210 #define SCI_AUTOCGETMAXHEIGHT 2211 +#define SCI_AUTOCSETSTYLE 2109 +#define SCI_AUTOCGETSTYLE 2120 #define SCI_SETINDENT 2122 #define SCI_GETINDENT 2123 #define SCI_SETUSETABS 2124 -- cgit v1.2.3