[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.tools] Re: customize status bar..
|
- From: nmg_here@xxxxxxxxx (nmg)
- Date: Thu, 3 Apr 2003 12:58:30 +0000 (UTC)
- Newsgroups: eclipse.tools
- Organization: http://www.eclipse.org
- User-agent: NewsPortal 0.23
could not find any example at
org.eclipse.ui.texteditor.StatusLineContributionItem, can you check that
once more? Moreover, i already have an access to statuslinemanager and i
can even setmessages in the status bar... what I am looking is to have
some divisions in the bar as seen normally in other standard applications.
I tried with contributionitem stuff but didnot get any positive results.
please help!
Simon Arsenault wrote:
> From a view or editor, get access to the IActionBar. There, you have access
> to the status line manager. You can add contribution items to it.
> Look at org.eclipse.ui.texteditor.StatusLineContributionItem for an example
> of a contribution item used by the text editor.
> Simon :-)
> "nmg" <nmg_here@xxxxxxxxx> wrote in message
> news:b6c1p7$gi1$1@xxxxxxxxxxxxxxxx
> > Hello everybody,
> > how can I split the status bar to show some additional info?...just like
> > the status bars found on internet exlorer/eclipse IDE etc.
> >
> > thanks in advance.
> >
> >