Summary: | Ability to open multiple terminals in Kate | ||
---|---|---|---|
Product: | [Applications] kate | Reporter: | newbytee |
Component: | general | Assignee: | KWrite Developers <kwrite-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | david, nate, shenlebantongying, zebob.m |
Priority: | NOR | ||
Version: | 19.12.1 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/utilities/kate/commit/f9c3bbe730de9fcaed3999e1027a2f0c5538e430 | Version Fixed In: | |
Sentry Crash Report: |
Description
newbytee
2020-04-06 08:39:43 UTC
Oops, forgot to add last bug mentioned. Here: https://bugs.kde.org/show_bug.cgi?id=145203 Please note that the tmux solution is subpar as it doesn't track the current document and makes it difficult to do long copy-paste operations. *** Bug 435398 has been marked as a duplicate of this bug. *** I tried to add a tab bar for the terminal, but only find out multi-tab is already half-implemented or multi-tabs doesn't fit the current model at all. There is a "multiple tabs" now: If your editor has multiple tabs, then when you change editor tabs, the terminal will change the path according to the editor tabs. A heavy overhaul seems needed to add a tab bar, if we don't break current behaviour. A possibly relevant merge request was started @ https://invent.kde.org/utilities/kate/-/merge_requests/470 Git commit f9c3bbe730de9fcaed3999e1027a2f0c5538e430 by Christoph Cullmann, on behalf of Waqar Ahmed. Committed on 04/08/2021 at 21:08. Pushed by cullmann into branch 'master'. Allow multiple tabs for Konsole plugin(s) You can use "Ctrl + Shift + t" to create a new tab (when konsole plugin has focus). Not sure how to make this more discoverable atm. Related: bug 437922, bug 435398, bug 200322, bug 145203 Signed-off-by: Waqar Ahmed <waqar.17a@gmail.com> M +28 -1 addons/konsole/kateconsole.cpp M +2 -0 addons/konsole/kateconsole.h M +29 -0 addons/project/kateprojectinfoviewterminal.cpp M +2 -0 addons/project/kateprojectinfoviewterminal.h https://invent.kde.org/utilities/kate/commit/f9c3bbe730de9fcaed3999e1027a2f0c5538e430 |