In Eclipse I just click above the tab and click on "New Editor". In NetBeans is "Clone". In IntelliJ Idea I didn't find this option yet. What I do now is split vertically but it is not what I want.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
You can't have multiple tabs for the same file without using split mode (vertical or horizontal). If you want a copy of the file, use Refactor | Copy. UPDATE: feature request added, please vote. |
||||
|
|
Yeah, split (vertical or horizontal) is the only option that I have found. You will find the IntelliJ support people really helpful, though, worth asking this question there: http://www.jetbrains.com/support/idea/index.html |
|||
|
|
|
You can drag the tab "out" of IntelliJ to create a new window with open tabs. Then reopen the file in main window. See this video This requires the new IntelliJ IDEA 10. |
|||
|
|