Bug 15826 - [Editor Mgmt] Editor tab icons take up needed space
Summary: [Editor Mgmt] Editor tab icons take up needed space
Status: RESOLVED DUPLICATE of bug 25165
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.0   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Platform-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: investigate, usability
Depends on:
Blocks:
 
Reported: 2002-05-12 13:29 EDT by Kevin McGuire CLA
Modified: 2003-04-10 13:07 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kevin McGuire CLA 2002-05-12 13:29:39 EDT
(Post 2.0 thoughts)

When you have a lot of editors open, the tabs get shrunk down to the point 
where you generally cannot differentiate the tabs unless you wait for the hover 
help.  This is because only a a few characters of label text remain visible.

It would be interesting to investigate not showing the editor tab icons when 
reaching minimum tab sizing.  When space is at a premium, giving priority to 
the text would provide more unique information than showing the icons which 
convey very little information, especially in the common cases where they're 
all the same file type (eg. all java files). This would reclaim about 3 
characters based on the fonts etc. I am using.

This leaves the problem though of what to do with the error decorator which 
normally decorates the tab icon.
Comment 1 Nick Edgar CLA 2002-05-13 10:37:36 EDT
The icon is important for error decorations, and JDT relies on this behaviour 
to minimize the use of the task list.  It is particularly useful in the Java 
Browsing perspective.

I suspect that having distinguishing icons is more important for other products 
with many types of editors, e.g. WSAD.

However, the space lost to icons in the editor tabs is significant.
Should reconsider for v3.
Comment 2 Randy Giffen CLA 2002-08-12 09:44:12 EDT
Reopen for investigation
Comment 3 Andrew Irvine CLA 2003-04-10 13:07:47 EDT

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