Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 904
Josh Brown Avatar asked Dec 24 '09 14:12

Josh Brown


People also ask

How do I delete tabs in IntelliJ?

Press ⇧⌘A (macOS), or Ctrl+Shift+A (Windows/Linux), for the Find Actions dialog. From here you can search for Tab Placement, NBar and TBar to turn on or off the tabs, Navigation Bar and Toolbar windows.

How do I set tab space in IntelliJ?

In IntelliJ IDEA, to convert existing tabs to spaces or vice versa, use File → Edit → Convert Indents → To Spaces (or To Tabs). The Reformat code shortcut Ctrl + Alt + L will also do this, while applying other changes.


4 Answers

CTRL-SHIFT-F12 maximizes the editor

Also, SHIFT-ESC closes the active panel

like image 91
Shaun Avatar answered Oct 03 '22 07:10

Shaun


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.

like image 34
Josh Brown Avatar answered Oct 03 '22 05:10

Josh Brown


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

like image 23
Piotr Sobczyk Avatar answered Oct 03 '22 06:10

Piotr Sobczyk


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

like image 23
harmonious Avatar answered Oct 03 '22 06:10

harmonious