| [news.eclipse.tools] Re: accessing eclipse status bar with progress |
Michael Berkovich wrote:
Get the progress monitor from the status line manager (see IStatusLineManager).The plugin i am developing (a table view) has a couple of actions that take some time to execute. I would like to show a user the progress of the action execution in the eclipse window status bar. How do i get this to work?
HTH Dani