diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/ScintillaHistory.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 164563cbb..b8225bcc5 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -557,6 +557,11 @@ <li> The Bash lexer implements substyles for multiple sets of keywords and supports SCI_PROPERTYNAMES. <a href="https://sourceforge.net/p/scintilla/bugs/2054/">Bug #2054</a>. + <li> + The C++ lexer interprets continued preprocessor lines correctly by reading all of + the logical line. + <a href="https://sourceforge.net/p/scintilla/bugs/2062/">Bug #2062</a>. + </li> </li> <li> Notify with SC_UPDATE_SELECTION when user performs a multiple selection add. |
