Bug 19145 - [Wizards] Make wizards resizable and keep bounds
Summary: [Wizards] Make wizards resizable and keep bounds
Status: RESOLVED WONTFIX
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P4 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Platform-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: investigate
: 51795 (view as bug list)
Depends on:
Blocks:
 
Reported: 2002-06-04 13:37 EDT by Randy Hudson CLA
Modified: 2006-06-22 08:34 EDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Randy Hudson CLA 2002-06-04 13:37:21 EDT
Both the Checkbox Tree and the Checkbox List have horizontal scrollbars because 
mose package names and type names don't fit in the default size.

It would be nice to be able to size this dialog bigger, and have it have a 
wider default size (I assume it is sized for 640x480? but is could be wider).
Comment 1 Erich Gamma CLA 2002-06-04 15:26:17 EDT
The JAR exporter is a contribution to the export wizard. Platform UI defines 
its size behaviour - moving to Platform UI
Comment 2 Nick Edgar CLA 2002-06-05 12:27:24 EDT
Should make the wizards resizable, and have them remember their last position.
Could also increase the default width.
Comment 3 Randy Hudson CLA 2002-06-19 11:45:26 EDT
I hope this gets done for F4.  In the very least couldn't you change the style 
bit which is used to create the SWT Dialog?
Comment 4 Nick Edgar CLA 2002-06-19 11:51:11 EDT
This is a nontrivial change which we'll have to defer to post 2.0.
Only critical fixes are going in at this stage.

Simply setting the style bits to allow wizards and dialogs to be resizable can 
expose problems in their layout code since they were not designed to be 
resizable.  We've seen several instances of such problems in the preference 
pages.

Comment 5 Randy Giffen CLA 2002-08-12 10:45:58 EDT
Reopened for investigation
Comment 6 Dani Megert CLA 2002-10-07 04:29:54 EDT
Tod,

I see that the width has been increased for Platform-UI based export wizards. I
now did the same for JAR Exporter but this does not solve
>Nick:
>Should make the wizards resizable, and have them remember their last position.
>Could also increase the default width.
Moving back to Platform-UI
Comment 7 Dani Megert CLA 2002-10-07 04:40:04 EDT
Changed bug summary from
JAR export dialog is not resizable, too narrow [jar creation]
to current.
Comment 8 Tod Creasey CLA 2004-02-12 10:25:07 EST
*** Bug 51795 has been marked as a duplicate of this bug. ***
Comment 9 Tod Creasey CLA 2006-06-22 08:34:22 EDT
There are currently no plans to work on this feature