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
Atom menu is missing. How do I re-enable
提问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 键。我如何重新启用它?这是它现在的样子:
回答by Gwaks
Open Atom and press ALT key you are done.
打开 Atom 并按 ALT 键就完成了。
回答by Fahim Hossain
Temporarily show Menu Bar on ATOM:
暂时在 ATOM 上显示菜单栏:
Press ALT
Key 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 + V
and then select Toggle Menu Bar
option 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
回答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(两者都是核心的一部分)。