- Code: Select all
getPanelHeight panel
panel: either console or output
returns the height of the given panel in lines
setPanelHeight panel height
panel: either console or output
height: optional. specify the number of lines to display for the chosen value.
If no height is given, the default of 8 is used.
That way you could do things like
- Code: Select all
<binding key="ctrl+keypad_plus" command="setPanelHeight console 30"/>
<binding key="ctrl+keypad_minus" command="setPanelHeight console"/>
and enlarge the output panel as needed without having to change the GUI to support mouse resizing.