Is there any way to zoom in on the Python Shell in Wing IDE? I am having trouble seeing the font because it is too small.
Asked
Active
Viewed 1.1k times
1 Answers
1
For Wing IDE:
Try ctrl++ or ctrl+MouseScrollUp for quick changes. You can also just change your font size in the Editor preferences.
For Python IDLE:
Under Options --> Configure IDLE; change the Size.
For 'cmd' prompt or Bash:
Right-Click on the Window bar and select Properties. Change the font size in the 'Font' tab. If you want it to be permanent, do the same in 'Defaults' instead (from the right-click menu).

aneroid
- 12,983
- 3
- 36
- 66
-
Ctrl+MouseWheel (or Command+MouseWheel on OS X) only works if the Editor > Enable Font Size Zooming preference is on. I think it's off by default since it's too often inadvertently triggered. – Wingware Dec 20 '15 at 21:43