Bug 463038

Summary: Shortcut for go to definition conflicting with multi cursor shortcuts
Product: [Applications] kdevelop Reporter: Unknown <null>
Component: UI: generalAssignee: kdevelop-bugs-null
Status: CONFIRMED ---    
Severity: normal CC: igorkuo
Priority: NOR    
Version First Reported In: 5.9.220803   
Target Milestone: ---   
Platform: Fedora RPMs   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Unknown 2022-12-14 13:57:54 UTC
SUMMARY
***
When trying to place multiple cursors on a function call, it doesn't just add the cursor but also goes to the definition of the
function.
Maybe only ctrl + click or alt + click should go to definition instead of both. Or these shortcuts should be configurable.
Currently you cannot remove them in the keyboard shortcut menu.
***


STEPS TO REPRODUCE
1. Use any multi cursor modifier except for meta
2. Try to place a cursor on any function call

OBSERVED RESULT
The cursor is placed and it goes to the function definition.

EXPECTED RESULT
The cursor is placed without going to the function definition

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: Fedora 37
(available in About System)
KDE Plasma Version: 5.26.4
KDE Frameworks Version: 5.100.0
Qt Version: 5.15.7
Comment 1 Igor Kushnir 2022-12-14 14:33:50 UTC
The relevant merge request https://invent.kde.org/kdevelop/kdevelop/-/merge_requests/342 was not completed. Probably the merge request's author lost interest or doesn't have time to finish it.