Bug 205609 - IManagedOptionValueHandler has no way of denoting true apply event
Summary: IManagedOptionValueHandler has no way of denoting true apply event
Status: NEW
Alias: None
Product: CDT
Classification: Tools
Component: cdt-build (show other bugs)
Version: 4.0.1   Edit
Hardware: PC Linux
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: cdt-build-inbox@eclipse.org CLA
QA Contact: Jonah Graham CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-05 16:22 EDT by Jeff Johnston CLA
Modified: 2020-09-04 15:21 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jeff Johnston CLA 2007-10-05 16:22:10 EDT
Currently, if an IManagedOptionValueHandler is set up for a tool option, any modification to the option in the Build settings results in an EVENT_APPLY event.  These events occur while the user edits the option as well as when the user confirms the option via the Apply button.

A way is needed to distinguish when the option is actually confirmed via apply vs being edited by the end-user.  For example, if a dialog is required to warn the user about undesirable effects of their option choice.