diff options
Diffstat (limited to 'doc/ScintillaHistory.html')
-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 ecf3f4d1f..a98efe7ce 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -472,6 +472,10 @@ Fix crashes and other bugs in Fortran folder by removing folding of do-label constructs. </li> <li> + Deleting a whole line deletes the annotations on that line instead of the annotations on the next line. + <a href="http://sourceforge.net/p/scintilla/bugs/1577/">Bug #1577</a>. + </li> + <li> Fix Qt bug where double click treated as triple click. <a href="http://sourceforge.net/p/scintilla/bugs/1575/">Bug #1575</a>. </li> |