diff options
| author | Neil <nyamatongwe@gmail.com> | 2013-09-03 19:29:12 +1000 |
|---|---|---|
| committer | Neil <nyamatongwe@gmail.com> | 2013-09-03 19:29:12 +1000 |
| commit | 4f18dd4cea751c6867d1f00f1eadb703e604c551 (patch) | |
| tree | 008b747d2c77873b84af593153efddb9004cc1d9 /doc/ScintillaHistory.html | |
| parent | 10b32dd53ad8cf1f91ed218c0aec46b913a9473a (diff) | |
| download | scintilla-mirror-4f18dd4cea751c6867d1f00f1eadb703e604c551.tar.gz | |
Documentation for GetStyleFromSubStyle.
Diffstat (limited to 'doc/ScintillaHistory.html')
| -rw-r--r-- | doc/ScintillaHistory.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index fa6ca1692..73f91ea5a 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -442,6 +442,19 @@ </li> </ul> <h3> + <a href="http://prdownloads.sourceforge.net/scintilla/scite336.zip?download">Release 3.3.6</a> + </h3> + <ul> + <li> + Released 3 September 2013. + </li> + <li> + Added SCI_GETSTYLEFROMSUBSTYLE function to find the base style of substyles. + Can be used to treat all substyles of a style equivalent to that style. + A StyleFromSubStyle method was added to ILexerWithSubStyles so each lexer can implement this. + </li> + </ul> + <h3> <a href="http://prdownloads.sourceforge.net/scintilla/scite335.zip?download">Release 3.3.5</a> </h3> <ul> |
