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
_______________________________________________ pdt-dev mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/pdt-dev
