diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ScintillaHistory.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 66c552611..1342e0926 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -456,6 +456,9 @@ StyleFromSubStyle and PrimaryStyleFromStyle methods were added to ILexerWithSubStyles so each lexer can implement these. </li> <li> + On Cocoa, the ScintillaView.h header now hides internal implementation details from Platform.h and ScintillaCocoa.h. + </li> + <li> On Qt, turn off idle events on destruction to prevent repeatedly calling idle. </li> </ul> |