aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaHistory.html
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2025-06-01 08:38:14 +1000
committerNeil <nyamatongwe@gmail.com>2025-06-01 08:38:14 +1000
commita180e477ec3efd9d35a4cf32b63ab7354a03371f (patch)
tree17ed696a646a5acf4305a0795ae56690a04e08b5 /doc/ScintillaHistory.html
parent922a70ac051ac097632bc26e56c23fffb65aa43d (diff)
downloadscintilla-mirror-a180e477ec3efd9d35a4cf32b63ab7354a03371f.tar.gz
Add SCI_SCROLLVERTICAL API.
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r--doc/ScintillaHistory.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index 5b636af5d..edf0b6344 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -601,6 +601,9 @@
Released 2 April 2025.
</li>
<li>
+ Add SCI_SCROLLVERTICAL method to restore view position and maintain it while performing line wrapping.
+ </li>
+ <li>
Add SC_UNDO_SELECTION_HISTORY_SCROLL flag to SCI_SETUNDOSELECTIONHISTORY which controls
whether undo and redo restore vertical scroll position.
</li>