User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20020903
Hello,
I programmatically create new launch configurations for an external program.
When launching the program, which does some time consuming work, I want to show
progess in a progress bar.
The method ILaunchConfiguration#launch takes a parameter of type
IProgressMonitor to set the progress monitor.
I tried using a ProgressMonitorPart and
StatusLineManager().getProgressMonitor(), but no progress bar shows up.