athorn
athorn

Reputation: 63

How do you join back the split editor panes in eclipse

On Eclipse, with Window -> New Editor or by drag/drop method* I could have one more editor panes in my eclipse work area. Now how do I remove that extra pane when I do not need it anymore. All it allows me now is to minimize/maximize that editor extra pane. It just sticks around. Shouldn't there be a collapse or close extra editor panes (that is without me requiring to do Window->Reset Perspective!)

Upvotes: 6

Views: 6627

Answers (2)

anthonybell
anthonybell

Reputation: 5998

Right-click on a tab in the window you want to close and select "close all". This will close the split window (and close any tabs in that window that have not been dragged to another window).

Upvotes: 2

akikhtenko
akikhtenko

Reputation: 114

HandySplit has a flatten action that you need and other capabilities that you might find useful.

Upvotes: 1

Related Questions