How to change font of code in PyCharm?

PyCharm Community Edition 3.1.3 on Ubuntu Gnome 14.04. Can't find where to change the font of code in PyCharm.

File > Settings > Editor > Colors & Fonts > Font > Editor Font

is inactive. I can only change font size by setting

File > Settings > Editor > [v] Change font size (Zoom) with Ctrl+Mouse Wheel

but how to change font style/type (<somefont> -> Courier New)?

By the way, how to disable spell check? It's non-sense to check spelling in filenames and programming code.

1 Answer

I just figured this one out myself. You need to create your own scheme based on one of the predefined (and locked) ones.

Regards James

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like