Bug 8871 - [EditorMgmt] Multiple view on one file
Summary: [EditorMgmt] Multiple view on one file
Status: RESOLVED WORKSFORME
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P3 enhancement with 1 vote (vote)
Target Milestone: ---   Edit
Assignee: Kim Horne CLA
QA Contact:
URL:
Whiteboard:
Keywords: investigate
Depends on:
Blocks:
 
Reported: 2002-01-31 15:00 EST by chily CLA
Modified: 2007-02-02 12:44 EST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description chily CLA 2002-01-31 15:00:52 EST
Would be great if you could open the same file in more than one window (and 
tile these windows).
Sometimes you need to compare/edit different parts of the same file at the same 
time.
Especially viewing different methods of the same class in different windows.
Maybe opening through context menu "open in new window" when clicking on a 
method in the tree.
This is especially interesting in combination with the mode "Show source of 
selected item only".
Comment 1 Kevin Haaland CLA 2002-05-01 15:43:43 EDT
Would you be interesting in implementing this feature and working though the 
usability issues?

There is partial support for this already

   - It is possible to open multiple windows and have the same file opened. It 
is up to the editor implementation to decide if there is a single shared model 
underneath. 

   - The multi-page editor support has been extened to support tiling editors

We will not be able to consider this request until after 2.0
   
Comment 2 Jon Vandegriff CLA 2002-07-25 16:15:00 EDT
Just putting in my 2 cents  - there are several people in my
organization who have been hoping this fearue will show up.
Comment 3 Randy Giffen CLA 2002-08-09 12:06:32 EDT
Reopen to investigate
Comment 4 Tony Weddle CLA 2002-11-12 02:55:48 EST
This is a feature I'd love to see also. It was the kind of feature I used quite
a lot in VisualAge for Java (VAJ)and miss in WSAD/Eclipse. With VAJ, you could
have completely separate browsers for different packages, classes and methods,
all open at once. In addition, each browser could be cloned to give a fresh view
on a single element, and saved changes would be reflected in other browsers.
Eclipse JDT does allow another workbench window to be opened but it is a rather
tedious process to work your way to the class or method in question, especially
if it is just for a short time or if you want many independent views.
Comment 5 Jim Kingdon CLA 2003-03-08 11:39:59 EST
This is related to <a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=8009"
>bug 8009</a>, Split File Editor.  The functionality would be 
more or less the same even if the details of how one did it
might be different.
Comment 6 Ed Burnette CLA 2005-12-13 10:26:12 EST
This one is already fixed isn't it? With the "New editor" functionality I can open the same or different types of editors on the same file and it works fine, at least in 3.2M3.
Comment 7 Michael Van Meekeren CLA 2006-04-21 13:58:31 EDT
Moving Dougs bugs
Comment 8 Kim Horne CLA 2007-02-02 12:44:01 EST
This has been implemented.