Summary: | Option to disable drag and drop text | ||
---|---|---|---|
Product: | [Applications] kate | Reporter: | jammer321 |
Component: | general | Assignee: | KWrite Developers <kwrite-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/ktexteditor/c0321472330bfdeb14bf08fe4028a8eb8dfbd7fa | Version Fixed In: | |
Sentry Crash Report: |
Description
jammer321
2018-03-05 18:58:08 UTC
Dear user, this wish list item is now closed, as it wasn't touched in the last year and no contributor stepped up to implement it. The Kate/KTextEditor team is small and we can just try to keep up with fixing bugs. Therefore wishes that show no activity for a years or more will be closed from now on to keep at least a bit overview about 'current' wishs of the users. If you want your feature to be implemented, please step up to provide some patch for it. If you think it is really needed, you can reopen your request, but keep in mind, if no new good arguments are made and no people get attracted to help out to implement it, it will expire in a year again. We have a nice website https://kate-editor.org that provides all the information needed to contribute, please make use of it. Patches can be handed in via https://phabricator.kde.org/differential/ Greetings Christoph Cullmann 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 |