diff options
author | Iain Clarke <unknown> | 2018-12-12 09:26:18 +1100 |
---|---|---|
committer | Iain Clarke <unknown> | 2018-12-12 09:26:18 +1100 |
commit | ba44752c09788655780cf71960093128c17d956f (patch) | |
tree | 252ed91f0fc17427473926d330864a15557abd19 /doc/ScintillaHistory.html | |
parent | f95195eec25ba7d08219f9d7faef52dc5d65d224 (diff) | |
download | scintilla-mirror-ba44752c09788655780cf71960093128c17d956f.tar.gz |
Feature [feature-requests:#1247]. Handles message groups as well as messages.
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r-- | doc/ScintillaHistory.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 3965ac8e9..9d87269f4 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -570,7 +570,7 @@ Added "nim" lexer (SCLEX_NIM) for the Nim language which was previously called Nimrod. For compatibility, the old "nimrod" lexer is still present but is deprecated and will be removed at the next major version. - <a href="https://sourceforge.net/p/scintilla/feature-requests/1242/">Feature #1242.</a> + <a href="https://sourceforge.net/p/scintilla/feature-requests/1242/">Feature #1242</a>. </li> <li> The Bash lexer implements substyles for multiple sets of keywords and supports SCI_PROPERTYNAMES. @@ -587,6 +587,10 @@ <a href="https://sourceforge.net/p/scintilla/bugs/2069/">Bug #2069</a>. </li> <li> + The EDIFACT lexer handles message groups as well as messages. + <a href="https://sourceforge.net/p/scintilla/feature-requests/1247/">Feature #1247</a>. + </li> + <li> For SciTE's Find in Files, allow case-sensitivity and whole-word options when running a user defined command. <a href="https://sourceforge.net/p/scintilla/bugs/2053/">Bug #2053</a>. |