Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
AW: [cdt-dev] Listener for "CDT Managed Build Project"projectproperties

Title: Listener for "CDT Managed Build Project" project properties
Hi Oleg,
thanks for the answer.
 
I found a way to be notified of changes:

CoreModel.getDefault().addCProjectDescriptionListener(...)


Von: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] Im Auftrag von Krasilnikov, Oleg
Gesendet: Donnerstag, 27. März 2008 17:18
An: CDT General developers list.
Betreff: RE: [cdt-dev] Listener for "CDT Managed Build Project"projectproperties

Hi Marko.
 
There is no such notification yet, AFAIR.
Currently, only "IPropertyChangeListener" instances are notified after properties change,
but they are all UI views.
 
Required changes are too large to implement them before API freeze (Mar 31, 2008)
 
May be it is possible to perform your actions in pre-build step ?
-----------------------------------
With best regards, Oleg Krasilnikov
 
 


From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Tomljenovic Marko (G2/PJ-PMT2)
Sent: Thursday, March 27, 2008 12:19 PM
To: CDT General developers list.
Subject: [cdt-dev] Listener for "CDT Managed Build Project" projectproperties

Hello guys,

Is there a way to get notified if somebody changes the "C/C++ Build" project properties?

I need this because I am automatically creating MakeTargets representing the build types "Build on resource save(Auto build)", "Build (Incremental)" and "Clean".

The MakeTargetManager notifies listeners if any make target has changed so I can then change the project properties. But I need something similar for the project properties.

Greetings Marko

--------------------------------------------------------------------
Closed Joint Stock Company Intel A/O
Registered legal address: Krylatsky Hills Business Park, 
17 Krylatskaya Str., Bldg 4, Moscow 121614, 
Russian Federation

This e-mail and any attachments may contain confidential material for
the sole use of the intended recipient(s). Any review or distribution
by others is strictly prohibited. If you are not the intended
recipient, please contact the sender and delete all copies.

Back to the top