Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] Want to change the defaultedl value of an option when a new configuration is created

Hi Jeff,

On configuration creation the EVENT_OPEN should be fired. I've noticed
the EVENT_OPEN call was missing in the new configuration creation logic.

I've just checked in a fix for this. Please update and check whether it
works as expected for you now.

Thanks,
Mikhail

>-----Original Message-----
>From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx]
On
>Behalf Of Jeff Johnston
>Sent: Tuesday, September 18, 2007 4:03 AM
>To: cdt-dev@xxxxxxxxxxx
>Subject: [cdt-dev] Want to change the defaultedl value of an option
when a
>new configuration is created
>
>Hi,
>
>   I want to change the initial value for a tool option when a new
>configuration is created for a Managed Make style project.
>
>   I tried using the IManagedOptionValueHandler interface for the
>option, but the methods do not get invoked when a new configuration is
>created via the "Manage Configurations" menu.  I was expecting an
>EVENT_SETDEFAULT event to have occurred when copying the default
>configuration and perhaps EVENT_APPLY when copying from an existing
>configuration, but there is no event so there is no way to override the
>value until it is too late.
>
>   Can anyone suggest a way to do what I want?
>
>-- Jeff J.
>_______________________________________________
>cdt-dev mailing list
>cdt-dev@xxxxxxxxxxx
>https://dev.eclipse.org/mailman/listinfo/cdt-dev
--------------------------------------------------------------------
Closed Joint Stock Company Intel A/O
Registered legal address: 125252, Moscow, Russian Federation, 
Chapayevsky Per, 14.

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