Reputation: 4394
I can change font size on a per-file basis in PyCharm (4.5.2) by using CtrlMousewheel.
Is there anyway to set up a shortcut to change the font size of all files?
Right now, the only way to do that is Settings
> Editor
> Color & Fonts
> Fonts
.
Upvotes: 2
Views: 243
Reputation: 97168
No, there is no such shortcut in PyCharm out of the box. It's easy to implement in a plugin, though.
Upvotes: 1