[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
Re: [pde-dev] Detecting Project Creation
|
Hi,
This e-mail list is intended for discussion of PDE development. Please try the forums (www.eclipse.org/forums) or the Eclipse IRC chat.
http://www.eclipse.org/articles/Article-Resource-deltas/resource-deltas.html
This is an old but relevant Eclipse article on using resource listeners. You would be looking for a "post-change" event with a delta kind "added" on an project resource.
Curtis
Ricardo Jacas ---05/30/2013 02:59:37 PM---Hello, In Eclipse PDE, when looking for resource changes (using
From: Ricardo Jacas <ricardo.jacas@xxxxxxxxx>
To: pde-dev@xxxxxxxxxxx,
Date: 05/30/2013 02:59 PM
Subject: [pde-dev] Detecting Project Creation
Sent by: pde-dev-bounces@xxxxxxxxxxx
Hello,
In Eclipse PDE, when looking for resource changes (using IResourceChangeEvent), how do i find out exactly when a project is created? Do i have access to the project (as a IProject) in this context?
--
lets reign all together _______________________________________________
pde-dev mailing list
pde-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/pde-dev
