Bug 463038 - Shortcut for go to definition conflicting with multi cursor shortcuts
Summary: Shortcut for go to definition conflicting with multi cursor shortcuts
Status: CONFIRMED
Alias: None
Product: kdevelop
Classification: Applications
Component: UI: general (other bugs)
Version First Reported In: 5.9.220803
Platform: Fedora RPMs Linux
: NOR normal
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-12-14 13:57 UTC by Unknown
Modified: 2022-12-14 14:33 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.