| Summary: | SetPropertyValueOperation should be content-relevant per default and a setter, setContentRelevant(boolean), should be provided. | ||
|---|---|---|---|
| Product: | [Tools] GEF | Reporter: | Matthias Wienand <matthias.wienand> |
| Component: | GEF MVC | Assignee: | gef-inbox <gef-inbox> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | 1.1.0 | ||
| Target Milestone: | 5.0.0 (Oxygen) M6 | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
Matthias Wienand
I changed the default content-relevancy of SetPropertyValueOperation to true and added a field and a setter method so that the content-relevancy can be changed after the operation was created. Hence, the UndoablePropertySheetEntry can still be used to construct the operation, and it can be subclassed to mark some operations content-irrelevant. The code is published on the master branch, therefore, I resolve this ticket as fixed for 5.0.0 M6. |