windows Atom 菜单丢失。我如何重新启用

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/29159379/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-08 19:00:08  来源:igfitidea点击:

Atom menu is missing. How do I re-enable

windowstextatom-editor

提问by Nick Samudae

The menu in Atom text editor is gone. I dont know how I disabled it. I tried F1-12 keys. How do I re enable it? Here's how it's looking now:

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

screenshot

截屏

回答by Gwaks

Open Atom and press ALT key you are done.

打开 Atom 并按 ALT 键就完成了。

回答by Fahim Hossain

Temporarily show Menu Bar on ATOM:

暂时在 ATOM 上显示菜单栏:

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

ALT键使菜单栏出现,但它不是永久性的。

Always display the Menu Bar on ATOM:

始终在 ATOM 上显示菜单栏:

To make the change permanent, press ALT + Vand then select Toggle Menu Baroption from the "View" drop-down down.

要使更改永久化,请按ALT + V,然后Toggle Menu Bar从“查看”下拉列表中选择选项。

[Tested on ATOM running on Ubuntu 16.04]

[在 Ubuntu 16.04 上运行的 ATOM 上测试]

回答by Aravind

Press Alt + vand select Toggle menu bar option.

Alt + v并选择切换菜单栏选项。

回答by Елизавета Басова

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.

将光标置于顶部,其中带有文件名的白色标题,然后按 Alt。 设置顶部菜单默认始终可见。您需要在顶部菜单中选择:FILE -> Config... -> autoHideMenuBar: true(将其更改为 autoHideMenuBar: false)保存它。

回答by Ram

Open atom editor and then press Altand menu bar will appear. Now click on Viewtab and then click on Toggle Menu Baras seen on thisscreenshot.

打开 atom 编辑器,然后按Alt,将出现菜单栏。现在点击查看选项卡,然后点击切换菜单栏上所看到这个截图。

回答by Jorge Alonso

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

CONTROL + SHIFT + P 并执行命令“树视图:显示”

回答by Zane Hooper

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

我也遇到了同样的情况,我不得不进入 Packages 并重新启用 Tabs 和 Tree-View(两者都是核心的一部分)。