原子菜单丢失。如何重新启用

Atom 文本编辑器中的菜单不见了。我不知道我是怎么关闭它的。我试了 F1-12键。我如何重新启用它?现在情况是这样的:

screenshot

131208 次浏览

Same happened to me, I had to go into Packages and re-enable Tabs and Tree-View (both part of core).

Open Atom and press ALT key you are done.

Press Alt + v and select Toggle menu bar option.

Temporarily show Menu Bar on ATOM:

Press ALT Key to make the Menu bar appear but it is not permanent.

Always display the Menu Bar on ATOM:

To make the change permanent, press ALT + V and then select Toggle Menu Bar option from the "View" drop-down down.

[Tested on ATOM running on Ubuntu 16.04]

CONTROL + SHIFT + P and execute command "Tree View: Show"

Open atom editor and then press Alt and menu bar will appear. Now click on View tab and then click on Toggle Menu Bar as seen on this screenshot.

Get cursor on top, where white header with file name, then press Alt. To set top menu by default always visible. You needed in top menu selected: FILE -> Config... -> autoHideMenuBar: true (change it to autoHideMenuBar: false) Save it.

I had the same issue and Alt did not work for me. If you go into the config (mine was in users/{user_name}/.atom/config.cson), you will see a line for hidden tool bar, remove that line and restart Atom.

There is probably a value you can set it to besides "hidden" but I did not figure it out