Bug 39192 - File menu grows too wide
Summary: File menu grows too wide
Status: RESOLVED WONTFIX
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.1   Edit
Hardware: PC Windows XP
: P3 trivial (vote)
Target Milestone: ---   Edit
Assignee: Platform-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-06-20 18:26 EDT by Stefan Xenos CLA
Modified: 2003-06-24 12:16 EDT (History)
0 users

See Also:


Attachments
Picture of a huge file menu (891.26 KB, image/bmp)
2003-06-20 18:28 EDT, Stefan Xenos CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Stefan Xenos CLA 2003-06-20 18:26:59 EDT
The recent file history in the File menu causes the file menu to grow very wide.
This makes it hard to click on the New submenu since the mouse must move in a
perfectly straight line for a good portion of the screen or the New menu closes.

Some possible solutions: 
- Remove the path name from the filename (currently it appears in square brackets)
- Truncate the filename to 20 characters, and add "..." to the end if necessary.
- Or, if possible, allow the filename to occupy the space on the right of the
menu normally reserved for accelerator keys.
Comment 1 Stefan Xenos CLA 2003-06-20 18:28:54 EDT
Created attachment 5261 [details]
Picture of a huge file menu
Comment 2 Debbie Wilson CLA 2003-06-24 12:16:37 EDT
Currently we do truncate the filename if it gets beyond 36 to 40 characters.  
See ReopenEditorMenu.calcText(...).