Breako Breako
Breako Breako

Reputation: 6451

Getting the toolbar for Intellij

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?

enter image description here

Upvotes: 4

Views: 2057

Answers (2)

Jason D
Jason D

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

H6_
H6_

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

Related Questions