Resizing the window of the Geany version (F5)

I use Geany 0.18 to develop python, and I'm generally very pleased, but there is one little thing that still annoys me:

I usually use the F5 parameter (Build → Execute) to test my scripts, the window that appears is quite small, and if my script prints lines that are too long, they are difficult to read. I would like to resize the default window of the small one that appears if I press F5, but I did not find anything for this.

Is this even possible?

Thanks Mischa

+3
source share
1 answer

To solve this problem, I added additional terminal command options that geany launches.

  • In Geany, go to settings (Edit-> Preferences).
  • "".
  • Terminal, .
  • "gnome-terminal --maximize", .

Gnome-Terminal , "gnome-terminal --help-window-options" .

+3

All Articles