Switching from Eclipse to IntelliJ: Is there a way to split tool windows?

后端 未结 5 1668
野趣味
野趣味 2021-01-01 21:23

Having used Eclipse for more years than I care to admit, I\'m currently trying to get adjusted to IntelliJ 12 but I\'m having a hard time with the totally different UI metap

5条回答
  •  天涯浪人
    2021-01-01 21:45

    I love Intellij IDEA, but every once in a while there is some glitch like this. Anyway, here is a key point that you need to know from this writeup:

    To be able to see two windows simultaneously, the corresponding windows should belong to different groups, that is, one of the windows should have the split mode off and the other one on

    .

    My problem was I had split mode ON for both the Project Tool window and the Structure Tool window. If one tool window has that mode OFF, and the other ON, that will help them show together correctly. However, this is NOT guaranteed to work, which negatively impacts usability. I have filed a usability enhancement request with our friends at Intellij. I hope others in my situation will help me vote it up: https://youtrack.jetbrains.com/issue/IDEA-144963

提交回复
热议问题