https://bugs.kde.org/show_bug.cgi?id=391450
Thomas Schöps <tom.scho...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://commits.kde.org/kte | |xteditor/c0321472330bfdeb14 | |bf08fe4028a8eb8dfbd7fa Resolution|NOT A BUG |FIXED --- Comment #2 from Thomas Schöps <tom.scho...@gmail.com> --- Git commit c0321472330bfdeb14bf08fe4028a8eb8dfbd7fa by Thomas Schoeps. Committed on 08/07/2019 at 17:19. Pushed by thomassc into branch 'master'. Add setting to enable/disable text drag-and-drop (on by default) Summary: This change adds a setting to enable or disable the ability to move the selected text by drag-and-drop. It is on by default, which means the default behavior is not changed. Disabling this setting is useful for people like me who generally use Ctrl-X/V for moving text. For those, the drag-and-drop is never intended, but sometimes triggered accidentally, so it is good to be able to remove this pitfall. Test Plan: I tested it manually. Reviewers: #ktexteditor, cullmann Reviewed By: #ktexteditor, cullmann Subscribers: ahmadsamir, dhaumann, cullmann, kwrite-devel, kde-frameworks-devel Tags: #kate, #frameworks Differential Revision: https://phabricator.kde.org/D22315 M +7 -0 src/dialogs/editconfigwidget.ui M +3 -0 src/dialogs/katedialogs.cpp M +1 -0 src/utils/kateconfig.cpp M +6 -0 src/utils/kateconfig.h M +2 -2 src/view/kateviewinternal.cpp https://commits.kde.org/ktexteditor/c0321472330bfdeb14bf08fe4028a8eb8dfbd7fa -- You are receiving this mail because: You are watching all bug changes.