diff options
| author | Kacper Kasper <unknown> | 2018-11-28 08:42:37 +1100 |
|---|---|---|
| committer | Kacper Kasper <unknown> | 2018-11-28 08:42:37 +1100 |
| commit | acdba91e287fde784d5c519f8559bfe8f89db13c (patch) | |
| tree | cd49dc6a0bd3c1cc4f682729df10618de764423a /doc | |
| parent | 325a1d12e77a1d31bcf8c337f17c7fbcb04ab777 (diff) | |
| download | scintilla-mirror-acdba91e287fde784d5c519f8559bfe8f89db13c.tar.gz | |
Backport: Bug [#2054]. Reimplemented as an object lexer to support substyles for multiple
sets of keywords and SCI_PROPERTYNAMES.
Backport of changeset 7178:a581d5f71f49.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/ScintillaHistory.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 0f70a53e4..cf6429ba1 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -554,6 +554,10 @@ next major version. <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. + <a href="https://sourceforge.net/p/scintilla/bugs/2054/">Bug #2054</a>. + </li> <li> On Cocoa, fix a crash that occurred when entering a dead key diacritic then a character that can not take that diacritic, such as option+e (acute accent) followed by g. |
