aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaHistory.html
diff options
context:
space:
mode:
authorMitchell Foral <unknown>2017-11-20 12:24:51 +1100
committerMitchell Foral <unknown>2017-11-20 12:24:51 +1100
commit767e31bb1fb118e8a58da4fd9f1fa133e066caa1 (patch)
tree776b987950ac1cc427fb5418fb44022dd89e73ad /doc/ScintillaHistory.html
parent7d91d5d928acc050a0aca92ed1a20753b43449d7 (diff)
downloadscintilla-mirror-767e31bb1fb118e8a58da4fd9f1fa133e066caa1.tar.gz
Backport: Add SCI_GETMOVEEXTENDSSELECTION.
Backport of changeset 6418:85205da6ec1b.
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r--doc/ScintillaHistory.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index 88c0c8cbb..7de16f4df 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -565,6 +565,10 @@
The Scintilla namespace is always active for internal symbols and for the lexer and document interfaces.
</li>
<li>
+ Add SCI_GETMOVEEXTENDSSELECTION to allow applications to add more
+ complex selection commands.
+ </li>
+ <li>
Fix HTML lexer handling of Django so that nesting a &#123;&#123; &#125;&#125; or &#123;% %&#125;
Django tag inside of a &#123;# #&#125; Django comment does not break highlighting of rest of file
</li>