Skip to main content



      Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Plugin-driven status line
Plugin-driven status line [message #460032] Mon, 11 December 2006 22:44 Go to next message
Eclipse UserFriend
I'm looking to add simple Label to the status line, such that it is always
present if the Plugin is installed. In particular, it should not be bound to
any editor or view.

In this case, the Label should display the state of our continuous build
processes. The state should be displayed regardless of the editor or view that
is active. I can configure the data sources via a PreferencePage.

I've got something like this working for a View, put I would like it to be
displayed even when the View is not active.

If a "full-time" Status display "violates the principles" of Eclipse, it might
be reasonable to associate the continuous build Status display with a project
nature, and add this nature to various projects. That would allow different
projects to have different sources for their build status. Still, it means
figuring out a way for a nature to add to the status line.

Any advice or recommendations are greatly appreciated.
Re: Plugin-driven status line [message #460053 is a reply to message #460032] Tue, 12 December 2006 12:51 Go to previous message
Eclipse UserFriend
In 3.2 you can add a trim widget (with your label) beside the status
line. Then it will always be there and you can update it whenever you want.

See org.eclipse.ui.menus in 3.2

Later,
PW
Previous Topic:Content not displayed with Common Navigator
Next Topic:Interaction of Views and Actions - triggering actions from views & accessing views from actions
Goto Forum:
  


Current Time: Tue Apr 15 06:07:55 EDT 2025

Powered by FUDForum. Page generated in 0.03334 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top