Okay I know geany isn't a window manager, but is it possible to open multiple terminals/tabs in the bottom pane? I've been using cscope a lot with my recent work (big codebase) and I'd like to have a bottom pane tab that just runs cscope all the time with EDITOR=geany in addition to another terminal that I can run little commands on, source control commits, test scripts, etc.
-Kevin
On 21 March 2012 09:18, Worth, Kevin kevin.worth@hp.com wrote:
Okay I know geany isn’t a window manager, but is it possible to open multiple terminals/tabs in the bottom pane? I’ve been using cscope a lot with my recent work (big codebase) and I’d like to have a bottom pane tab that just runs cscope all the time with EDITOR=geany in addition to another terminal that I can run little commands on, source control commits, test scripts, etc.
No, Geany does not support more than one terminal window at the moment.
Cheers Lex
-Kevin
Geany mailing list Geany@uvena.de https://lists.uvena.de/cgi-bin/mailman/listinfo/geany
On 12-03-20 03:18 PM, Worth, Kevin wrote:
Okay I know geany isn’t a window manager, but is it possible to open multiple terminals/tabs in the bottom pane? I’ve been using cscope a lot with my recent work (big codebase) and I’d like to have a bottom pane tab that just runs cscope all the time with EDITOR=geany in addition to another terminal that I can run little commands on, source control commits, test scripts, etc.
https://github.com/geany/geany-plugins/tree/master/multiterm
It's a bit rough around the edges but it's quite usable.
Cheers, Matthew Brush