diff options
author | pawelzwronek <unknown> | 2024-11-24 15:44:34 +0100 |
---|---|---|
committer | pawelzwronek <unknown> | 2024-11-24 15:44:34 +0100 |
commit | 19a8d747a56e7cb9e543cb807cf08fd95f3d617a (patch) | |
tree | 8e62b23dbbb96aa9301eaa108ca529470596703f /doc/ScintillaHistory.html | |
parent | 96a4a55dc33a3d51dc7fe94228f39fcd013124af (diff) | |
download | scintilla-mirror-19a8d747a56e7cb9e543cb807cf08fd95f3d617a.tar.gz |
Bug [#2457]. Fix moving line down to empty final line and moving empty final
line up.
Handle edge cases when moving selected lines. Allow moving the selection when
the end line of the document is empty or when moving up the last empty line.
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 84cbab7ad..471fc9a3a 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -611,6 +611,10 @@ <a href="https://sourceforge.net/p/scintilla/bugs/2456/">Bug #2456</a>. </li> <li> + Fix moving line down to empty final line and moving empty final line up. + <a href="https://sourceforge.net/p/scintilla/bugs/2457/">Bug #2457</a>. + </li> + <li> On GTK, allow middle click to insert multiple times within a document. <a href="https://github.com/geany/geany/issues/2629">Geany Issue #2629</a>. </li> |