osx - Getting the toolbar for Intellij -


i cannot find menu bar intellij on mac. want able find window options can show console etc.

any tips?

enter image description here

what worked me editing (update version of intellij):

/applications/intellij\ idea\ 13.app/contents/bin/idea.properties 

and changing line:

apple.laf.usescreenmenubar=true 

to false

after restarting intellij menu bar re-appeared.


Comments