aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaHistory.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r--doc/ScintillaHistory.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index abbf4f4ef..cac690226 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -573,6 +573,7 @@
<td>Jacky Yang</td>
</tr><tr>
<td>Reinhard Nißl</td>
+ <td>Ferdinand Oeinck</td>
</tr>
</table>
<h2>Releases</h2>
@@ -584,6 +585,11 @@
Released 27 August 2022.
</li>
<li>
+ Added SCI_STYLESETINVISIBLEREPRESENTATION to make it easier to edit around invisible text.
+ This also allows representing long lexemes with a single character to provide a summarized view.
+ <a href="https://sourceforge.net/p/scintilla/feature-requests/1453/">Feature #1453</a>.
+ </li>
+ <li>
Removed NotifyLexerChanged notification from DocWatcher.
This is a private interface but could be used by independent platform layers
and was exposed by ScintillaDocument in the Qt implementation of ScintillaEdit.