2
votes

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.

1

1 Answers

1
votes

No, there is no such shortcut in PyCharm out of the box. It's easy to implement in a plugin, though.