Reputation: 53133
In IntelliJ 9.0, is there any way to hide the panels on the sides and bottom? Specifically, I'm trying to hide the Ant Build panel, since I don't use Ant and don't want to have these extra panels taking up space on my side and bottom bars.
Upvotes: 8
Views: 3262
Reputation: 551
For current IDEA version 2018.1 (and for many previous editions)
More info: https://www.jetbrains.com/help/idea/manipulating-the-tool-windows.html
Upvotes: 2
Reputation: 6583
Install Tool Window Manager plugin to be able to disable tabs that you don't use.
Upvotes: 2
Reputation: 1508
CTRL-SHIFT-F12 maximizes the editor
Also, SHIFT-ESC closes the active panel
Upvotes: 16
Reputation: 53133
You can permanently remove the Ant Build panel by disabling the plugin. Go to Settings > Plugins and uncheck the "Enable" box next to Ant Support.
Upvotes: 9