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. --- src/ViewStyle.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ViewStyle.h') diff --git a/src/ViewStyle.h b/src/ViewStyle.h index 19a853121..6985e3f03 100644 --- a/src/ViewStyle.h +++ b/src/ViewStyle.h @@ -179,6 +179,7 @@ public: int marginNumberPadding; // the right-side padding of the number margin int ctrlCharPadding; // the padding around control character text blobs int lastSegItalicsOffset; // the offset so as not to clip italic characters at EOLs + int autocStyle; using ElementMap = std::map; ElementMap elementColours; -- cgit v1.2.3