Skip to main content

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

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


Back to the top