Hi, Cedric,
I remember it was due to the history of Eclipse. Eclipse introduced
IStartup
at some point. I do think you can get rid of the instantiation in
earlyStartup,
which is what I did in the Eclipse Screen Recorder plugin.
Thanks,
Hongbing
(Cedric) Qin ZHANG wrote:
Not intending to consume too much of your time, but if you know the
answer or can point me the direction (apart from eclipse api), please
let me know:
package org.hackystat.sensor.eclipse;
public class EclipseSensorPlugin extends AbstractUIPlugin implements
IStartup
Does anybody have any idea why the EclipseSensorPlugin is instantiated
twice by Eclipse?
Thanks.
Cedric