diff options
-rw-r--r-- | doc/ScintillaHistory.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index bb0845091..e5a2d6a49 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -455,6 +455,14 @@ <a href="http://sourceforge.net/p/scintilla/bugs/1500/">Bug #1500</a>. </li> <li> + MS SQL lexer fixed ';' to appear as an operator. + <a href="http://sourceforge.net/p/scintilla/bugs/1509/">Bug #1509</a>. + </li> + <li> + Structured Text lexer fixed styling of enumeration members. + <a href="http://sourceforge.net/p/scintilla/bugs/1508/">Bug #1508</a>. + </li> + <li> Copy and paste of rectangular selections compatible with Borland Delphi IDE on Windows. <a href="http://sourceforge.net/p/scintilla/feature-requests/1002/">Feature #1002.</a> </li> |