aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorKein-Hong Man <devnull@localhost>2015-12-20 13:45:58 +1100
committerKein-Hong Man <devnull@localhost>2015-12-20 13:45:58 +1100
commit63a33763ccd8e772ecb4b1714748ab2a8deeb9d5 (patch)
treec53e24767121a7efd9129fb2eb212bc80beffc29 /doc
parent840a05f52b91c2da3e962e045892ba0abf5e1744 (diff)
downloadscintilla-mirror-63a33763ccd8e772ecb4b1714748ab2a8deeb9d5.tar.gz
Bug [#1794]. Support using '#' in non-comment ways as is possible with zsh.
Diffstat (limited to 'doc')
-rw-r--r--doc/ScintillaHistory.html12
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 '&amp;' 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>