Whoa, we definitely don't want to instantiate the sensor twice!
Cedric, can you take care of this, please (if you haven't already).
Cheers,
Philip
--On Thursday, November 09, 2006 10:48 AM -1000 Hongbing Kou <[EMAIL
PROTECTED]> wrote:
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