aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorZufu Liu <unknown>2025-10-29 17:10:25 +1100
committerZufu Liu <unknown>2025-10-29 17:10:25 +1100
commitbd97e46bc614bb86ff18ab493240dc9be2dabd05 (patch)
treee3eb814bafd47b64468be2d43b3caad93edeec24 /doc
parent527af5a4ec23792f40dd26dbbc076b006d75369d (diff)
downloadscintilla-mirror-bd97e46bc614bb86ff18ab493240dc9be2dabd05.tar.gz
Feature [feature-requests:#1567]. Fix bug when indenting rectangular selection.
Diffstat (limited to 'doc')
-rw-r--r--doc/ScintillaHistory.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index 65d6b9fcb..342a87d51 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -610,6 +610,10 @@
<a href="https://sourceforge.net/p/scintilla/bugs/2487/">Bug #2487</a>.
</li>
<li>
+ Fix bug when indenting rectangular selection.
+ <a href="https://sourceforge.net/p/scintilla/feature-requests/1567/">Feature #1567</a>.
+ </li>
+ <li>
On Win32, force autocompletion list colours to be opaque.
Enlarge bitmap to avoid visible blank background between items.
<a href="https://sourceforge.net/p/scintilla/bugs/2482/">Bug #2482</a>.