ScriptEditor Resize Text - Wish

@eirannejad

I have two wishes for script editor :slight_smile:

  1. Co-pilot for script editor. I guess a lot of people are spoiled in Visual Studio code using Github Copilot option. Is there any chance to implement in Rhino too?

  2. I would like to zoom in/out to the code. Is this option available? Ctrl +/- does not work as in typical code editors.

1 Like

In the code editor window Ctrl+Shift++ zooms in and Ctrl+- zooms out. Same for the terminal window, but here one can also Ctrl+Mouse Wheel to zoom in and out, like in the GhPython editor. I believe the goal is to get mouse wheel zoom working in the code editor window as well.

Edit: At least on windows, not sure about mac.

1 Like

Currently you can only zoom out with CTRL + -, but not zoom back in with CTRL + + on macOS, which might be a bug?
I would also appreciate it, if the mouse wheel could play a role here.

And Vim support pretty please, because once you go Vim, you can’t really go back to normal text editing. It’s soooo inefficient. :sob: I’m so happy that even Obsidian (i.e. my note taking ecosystem) supports it.

1 Like

Does adding shift not work? It does on windows. It’s pretty clunky, but till mouse wheeling is supported it could be worse. I forget, but I think there’s already a topic about this.

on macOS:

Zoom out: CTRL + -
Zoom in: CTRL + Shift + +

RE RH-81010 reimplement font resize/zoom functions

This does not work.

The goal is the make the binding configurable at some point but for now try typing:
ctrl+shift+alt+up
and
ctrl+shift+alt+down

1 Like