Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[pdt-dev] track changes made before activation of plugin

Hi,

I have an eclipse plugin. My plugin needs to keep track of the files changed/created from the plugin or files/classes created from eclipse. I have added the Resource change Listener in the Activator of the plugin.
 But this will track the changes only after the plugin is activated. In the mean while if any changes were made from other eclipse menus, i am not able to track them. Is there any 
  way to handle the changes that happen before the activation of my plugin?

--
Regards,
Krishnaveni S

Back to the top