knorv
knorv

Reputation: 50117

Restoring the IntelliJ IDEA "Project tab"

By default the IntelliJ IDEA interface contains the following tabs/panels:

Due to some fiddling around with the settings in one of my projects I've managed to remove all tabs/panels but the following:

I'm running IntelliJ IDEA 8.1.

Question:

Upvotes: 9

Views: 6220

Answers (3)

trudolf
trudolf

Reputation: 2111

go to View -> Tool Windows and click Project or simply press command + 1 on mac.

Upvotes: 0

Nello
Nello

Reputation: 769

The (infuriating) answer is that you just need to click the icon at the very bottom left of your screen. Then the project and other tabs will magically reappear. UX #fail

Upvotes: 25

knorv
knorv

Reputation: 50117

Procedure to recover all tabs:

  1. Backup the "damaged" project
  2. Create a new project using the same project name as the damaged project
  3. Restore the backup of the damaged project, but copy over the .iml and .ipr files which were created when creating the fresh project in the previous step
  4. Open the recovered project and then used File > Synchronize to pick up all files in the project
  5. The project and all tabs are now restored. Done!

The above procedure has been tested and is known to work.

Upvotes: 1

Related Questions