diff options
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r-- | doc/ScintillaHistory.html | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 6a6ab5ec5..e03a8b344 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -513,16 +513,14 @@ </li> <li> Bash lexer flags incomplete here doc delimiters as syntax errors. - <a href="http://sourceforge.net/p/scintilla/bugs/1789/">Bug #1789</a>. + <a href="http://sourceforge.net/p/scintilla/bugs/1789/">Bug #1789</a>.<br /> + Support added for using '#' in non-comment ways as is possible with zsh. + <a href="http://sourceforge.net/p/scintilla/bugs/1794/">Bug #1794</a>. </li> <li> Errorlist lexer highlights warning messages from the Microsoft linker. </li> <li> - On Windows, Scintilla no longer uses a .DEF file during linking as it duplicates - source code directives. - </li> - <li> Lua lexer includes '&' and '|' bitwise operators for Lua 5.3. <a href="http://sourceforge.net/p/scintilla/bugs/1790/">Bug #1790</a>. </li> @@ -558,6 +556,10 @@ to the end of the cluster making it easier to understand editing actions. </li> <li> + On Windows, Scintilla no longer uses a .DEF file during linking as it duplicates + source code directives. + </li> + <li> On GTK+ and Qt, Korean input by word fixed. </li> <li> |