Bug 419380 - Shortcut to switch tabs in each view separately (using split views)
Summary: Shortcut to switch tabs in each view separately (using split views)
Status: RESOLVED FIXED
Alias: None
Product: kdevelop
Classification: Applications
Component: UI: general (other bugs)
Version First Reported In: 5.5.0
Platform: unspecified All
: NOR wishlist
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-03-29 14:21 UTC by cybea
Modified: 2022-12-16 19:28 UTC (History)
0 users

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 cybea 2020-03-29 14:21:45 UTC
It would be nice to have the same implementation as in kate: Using
Shortcuts -> Standard Shortcuts -> Activate Next/Previous Tab
it is possible to navigate each view in split view separately.

(Using splitview "Most-Recently-Used Document Switcher" does not cycle tabs in each view separately.)
Comment 1 cybea 2022-12-16 19:28:18 UTC
Either I didn' find how to do this in 5.5 or it has been implemented since.
With kdevelop 5.9 this can be configured in Settings -> Configure Keyboard Shortcuts...:

Switch tab inside split view:
Shortcuts -> KDevelop -> Next Window (default: Alt+Shift+right)
Shortcuts -> KDevelop -> Previous Window (default: Alt+Shift+left)

Switch split views:
Shortcuts -> KDevelop -> Next Split View (default: Ctrl+Shift+N)
Shortcuts -> KDevelop -> Previous Split View (default: Ctrl+Shift+P)