Josh Brown
Josh Brown

Reputation: 53133

Is there any way to hide panels in IntelliJ 9?

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

Answers (5)

cruise_lab
cruise_lab

Reputation: 649

You can also do Cmd + 4. This toggles the panel for testing.

Upvotes: 0

harmonious
harmonious

Reputation: 551

For current IDEA version 2018.1 (and for many previous editions)

  1. Right-click the tool window button you want to hide (in your case the Ant Build).
  2. Choose Remove from Sidebar

More info: https://www.jetbrains.com/help/idea/manipulating-the-tool-windows.html

Upvotes: 2

Piotr Sobczyk
Piotr Sobczyk

Reputation: 6583

Install Tool Window Manager plugin to be able to disable tabs that you don't use.

Upvotes: 2

Shaun
Shaun

Reputation: 1508

CTRL-SHIFT-F12 maximizes the editor

Also, SHIFT-ESC closes the active panel

Upvotes: 16

Josh Brown
Josh Brown

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

Related Questions