Bug 78253

Summary: May SWT support MDI for the Windows Platform in lately version?
Product: [Eclipse Project] Platform Reporter: laiqiguang <laiqiguang>
Component: SWTAssignee: Steve Northover <steve_northover>
Status: RESOLVED DUPLICATE QA Contact:
Severity: normal    
Priority: P3    
Version: 3.1   
Target Milestone: ---   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

Description laiqiguang CLA 2004-11-09 22:07:38 EST
I think MDI(Muti-Document Interface) is the most popular windows style for many 
applications, such as Microsoft Office, SAP R/3,Adobe PhotoShop etc. It was 
really awful when I found out the truth(the class 
org.eclipse.swt.widgets.Decorations shows the cloven foot). It might be 
difficult to do well for the reason of operating system independent. So can we 
fix the defect on Windows first? We may write a new class names “Sheet” acting 
as sub window of a shell. It will be a good news to many developers If the 
problem can be solved.
Comment 1 Steve Northover CLA 2004-11-10 17:19:43 EST
I'm really, really sorry about this but MDI is a ton of work and Eclipse and 
SWT just don't have the manpower or the mandate to do this work right now.  
You could use JFace and the "MDI-like" code that Eclipse uses to handle 
multiple internal windows.

*** This bug has been marked as a duplicate of 29891 ***