English 中文(简体)
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 the 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?
最佳回答

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.

问题回答

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

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





相关问题
Sybase Development IDE

Is there a Toad type application for Sybase? I can t seem to find a single one! I ve tried using VS 2008 but can t see the sproc source.

Good C IDE for Mac? [closed]

I ve just started a job where I m programming in C on a Mac, which is my first experience using a Mac for development. For now I m using Xcode as my editor, then using make/gcc/svn at the command line ...

What are your experiences with Code::Blocks? [closed]

I looked at Code::Blocks and it certainly looks great for c++ development, I like it s multiplatform capabilities (runs everywhere), but I wanted to get your feedback. Is it good/stable enough to be ...

What do you use to write Go [closed]

I know its a bit too early, but I ve been trying out Go (Google s Programming Language) and its kindof annoying to write code in gedit. So, my question: What do you use to experiment with Go?

Help with strange Delphi 5 IDE problems

Ok, I m going nuts here. For the last (almost) four years, I ve been putting up with some extremely bad behavior from my Delphi 5 IDE. Problems include: Seemingly random errors in coride50.bpl ...

Eclipse smart quotes - like in Textmate

Happy Friday — Does anyone know if eclipse has the notion of smart quotes like Textmate. The way it works is to select some words and quote them by simply hitting the " key? I m a newbie here so be ...

Selenium IDE: Incrementing values by 1 and 71

Currently I m incrementing a value called wert by 1 with the following code: getEval storedVars[ wert ]=${wert}+1; The value wert is something like 80401299. I want to add 1 to the value, if it ...

热门标签