Restoring the IntelliJ IDEA "Project tab"
By default the IntelliJ IDEA interface contains the following tabs/panels:
- Project (tabbed to the left)
- Structure (tabbed to the left)
- Commander (tabbed to the right)
- Ant Build (tabbed to the right)
- IDEtalk (tabbed to the right)
- Maven Projects (tabbed to the right)
- Data Sources (tabbed to the right)
- TODO (tabbed at the bottom)
- Web Preview (tabbed at th开发者_开发问答e bottom)
Due to some fiddling around with the settings in one of my projects I've managed to remove all tabs/panels but the following:
- IDEtalk (tabbed to the right)
- Maven Projects (tabbed to the right)
- Data Sources (tabbed to the right)
- Web Preview (tabbed at the bottom)
I'm running IntelliJ IDEA 8.1.
Question:
- How do I the Project tab and the rest of the lost tabs?
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
Procedure to recover all tabs:
- Backup the "damaged" project
- Create a new project using the same project name as the damaged project
- 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 - Open the recovered project and then used
File > Synchronize
to pick up all files in the project - The project and all tabs are now restored. Done!
The above procedure has been tested and is known to work.
精彩评论