Reputation: 6451
I cannot find my menu bar for Intellij on the mac. I want to be able to find the window options so I can show the console etc.
Any tips?
Upvotes: 4
Views: 2057
Reputation: 8643
What worked for me was editing (update for your version of IntelliJ):
/Applications/IntelliJ\ IDEA\ 13.app/Contents/bin/idea.properties
And changing this line:
apple.laf.useScreenMenuBar=true
To false
After restarting IntelliJ the menu bar re-appeared.
Upvotes: 4
Reputation: 32808
Are you running a developer preview version of OS X Mavericks ? There the menu bar is not shown because some kind incompatibility. If this is the case you can fix it. See this thread in the IntelliJ forum or directly to the bug report.
Upvotes: 1