Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

IntelliJ Idea Main Menu Bar Moved From Mac Menu Bar

My IntelliJ IDEA IDE is now showing the main menu (File , Edit , etc) in the window as in the Windows version. I would continue to like it in the Mac Menu Bar but I can't seem to figure out how to move it back. Deleting my config folder and resetting preferences didn't seem to help. Here's a picture of what it looks like now: Menu Bar Moved

Any idea on how to move the bar back to the default Mac area?

like image 702
kcilc Avatar asked Jul 10 '17 23:07

kcilc


People also ask

How do I restore the main menu in Intellij?

If you hide the main menu, you can still access it with the corresponding action: press Ctrl+Shift+A and search for main menu.

How do I get my toolbar back in Intellij?

The main toolbar with buttons for opening and saving files, undo and redo actions is hidden by default. To show it, select View | Appearance | Toolbar.

How do I restore default layout in Intellij?

From the main menu, select Window | Restore Default Layout or press Shift+F12 .


1 Answers

Make sure you have apple.laf.useScreenMenuBar=true in Help | Edit Custom Properties. It should be already set to true by default.

Also check that IntelliJ IDEA is running on the default JetBrains Runtime.

like image 69
CrazyCoder Avatar answered Sep 23 '22 07:09

CrazyCoder