aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaHistory.html
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2021-03-22 13:30:27 +1100
committerNeil <nyamatongwe@gmail.com>2021-03-22 13:30:27 +1100
commit53bdcb15b3fd50dbc917e652953f1df4a5a5e493 (patch)
treef6ad2f220bda2e0b4fa43b374e4111a26d377c36 /doc/ScintillaHistory.html
parent794c599d481e46dbf9a5251a57fafb528b3fff2d (diff)
downloadscintilla-mirror-53bdcb15b3fd50dbc917e652953f1df4a5a5e493.tar.gz
Implement more support values.
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 2159127a8..b643dce10 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -589,6 +589,10 @@
Add methods for encoding conversion.
Use these changes to improve appearance.
</li>
+ <li>
+ Add SCI_SUPPORTSFEATURE method to allow applications to determine which features are available
+ and to then choose workarounds for missing features like translucent drawing.
+ </li>
</ul>
<h3>
<a href="https://www.scintilla.org/scite500.zip">Release 5.0.0</a>