diff options
author | maboroshin <unknown> | 2018-09-20 10:19:58 +1000 |
---|---|---|
committer | maboroshin <unknown> | 2018-09-20 10:19:58 +1000 |
commit | f7ffb60ac957df7b6295da3d1327f4526b46f364 (patch) | |
tree | d15d10ac83aefc9e0fe59f898337bf6bf3a7ff7d /doc | |
parent | 9808da6fa62255d1ad77d988ef3617a2381e3299 (diff) | |
download | scintilla-mirror-f7ffb60ac957df7b6295da3d1327f4526b46f364.tar.gz |
Backport: Fix highlighting of non-ASCII characters in links.
Backport of changeset 7092:a55c26c645f8.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ScintillaHistory.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 9f94a1744..0a50bfd6a 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -525,6 +525,8 @@ <td>Andreas Rönnquist</td> <td>Henrik Hank</td> <td>Luke Rasmussen</td> + </tr><tr> + <td>maboroshin</td> </tr> </table> <p> @@ -557,6 +559,9 @@ <a href="https://sourceforge.net/p/scintilla/feature-requests/1144/">Feature #1144.</a> </li> <li> + Markdown lexer fixes highlighting of non-ASCII characters in links. + </li> + <li> Fix margin cursor on Cocoa to point more accurately. </li> </ul> |