This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 199545 - Show Editor Toolbar to hide multiview element switching tabs
Summary: Show Editor Toolbar to hide multiview element switching tabs
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 7.1
Hardware: Other Linux
: P3 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords: API_REVIEW_FAST
Depends on:
Blocks:
 
Reported: 2011-06-20 12:57 UTC by Jaroslav Tulach
Modified: 2011-07-19 13:58 UTC (History)
4 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Adds the action, hides all tabs (3.27 KB, patch)
2011-06-20 12:57 UTC, Jaroslav Tulach
Details | Diff
Menu and tabs when "showing editor toolbar" (20.71 KB, image/png)
2011-06-20 13:02 UTC, Jaroslav Tulach
Details
Menu when not "showing editor toolbar" (19.78 KB, image/png)
2011-06-20 13:02 UTC, Jaroslav Tulach
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jaroslav Tulach 2011-06-20 12:57:07 UTC
Created attachment 108990 [details]
Adds the action, hides all tabs

According to Tomáš, some people might complain when text editing area is not large enough due to tabs on top of source editors (introduced by adding History tab).

The simple logical solution I can think of is based on hiding whole toolbar + switching tabs when user unchecks "show editor toolbars". To make the switching more visible and accessible, it would be part of popup menu on the title of each multiview top component.
Comment 1 Jaroslav Tulach 2011-06-20 13:02:00 UTC
Created attachment 108991 [details]
Menu and tabs when "showing editor toolbar"
Comment 2 Jaroslav Tulach 2011-06-20 13:02:32 UTC
Created attachment 108992 [details]
Menu when not "showing editor toolbar"
Comment 3 Jaroslav Tulach 2011-06-20 13:03:30 UTC
If approved, I'll add a note to apichanges.xml about this new behavior.
Comment 4 Jaroslav Tulach 2011-06-28 07:21:51 UTC
Jano, can you comment on the change, please?
Comment 5 Jaroslav Tulach 2011-07-16 15:59:57 UTC
OK, I'll change the behavior next week.
Comment 6 Jaroslav Tulach 2011-07-18 08:50:08 UTC
ergonomics#f228e30716f2
Comment 7 Quality Engineering 2011-07-19 13:58:36 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/f228e30716f2
User: Jaroslav Tulach <jtulach@netbeans.org>
Log: #199545: Multiview toolbar is completely hidden to give editor as much space as possible. Popup menu action on component's tab allows easy switching between tabs