aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaHistory.html
diff options
context:
space:
mode:
authorZufu Liu <unknown>2019-09-26 12:19:18 +1000
committerZufu Liu <unknown>2019-09-26 12:19:18 +1000
commitd3f8e9aaa4612971f830fb0fa260a88a7b1bd422 (patch)
tree7e8ae936e213ee5dd0cb0477307a03c7207696f5 /doc/ScintillaHistory.html
parent5feb3f8ea47e2628249300575ff207a04b67eca4 (diff)
downloadscintilla-mirror-d3f8e9aaa4612971f830fb0fa260a88a7b1bd422.tar.gz
Backport: Feature [feature-requests:#1306] Fold qw arrays.
Backport of changeset 7688:72933772703e.
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 73e335699..2cb48d15f 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -553,6 +553,10 @@
Released 30 Aug 2019.
</li>
<li>
+ Perl folder folds qw arrays.
+ <a href="https://sourceforge.net/p/scintilla/feature-requests/1306/">Feature #1306</a>.
+ </li>
+ <li>
On Win32, stop the IME candidate window moving unnecessarily and position it better.<br />
Stop candidate window overlapping composition text and taskbar.<br />
Position candidate window closer to composition text.<br />