diff options
| author | Martijn Laan <unknown> | 2024-07-03 09:44:24 +1000 |
|---|---|---|
| committer | Martijn Laan <unknown> | 2024-07-03 09:44:24 +1000 |
| commit | ed0aed7dc463ee5c0f2b7c0989e231cce2c835b8 (patch) | |
| tree | 8126eeae8b3bee2a00b9a2df89a23c4f2763cb4f /include/Scintilla.h | |
| parent | 2b69fbaf70f6a05269d96b2703acfe49ef7f03a1 (diff) | |
| download | scintilla-mirror-ed0aed7dc463ee5c0f2b7c0989e231cce2c835b8.tar.gz | |
Feature [feature-requests:#1523]. SCI_AUTOCSETSTYLE sets autocompletion font.
Diffstat (limited to 'include/Scintilla.h')
| -rw-r--r-- | include/Scintilla.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
