Community
Participate
Working Groups
Build ID: I20070323-1616 Steps To Reproduce: 1. Create Update Site project 2. Add some random feature to it 3. Change Operating Systems: property 4. Switch to site.xml tab. The "os" property has been added to the feature tag. 5. Switch back and change the Operating Systems: property again 6. Switch to site.xml. The site.xml isn't updated. 7. Save the site.xml. It doesn't contain the change. Expected results: The property changes should be reflected immediately in the site.xml tab and saved to the file. Actual results: The property changes wasn't available neither in site.xml tab or in the saved file. There is no problem if you don't switch to the site.xml tab.
Please mark this bug as dependent of the well-known bug 140520. Since the WorkspaceSiteModel isn't an IEditingModel, addTextEditOperation() is never called in this code in org.eclipse.pde.internal.ui.editor.context.InputContext: if (provider instanceof IEditingModel) { if (((IEditingModel) provider).isDirty()) addTextEditOperation(fEditOperations, e); }
yap, the site model is not a smart model :(
*** This bug has been marked as a duplicate of bug 140520 ***