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 | 44ddca1860d99179c79906960bade604bb777cce (patch) | |
| tree | 10193d3f0123d3594318290e0f121b561c69e1b1 /include/ILexer.h | |
| parent | cda5253c4b643f74ed2cfd5b9d222931ea75890b (diff) | |
| download | scintilla-mirror-44ddca1860d99179c79906960bade604bb777cce.tar.gz | |
Added GetStyleFromSubStyle.
Tests for this and other sub styles methods.
Diffstat (limited to 'include/ILexer.h')
| -rw-r--r-- | include/ILexer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ILexer.h b/include/ILexer.h index e93de819a..16ae4a28f 100644 --- a/include/ILexer.h +++ b/include/ILexer.h @@ -75,6 +75,7 @@ public: virtual int SCI_METHOD AllocateSubStyles(int styleBase, int numberStyles) = 0; virtual int SCI_METHOD SubStylesStart(int styleBase) = 0; virtual int SCI_METHOD SubStylesLength(int styleBase) = 0; + virtual int SCI_METHOD StyleFromSubStyle(int subStyle) = 0; virtual void SCI_METHOD FreeSubStyles() = 0; virtual void SCI_METHOD SetIdentifiers(int style, const char *identifiers) = 0; virtual int SCI_METHOD DistanceToSecondaryStyles() = 0; |
