diff options
-rw-r--r-- | doc/ScintillaHistory.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 9ffcaaacc..1e1356b4f 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -506,6 +506,10 @@ Verilog lexer recognises protected regions and the folder folds protected regions. </li> <li> + A performance problem with markers when deleting many lines was fixed. + <a href="http://sourceforge.net/p/scintilla/bugs/1733/">Bug #1733</a>. + </li> + <li> On Cocoa fix crash when ScintillaView destroyed if no autocompletion ever displayed. <a href="http://sourceforge.net/p/scintilla/bugs/1728/">Bug #1728</a>. </li> |