diff options
author | Neil <nyamatongwe@gmail.com> | 2019-03-03 12:31:05 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2019-03-03 12:31:05 +1100 |
commit | 1b18ee7a4c22e9b466d65eb11165daaf2eba85f2 (patch) | |
tree | 65e19e0efb95aa70341d8e81c24545540f60b378 /doc/ScintillaHistory.html | |
parent | 4c48a1bd660273ec13746d6b9c190a85dc5cb780 (diff) | |
download | scintilla-mirror-1b18ee7a4c22e9b466d65eb11165daaf2eba85f2.tar.gz |
Bug [#2083]. Ensure container notified if Insert pressed when caret off-screen.
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r-- | doc/ScintillaHistory.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index d0c74e0de..130891ed5 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -610,6 +610,10 @@ <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> Fix memory leak when checking running instance on GTK. <a href="https://sourceforge.net/p/scintilla/feature-requests/1267/">Feature #1267</a>. </li> |