Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Delete project contents on disk (cannot be undone).
Delete project contents on disk (cannot be undone). [message #669371] Tue, 10 May 2011 06:22
Hoa Vu is currently offline Hoa VuFriend
Messages: 1
Registered: September 2010
Junior Member
Hello there,

When users delete a project, How can I obtain the users checked into "Delete project contents on disk (cannot be undone)".

I uses the following code to register event but I cannot obtain the users choice "Delete project contents on disk" or not.

ResourcesPlugin.getWorkspace().addResourceChangeListener(
this,
IResourceChangeEvent.POST_CHANGE
| IResourceChangeEvent.PRE_DELETE);
Previous Topic:JVM Terminated Exit code=13
Next Topic:Command: hook in before OpenWorkspaceAction is called
Goto Forum:
  


Current Time: Thu Sep 19 21:01:05 GMT 2024

Powered by FUDForum. Page generated in 0.03263 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top