[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.tools] StatusLine while a builder is running
|
- From: joachim.bender@xxxxxxx (Joachim Bender)
- Date: Thu, 13 Feb 2003 13:54:21 +0000 (UTC)
- Newsgroups: eclipse.tools
- Organization: http://www.eclipse.org
- User-agent: NewsPortal 0.23
I have created a long running builder. It runs in the modes FULL_BUILD,
INCREMENTAL_BUILD and AUTO_BUILD. Running with FULL_BUILD or
INCREMENTAL_BUILD passes a ProgressMonitor(Dialog) object via the build()
method of the builder.
If the builder runs via AUTO_BUILD (after save). A NullProgressMonitor
object is passed. I tried now to use der ProgressIndicator that is
provided by the StatusLineManager of the current active editor.
Unfortunately, the status line is never actualized; I do not see the
indicator!
I want get the same status line which is provided by saving changed java
classes (auto build is switched on in the preferences).
Does anybody know how to manage this?
Kind regards ... Joachim