diff options
| author | Kein-Hong Man <unknown> | 2015-12-20 13:45:58 +1100 |
|---|---|---|
| committer | Kein-Hong Man <unknown> | 2015-12-20 13:45:58 +1100 |
| commit | 57073d32adb66241ad2c3a11ea8db131a2b1f65d (patch) | |
| tree | 2386f8c7838dceb506ca1a67b028734c314a2362 /doc | |
| parent | d44ccc7664512d0be6df259d6c36fe960a36fd13 (diff) | |
| download | scintilla-mirror-57073d32adb66241ad2c3a11ea8db131a2b1f65d.tar.gz | |
Bug [#1794]. Support using '#' in non-comment ways as is possible with zsh.
Diffstat (limited to 'doc')
| -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> |
