[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.tools] Re: customize status bar..
|
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.
>
>