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 f338b4a93..6ea38bc7d 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -512,6 +512,10 @@ <a href="http://sourceforge.net/p/scintilla/bugs/1765/">Bug #1765</a>. </li> <li> + Markdown lexer treats line starts consistently to always highlight *foo* or similar at line start. + <a href="http://sourceforge.net/p/scintilla/bugs/1766/">Bug #1766</a>. + </li> + <li> Optimise marker redrawing by only drawing affected lines when markers shown in the text. </li> <li> |