How do you open a second editor view in Eclipse?

Eclipse

Eclipse Problem Overview


I have a nice high-resolution widescreen monitor, and I'll like to be able to edit files side-by-side in Eclipse (so I can reference one file whilst working in another, for example). I've looked around in the usual menus, but have not figured out how to do this.

Does anyone know if it is possible, and if so, how to do it?

Eclipse Solutions


Solution 1 - Eclipse

Click on the tab of one of the files you want to edit and drag the tab to the edge of the editor frame until you see a vertical line appear in the middle of the editor frame. Then drop the tab there and you have two files to view side-by-side.

Solution 2 - Eclipse

MENU : Window -> New Editor (Side by side) / Ctrl + 8

Solution 3 - Eclipse

I am using Eclipse Helios.

> RIGHT CLICK ON THE TAB --> MOVE --> EDITOR

And then just drag it to the Project Explorer side and release the click.

Automatically you can see the parallel views :)

Solution 4 - Eclipse

You can pull out the required files just by Right Click - >Detach

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionJosh GloverView Question on Stackoverflow
Solution 1 - EclipseAlan EscreetView Answer on Stackoverflow
Solution 2 - EclipselschinView Answer on Stackoverflow
Solution 3 - EclipseAbhishek BediView Answer on Stackoverflow
Solution 4 - EclipseANIMESH GUPTAView Answer on Stackoverflow