30

Is there an option in Spyder to set/change a default script window (editor) scale?

I always have to adjust the script display for each script when I open Spyder with ctrl + mouse wheel and it annoys me a lil bit.

I searched in Spyder preferences and in google, but didn't find anything helpful.

Dmitriy Fialkovskiy
  • 3,065
  • 8
  • 32
  • 47

3 Answers3

37

Seems that I didn't inspect Preferences attentively enough initially. Right answer is:

Preferences → Text and margin font style → Size

EDIT: updating answer according to comments.

In the latest versions of Spyder IDE path to changing font size is:

Tools → Preferences → General → Appearance → Fonts

EDIT2 (since march 2021):

Tools → Preferences → Appearance → Fonts

EDIT3 (since march 2023):

Python → Preferences → Appearance → Fonts
Dmitriy Fialkovskiy
  • 3,065
  • 8
  • 32
  • 47
9

Right clicking in the text window there are menus Zoom in, Zoom out and Zoom reset

Freeman
  • 5,810
  • 3
  • 47
  • 48
  • 2
    hi, there's no problem in adjusting script display using `ctrl + mouse wheel`, hotkeys or by right mouse click menu. The initial question was how to change _default_ font size for not to change size on every launch, so your answer doesn't really answer it. – Dmitriy Fialkovskiy Jan 01 '19 at 09:40
0

You can use Ctrl++ to zoom-in and Ctrl+- to zoom-out of the editor.

Codingkido
  • 53
  • 9