aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaHistory.html
diff options
context:
space:
mode:
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 ea660ae37..fdcde25f9 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -606,6 +606,13 @@
Released 26 March 2026.
</li>
<li>
+ Add error status SC_STATUS_OUTSIDE_DOCUMENT that is set when operations are attempted on a position
+ outside the document.
+ Positions are checked earlier to prevent actions partly succeeding.
+ Incomplete actions could lead to features that are out of synchronization
+ like change history referring to text that has been deleted.
+ </li>
+ <li>
On Win32 with DirectWrite in a GDI scaled application, draw sharper text in autocompletion lists.
<a href="https://sourceforge.net/p/scintilla/bugs/2505/">Bug #2505</a>.
</li>