aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaHistory.html
diff options
context:
space:
mode:
authorYuval Papish <Yuval@YuvCom.com>2016-09-21 21:16:04 +1000
committerYuval Papish <Yuval@YuvCom.com>2016-09-21 21:16:04 +1000
commit4dff76d6ab5c2f08c128ee157bdefda9b2894fa4 (patch)
tree6416471df248f619c5b51f73589ca4ec5ce89e64 /doc/ScintillaHistory.html
parentc14fadb44739d232fa04e7d984857a28471baf5d (diff)
downloadscintilla-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.html7
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>