From 63a33763ccd8e772ecb4b1714748ab2a8deeb9d5 Mon Sep 17 00:00:00 2001 From: Kein-Hong Man Date: Sun, 20 Dec 2015 13:45:58 +1100 Subject: Bug [#1794]. Support using '#' in non-comment ways as is possible with zsh. --- doc/ScintillaHistory.html | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'doc') 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 @@
  • Bash lexer flags incomplete here doc delimiters as syntax errors. - Bug #1789. + Bug #1789.
    + Support added for using '#' in non-comment ways as is possible with zsh. + Bug #1794.
  • Errorlist lexer highlights warning messages from the Microsoft linker.
  • - On Windows, Scintilla no longer uses a .DEF file during linking as it duplicates - source code directives. -
  • -
  • Lua lexer includes '&' and '|' bitwise operators for Lua 5.3. Bug #1790.
  • @@ -558,6 +556,10 @@ to the end of the cluster making it easier to understand editing actions.
  • + On Windows, Scintilla no longer uses a .DEF file during linking as it duplicates + source code directives. +
  • +
  • On GTK+ and Qt, Korean input by word fixed.
  • -- cgit v1.2.3