When I’m editing a large file, I often want to have it open in two editing windows at once (eg. for reference, or because I’m working on two different parts of the file at once).
Is there any way to do this with Eclipse?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Open your file and then
Window->New Editor(Note: in newer versions it will be calledNew Window)Then, click on its tab and drag it somewhere else to have two editors of the same file
Update: as mentioned by moschlar, From version 4.4, two editors can be created with
Window->Editor->Clone.