aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaHistory.html
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2019-03-03 12:31:05 +1100
committerNeil <nyamatongwe@gmail.com>2019-03-03 12:31:05 +1100
commite0453f3669c057174f647c6ab0fc10c8180c84c1 (patch)
tree358504d74364b54ddfe9c5904ee6dde6747de922 /doc/ScintillaHistory.html
parent6c53954dcfe6af820d8de19df94f6b44ab4068d5 (diff)
downloadscintilla-mirror-e0453f3669c057174f647c6ab0fc10c8180c84c1.tar.gz
Backport: Bug [#2083]. Ensure container notified if Insert pressed when caret off-screen.
Backport of changeset 7285:9fcf43a91078.
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 22398797d..266e9732f 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -595,6 +595,10 @@
for rectangular or thin selection by performing no action.
<a href="https://sourceforge.net/p/scintilla/bugs/2078/">Bug #2078</a>.
</li>
+ <li>
+ Ensure container notified if Insert pressed when caret off-screen.
+ <a href="https://sourceforge.net/p/scintilla/bugs/2083/">Bug #2083</a>.
+ </li>
<li>
Platform layer font cache removed on Win32 as there is a platform-independent cache.
</li>