diff options
author | Neil <nyamatongwe@gmail.com> | 2013-09-03 18:25:32 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2013-09-03 18:25:32 +1000 |
commit | 77e3727bdd5c981c338fd1c0bc073393aa2f5068 (patch) | |
tree | 14ab874e81b5216e3f4154d94a9b14da76f48bd2 /include/Scintilla.h | |
parent | e27fc2d13734da7861ca1c640143b172927f25a6 (diff) | |
download | scintilla-mirror-77e3727bdd5c981c338fd1c0bc073393aa2f5068.tar.gz |
Added GetStyleFromSubStyle.
Tests for this and other sub styles methods.
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 405cc81f7..8391bae3e 100644 --- a/include/Scintilla.h +++ b/include/Scintilla.h @@ -997,6 +997,7 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam, #define SCI_ALLOCATESUBSTYLES 4020 #define SCI_GETSUBSTYLESSTART 4021 #define SCI_GETSUBSTYLESLENGTH 4022 +#define SCI_GETSTYLEFROMSUBSTYLE 4027 #define SCI_FREESUBSTYLES 4023 #define SCI_SETIDENTIFIERS 4024 #define SCI_DISTANCETOSECONDARYSTYLES 4025 |