Rhino 8 Script Editor - Inconsistent Text Resizing Functionality

Rhino version 8.10.24226.13001

In the legacy Python Script Editor, I am able to resize the text in the editor AND in the help panel by using Ctrl+MiddleMouseWheel.

In the new Script Editor, Ctrl+MiddleMouseWheel works in the Terminal but not in the text editor and Help windows. Ctrl+MinusKey works in the editor BUT Ctrl+PlusKey does not.

To zoom in you also need the shift key:
ctrl+minus_key
shift+ctrl+plus_key.

If that doesn’t work on your keyboard layout also try:
shift+ctrl+alt+up_arrow
shift+ctrl+alt+down_arrow

ctrl+mouse_wheel should work in service release 8.13

4 Likes