Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

spyder change editor default font/scale/zoom

Tags:

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 it Spyder preferences and in google, but didn't find anything helpful.

like image 479
Dmitriy Fialkovskiy Avatar asked Jul 27 '17 11:07

Dmitriy Fialkovskiy


People also ask

How do you zoom in on Spyder editor?

In the editor, it's just Cmd- + (aka Cmd-=) and Cmd- -.


2 Answers

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 
like image 131
Dmitriy Fialkovskiy Avatar answered Oct 14 '22 01:10

Dmitriy Fialkovskiy


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

like image 21
Freeman Avatar answered Oct 14 '22 01:10

Freeman