diff options
author | Yuval Papish <Yuval@YuvCom.com> | 2016-09-21 21:16:04 +1000 |
---|---|---|
committer | Yuval Papish <Yuval@YuvCom.com> | 2016-09-21 21:16:04 +1000 |
commit | 4dff76d6ab5c2f08c128ee157bdefda9b2894fa4 (patch) | |
tree | 6416471df248f619c5b51f73589ca4ec5ce89e64 /doc/ScintillaHistory.html | |
parent | c14fadb44739d232fa04e7d984857a28471baf5d (diff) | |
download | scintilla-mirror-4dff76d6ab5c2f08c128ee157bdefda9b2894fa4.tar.gz |
Feature [feature-requests:#1143]. Replace "progress" lexer with "abl".
ILexer implementation
Lexer can now correctly handle:
"end triggers" phrase
"last-event:function" phrase
Indefinite comment level depth
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r-- | doc/ScintillaHistory.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 056af6233..995fed33c 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -530,6 +530,13 @@ matching keywords that have particular prefixes and/or suffixes. </li> <li> + The Progress lexer "progress" has been replaced with a new lexer "abl" + (Advanced Business Language) + with a different set of lexical states and more functionality. + The lexical state prefix has changed from SCE_4GL_ to SCE_ABL_. + <a href="http://sourceforge.net/p/scintilla/feature-requests/1143/">Feature #1143.</a> + </li> + <li> Fix caret position after left or right movement with rectangular selection. <a href="http://sourceforge.net/p/scintilla/bugs/1861/">Bug #1861</a>. </li> |