diff options
author | Neil <nyamatongwe@gmail.com> | 2022-03-15 15:14:42 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2022-03-15 15:14:42 +1100 |
commit | 23b2a54292964dc653d7ebb64c4b2a044eeaa8e7 (patch) | |
tree | fb9ccd4793daaa16b18551fd599b622f0ae96315 /include/Scintilla.h | |
parent | 96480716cb3acc793436ce037650445a137115da (diff) | |
download | scintilla-mirror-23b2a54292964dc653d7ebb64c4b2a044eeaa8e7.tar.gz |
Feature [feature-requests:#1431] Add SCI_GETSTYLEINDEXAT API to return styles
over 127 as positive integers.
Diffstat (limited to 'include/Scintilla.h')
-rw-r--r-- | include/Scintilla.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Scintilla.h b/include/Scintilla.h index fbd2bf3f3..14f788eae 100644 --- a/include/Scintilla.h +++ b/include/Scintilla.h @@ -57,6 +57,7 @@ typedef sptr_t (*SciFnDirectStatus)(sptr_t ptr, unsigned int iMessage, uptr_t wP #define SCI_GETCURRENTPOS 2008 #define SCI_GETANCHOR 2009 #define SCI_GETSTYLEAT 2010 +#define SCI_GETSTYLEINDEXAT 2038 #define SCI_REDO 2011 #define SCI_SETUNDOCOLLECTION 2012 #define SCI_SELECTALL 2013 |