简体   繁体   English

如何隐藏ide主窗口标题栏? (在 IntelliJ IDEA 中)

[英]How to hide ide main window title bar? (in IntelliJ IDEA)

Title bar is completely useless for me.标题栏对我来说完全没用。 Info it shows i can see in navigation bar.它显示的信息我可以在导航栏中看到。 无用的标题 It only takes space.它只需要空间。 Is it possible to hide the header as looks in Netbeans?是否可以像在 Netbeans 中一样隐藏标题?

  1. install plugin: Window Decorate Mode Switcher安装插件:Window Decorate Mode Switcher
  2. select view->switch decorate mode选择视图->切换装饰模式

You might want to toggle the "Auto undecorate on start" option under File > Settings > Switch Decorate Mode您可能希望在文件 > 设置 > 切换装饰模式下切换“启动时自动取消装饰”选项

If you use Windows 10 or Ubuntu (tested with IntelliJ Community 2019.2 on Windows 10 and Ubuntu 20.04; for Ubuntu: thanks to the comment of @demon101)如果您使用 Windows 10 或 Ubuntu(在 Windows 10 和 Ubuntu 20.04 上使用 IntelliJ Community 2019.2 测试;对于 Ubuntu:感谢@demon101 的评论)

Hide (or show) native title bar on Windows在 Windows 上隐藏(或显示)本机标题栏

  • Open Help -> Edit Custom Options...打开帮助 -> 编辑自定义选项...
  • Allow a personal properties file to be created允许创建个人属性文件
  • Add a line (true = hide; false = show)添加一行(true = 隐藏;false = 显示)
ide.win.frame.decoration=true 
  • Restart IDEA重启IDEA

I really do not know the way to hide this bar, but you could use 'Full Screen Mode'.我真的不知道隐藏这个栏的方法,但你可以使用“全屏模式”。

View -> Enter Full Screen查看 -> 进入全屏

Window Decorate Mode Switcher插件在 Gnome 上对我来说效果很好。

This is the best solution I've found: the No Title Bar gnome extension.这是我找到的最佳解决方案: 无标题栏gnome 扩展。

Works for Linux only, but it works with ALL applications, not just those from JetBrains.仅适用于 Linux,但适用于所有应用程序,而不仅仅是来自 JetBrains 的应用程序。

Very easy, just install the browser extension, refresh the page, click the switch to enable it, and then (optionally) remove the browser extension when you are done :) Takes effect immediately.很简单,只需安装浏览器扩展,刷新页面,点击开关启用它,然后(可选)完成后删除浏览器扩展:)立即生效。

https://intellij-support.jetbrains.com/hc/en-us/community/posts/360004366159/comments/360000685899 https://intellij-support.jetbrains.com/hc/en-us/community/posts/360004366159/comments/360000685899

Borderless UI can be disabled by the following steps:可以通过以下步骤禁用无边框 UI:

  1. press Ctrl+Alt+Shift+/按 Ctrl+Alt+Shift+/
  2. select Registry选择注册表
  3. switch off the ide.win.frame.decoraion key关闭 ide.win.frame.decoraion 键
  4. restart IDE重启IDE

此问题将在 2020.03 中解决,请参阅禁用将主菜单合并到窗口标题的选项

If you use Linux:如果您使用 Linux:

  1. Ctrl+Alt+Shift+/

  2. select Registry选择Registry

  3. make linux.native.menu off关闭linux.native.menu

You mean the stuff with helloworld src etc? 您的意思是带有helloworld src等的东西? Hide it by going to view then navigation bar and and clear the check command. 通过查看然后导航栏将其隐藏,然后清除检查命令。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM