Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Custom Field Editor

To answer my own question, you need to change the preference value every time the value changes during the edit. The built-in field editors fire off an event to the BuildUI to handle that but it ignores the custom field editors. So you have to do it yourself. Weird, but works.

 

Doug.

 

From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Schaefer, Doug
Sent: Tuesday, July 12, 2011 5:06 PM
To: cdt-dev@xxxxxxxxxxx
Subject: [cdt-dev] Custom Field Editor

 

Hey gang,

 

Who contributed the ICustomBuildEditor and friends, i.e. custom field editors for build options? Does it actually work? There are no tests for it and no implementations of this interface anywhere I can find. And I can’t see you actually store the option value on OK.

 

Thanks,

Doug.


Back to the top