From 19a8d747a56e7cb9e543cb807cf08fd95f3d617a Mon Sep 17 00:00:00 2001 From: pawelzwronek Date: Sun, 24 Nov 2024 15:44:34 +0100 Subject: 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. --- doc/ScintillaHistory.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc/ScintillaHistory.html') 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 @@ Bug #2456.
  • + Fix moving line down to empty final line and moving empty final line up. + Bug #2457. +
  • +
  • On GTK, allow middle click to insert multiple times within a document. Geany Issue #2629.
  • -- cgit v1.2.3