spyder-ide / spyder

Official repository for Spyder - The Scientific Python Development Environment
https://www.spyder-ide.org
MIT License
8.23k stars 1.6k forks source link

How to zoom in/out in the console #20123

Open yanyu2015 opened 1 year ago

yanyu2015 commented 1 year ago

how to zoom in/out text in console? Notice that it's not the editor. image

ccordoba12 commented 1 year ago

Hey @yanyu2015, thanks for reporting. You need to use the same shortcuts as in the editor for this, i.e. Ctrl + + to increase the text size in the console and Ctrl + - to decrease it.

However, since there's no menu entry that shows that, I think we should add it so that this functionality can be easily discovered by users.

yanyu2015 commented 1 year ago

How about support that ctrl+mouse scroll up is equal to Ctrl + +, and ctrl+mouse scroll down is equal to Ctrl + -.

ccordoba12 commented 1 year ago

Good idea. That will make the support to zoom in/out in the console work the same as in the Editor.

Dionisis1979 commented 7 months ago

Hello! Using Spyder 5.5.0 standalone on Windows 11 home 64 bit here. Somehow, only the shortcut Ctr+- is working on the console, i.e. the zoom out. The shortcut Ctr++ is not working. It's been a while since I worked on Spyder but I remember it used to work all right earlier on, with the exact same installation I have now. Only thing that has changed meanwhile is some windows updates. Would a clean Spyder install solve the problem?

Yusufbeg commented 3 weeks ago

Looks like Ctrl++ has a common bug, it doesn't work. Alternatively, press Ctrl+, (MacOS: Cmd+,) or go to Preferences and increase font size in Appearance.