Summary: | F9 shortcut is default added for two commands | ||
---|---|---|---|
Product: | [Applications] kdevelop | Reporter: | Silviu <laurentiusilviu> |
Component: | general | Assignee: | Braxton Salyer <braxtonsalyer> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | braxtonsalyer, mail |
Priority: | NOR | Keywords: | junior-jobs |
Version: | 5.2.0 | ||
Target Milestone: | --- | ||
Platform: | Microsoft Windows | ||
OS: | Microsoft Windows | ||
Latest Commit: | https://commits.kde.org/kdevelop/1363cbc9f5f4eeece5068bfaafebf058b3c0040b | Version Fixed In: | 5.3.0 |
Sentry Crash Report: | |||
Attachments: |
Example
Patch the bug by Reassigning Debug-Launch to Alt+F9 Patch the bug by Reassigning Debug-Launch to Alt+F9 |
Created attachment 111454 [details]
Patch the bug by Reassigning Debug-Launch to Alt+F9
This is the patch to the Code. I'll also submit a second file that updates the handbook accordingly
Created attachment 111455 [details]
Patch the bug by Reassigning Debug-Launch to Alt+F9
This is the second file to the patch. It updates the handbook to follow the new key shortcut.
Git commit 1363cbc9f5f4eeece5068bfaafebf058b3c0040b by Kevin Funk. Committed on 22/03/2018 at 06:13. Pushed by kfunk into branch 'master'. Reassign Debug Launch shortcut to Alt + F9 Summary: The was a key shortcut conflict between KatePart and KDevelop for the F9 key. Easily fixed by reassigning Debug Launch to Alt + F9. FIXED-IN: 5.3.0 Reviewers: #kdevelop, kdevelop-devel, brauch Reviewed By: #kdevelop, brauch Subscribers: brauch, kdevelop-devel, #kdevelop Tags: #kdevelop Differential Revision: https://phabricator.kde.org/D11431 M +2 -2 doc/kdevelop/index.docbook M +1 -1 kdevplatform/shell/runcontroller.cpp https://commits.kde.org/kdevelop/1363cbc9f5f4eeece5068bfaafebf058b3c0040b |
Created attachment 108865 [details] Example If F9 key is pressed, the conflict window appears. This because F9 key was default added for two command. Please see the attachment.