| Summary: | Middle mouse button paste feature request | ||
|---|---|---|---|
| Product: | [Frameworks and Libraries] frameworks-ktexteditor | Reporter: | davidblunkett <dav1dblunk3tt> |
| Component: | general | Assignee: | KWrite Developers <kwrite-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | wishlist | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | https://commits.kde.org/ktexteditor/e1b5f3177d428a70e43f2f1dc8458f8bc15e7791 | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
davidblunkett
2016-05-25 08:38:58 UTC
Git commit e1b5f3177d428a70e43f2f1dc8458f8bc15e7791 by Christoph Cullmann, on behalf of loh tar.
Committed on 08/01/2019 at 16:47.
Pushed by cullmann into branch 'master'.
ViewConfig: Add option to paste at cursor position by mouse
Summary:
With this option is the cursor not moved to the mouse position prior to
paste by middle click
Test Plan: {F6527926}
Reviewers: #ktexteditor, dhaumann
Reviewed By: #ktexteditor, dhaumann
Subscribers: cullmann, dhaumann, ngraham, kwrite-devel, kde-frameworks-devel, #ktexteditor
Tags: #kate, #frameworks
Differential Revision: https://phabricator.kde.org/D17999
M +19 -3 src/dialogs/editconfigwidget.ui
M +3 -0 src/dialogs/katedialogs.cpp
M +28 -0 src/utils/kateconfig.cpp
M +5 -0 src/utils/kateconfig.h
M +3 -1 src/view/kateviewinternal.cpp
https://commits.kde.org/ktexteditor/e1b5f3177d428a70e43f2f1dc8458f8bc15e7791
|