diff options
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> |