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.
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
I actually never understood why I would want a konsole embedded in the IDE when I can use Yakuake :D
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
*** Bug 190577 has been marked as a duplicate of this bug. ***
*** This bug has been marked as a duplicate of bug 145203 ***
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