[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.platform.rcp] Who is called during deletion of IProject?
|
Hi all!
My focus is to add features to eclipse deletion process in order to delete additional files external to project content structure.
I don't know exactly what extension is called. In a first istance seemed to be DeleteParticipant extension point but trying with simple java project (not my plugin project) I saw that the initialize() method of that class which extends RenameParticipant is never called...
But it is called if I try to delete a IFile such as a java class or a class of my plugin project.
But what I want is to have the process of project deletion, not file deletion....
Can you give me any ideas?
It is very difficult extending this eclipse section...
Thanks