Bug 471471

Summary: Add "Open.." to the tab context menu
Product: [Applications] kate Reporter: Allen Winter <winter>
Component: generalAssignee: KWrite Developers <kwrite-bugs-null>
Status: VERIFIED FIXED    
Severity: wishlist CC: christoph
Priority: NOR    
Version First Reported In: Git   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Allen Winter 2023-06-26 14:42:37 UTC
this is a wish.

now that we have the "open new tab to the right/left of the current tab", I find myself wanting "Open .." on the tab's context menu.

this way if I want to open a file to the immediate right/left of a tab all I need to do is left click the tab then right click->open
Comment 1 Bug Janitor Service 2023-07-14 10:56:28 UTC
A possibly relevant merge request was started @ https://invent.kde.org/utilities/kate/-/merge_requests/1260
Comment 2 Waqar Ahmed 2023-07-15 09:33:29 UTC
Git commit 1e5e588ef31371108d6d4c3d9d7b0d52daa5b7a9 by Waqar Ahmed.
Committed on 14/07/2023 at 10:55.
Pushed by cullmann into branch 'master'.

Add open action to tabbar context menu

M  +2    -0    apps/lib/kateviewspace.cpp

https://invent.kde.org/utilities/kate/-/commit/1e5e588ef31371108d6d4c3d9d7b0d52daa5b7a9
Comment 3 Allen Winter 2023-07-15 10:54:56 UTC
Thank you!