aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaHistory.html
diff options
context:
space:
mode:
authorA-R-C-A <unknown>2016-09-23 18:07:56 +1000
committerA-R-C-A <unknown>2016-09-23 18:07:56 +1000
commitfdb8953cdffa47ff9f13f1cc173e1cb2df191019 (patch)
tree376de5daa3f3ea982434f9237b732274179ca6a7 /doc/ScintillaHistory.html
parentbb4c51c3f14a3d38b5568e4f12ecfa32b4ec826e (diff)
downloadscintilla-mirror-fdb8953cdffa47ff9f13f1cc173e1cb2df191019.tar.gz
EDGE_MULTILINE and SCI_MULTIEDGEADDLINE added to allow displaying multiple
vertical edges simultaneously.
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 072de2c70..404ffa16d 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -500,6 +500,7 @@
<td>Alexey Denisov</td>
<td>jedailey</td>
<td>oirfeodent</td>
+ <td>A-R-C-A</td>
</tr>
</table>
<p>
@@ -526,6 +527,9 @@
These changes do not affect the standard C/C++ binding.
</li>
<li>
+ EDGE_MULTILINE and SCI_MULTIEDGEADDLINE added to allow displaying multiple
+ vertical edges simultaneously.
+ <li>
The WordList class in lexlib used by lexers adds an InListAbridged method for
matching keywords that have particular prefixes and/or suffixes.
</li>