[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
[cdt-dev] Reacting to project option changes
|
- From: Vladimir Prus <vladimir@xxxxxxxxxxxxxxxx>
- Date: Mon, 6 Jul 2009 16:28:19 +0400
- Delivered-to: cdt-dev@eclipse.org
- Organization: CodeSourcery
- User-agent: KMail/1.11.90 (Linux/2.6.24-24-generic; KDE/4.2.90; i686; svn-979530; 2009-06-10)
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