Bug 82361 - [Progress] [EditorMgmt] [ViewMgmt] Need API to change the title bar state of an editor
Summary: [Progress] [EditorMgmt] [ViewMgmt] Need API to change the title bar state of ...
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.1   Edit
Hardware: All All
: P4 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Platform UI Triaged CLA
QA Contact:
URL:
Whiteboard:
Keywords: api
Depends on:
Blocks:
 
Reported: 2005-01-06 22:50 EST by Pascal Rapicault CLA
Modified: 2019-09-06 16:17 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 Pascal Rapicault CLA 2005-01-06 22:50:30 EST
In order to reflect things happening in an editor that does not have the focus, it could be good to have 
the capability of changing some characteristics of the title bar (ie: put the title in bold, italic, change the 
color of the title bar, etc.)

The same API is needed for the views as well.

Note to nick: check if the IProgressService works the same way for editors and views (hint: you were 
pretty sure it was :-)
Comment 1 Tod Creasey CLA 2005-01-10 10:34:34 EST
We have API already to change the title tab (I assume that is what you mean) 
in the PartPane showBusy() and showHighlight(). You can implement these how 
you like.

What else do you need?
Comment 2 Pascal Rapicault CLA 2005-01-10 11:13:22 EST
PartPane is not API. It leaves in org.eclipse.ui.internal.
Comment 3 Nick Edgar CLA 2005-01-10 15:43:43 EST
The idea here is to open up the kind of bolding/italicizing of the titlebar that
the workbench currently does internally for jobs.  It should be possible for
views themselves to indicate "busy" and "done" states, in addition to "something
new to check out" (perhaps the same as "done"), whether or not it uses jobs.

The example is a new message arriving in an instant messaging view.
Comment 4 Nick Edgar CLA 2005-01-10 15:44:03 EST
The progress support would be changed to be layered on top of this public API.
Comment 5 Andre Weinand CLA 2005-03-25 06:42:18 EST
[since this API isn't Mac specific setting Hardware & OS to All]
Comment 6 Michael Valenta CLA 2006-11-22 16:37:23 EST
W.r.t tab italicizing, the IWorkbenchSiteProgressService works for views but does not work for editors. This is probably because the default implementation of PartPane#setBusy(boolean) does nothing. Only ViewPane has an implementation of this method that does anything.
Comment 7 Susan McCourt CLA 2009-07-09 19:06:38 EDT
As per http://wiki.eclipse.org/Platform_UI/Bug_Triage_Change_2009
Comment 8 Boris Bokowski CLA 2009-11-11 17:31:44 EST
Remy is now responsible for watching the [ViewMgmt] category.
Comment 9 Remy Suen CLA 2009-12-12 17:12:43 EST
(In reply to comment #6)
> W.r.t tab italicizing, the IWorkbenchSiteProgressService works for views but
> does not work for editors. This is probably because the default implementation
> of PartPane#setBusy(boolean) does nothing. Only ViewPane has an implementation
> of this method that does anything.

That would be bug 86221. Pascal, would you be fine with me marking this as a duplicate of that?
Comment 10 Eclipse Webmaster CLA 2019-09-06 16:17:15 EDT
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet.

If you have further information on the current state of the bug, please add it. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant.