Bug 419380

Summary: Shortcut to switch tabs in each view separately (using split views)
Product: [Applications] kdevelop Reporter: cybea <kde-bugs>
Component: UI: generalAssignee: kdevelop-bugs-null
Status: RESOLVED FIXED    
Severity: wishlist    
Priority: NOR    
Version First Reported In: 5.5.0   
Target Milestone: ---   
Platform: unspecified   
OS: All   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

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)