Bug 200322 - More than one konsole
Summary: More than one konsole
Status: RESOLVED FIXED
Alias: None
Product: kate
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Ubuntu Unspecified
: NOR wishlist
Target Milestone: ---
Assignee: KWrite Developers
URL:
Keywords:
: 190577 (view as bug list)
Depends on:
Blocks:
 
Reported: 2009-07-15 16:19 UTC by Francois
Modified: 2021-08-04 21:08 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Francois 2009-07-15 16:19:16 UTC
Version:            (using KDE 4.2.2)
Installed from:    Ubuntu Packages

Hi all,

Kdevelop as it: the possibility to have one or more konsole available at the same time and the possibility to switch between them with keyboard shortcuts.

For example in one konsole could be running Ipython for python debuging whereas the other one run some shell scripts and the last one is connected on a remote server for remote compilation/debuging.

One or more of those terminals could be connected with one or more buffers to be still able to pipe some text to the terminals:

The user could perhaps assign the buffer 1 with pyton code with konsole number one running Ipython, the c++ code in buffer 2 with konsole 3 loged on a remote server and the konsole 2 with any other buffers.
Comment 1 Milian Wolff 2009-07-15 16:44:50 UTC
Workaround: screen ;-)
Or just use yakuake... it's also only one shortcut away. Dunno if we really need that in kdevelop. But well, maybe someone is up to it and implements it
Comment 2 Niko Sams 2009-07-15 21:00:03 UTC
I actually never understood why I would want a konsole embedded in the IDE when I can use Yakuake :D
Comment 3 Francois 2009-07-16 21:03:33 UTC
For me it is ergonomics, I like to have a the same time a view of my code and a terminal in which I do some stuff related to the edited buffer.

For me an external terminal or a Yakuake window mask the code too much. I simply don't have the same feeling but everyone is different.

And the ability to pipe some text from different buffers to different terminals could improve the workflow and the productivity.

Just my 2 cents
Comment 4 Thomas Friedrichsmeier 2009-09-06 11:08:08 UTC
*** Bug 190577 has been marked as a duplicate of this bug. ***
Comment 5 Dominik Haumann 2011-08-12 13:54:21 UTC

*** This bug has been marked as a duplicate of bug 145203 ***
Comment 6 Christoph Cullmann 2021-08-04 21:08:39 UTC
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 419710, bug 435398, 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