> @@ -3357,6 +3357,10 @@ Delete to line start Ctrl-Shift-BackSpace > Deletes from the begin > current caret > position. > > Duplicate line or selection Ctrl-D Duplicates the > current line or selection. > + If the selection > spans more than one line, > + this duplicates the > lines containing selections. > + If the selection > spans only a single line, then only > + the selection is > duplicated. >
@elextr the point here is to say that if e.g. one and a half lines are selected, they will be *both* duplicated entirely, instead of duplicating one and a half line. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/1228/files/0b7ede926df095c82432be0ec071bddb32e3ff59#r78341359