Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Reacting to project option changes

Hi, Volodya,

You can attach an ICProjectDescriptionListener to the CoreModel, to be notified whenever a project's description changes.  All of the managed build settings are stored in the project description.

HTH,

Christian

On Mon, 2009-07-06 at 16:28 +0400, Vladimir Prus wrote:
Suppose I have IProject that corresponds to CDT managed build
project, and I want to be notified whenever any option in
any configuration of that project is changed? Is there a
"canonical" way to do this?

I imagine that value handler can be used to notice a change in
a specific custom option, but that does not seem like a generally
applicable method.

Thanks,
Volodya
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev



Christian W. Damus
Software Developer, IDE Team
QNX Software Systems

Back to the top