Community
Participate
Working Groups
When reviewing and committing code within the synchronize view, clicking on a file in once change set will cause it to be moved to the currently active change set. This becomes a problem when the user intends to commit a file that is not part of the currently active task since the change set message will be wrong.
Can we filter the synchronize view from participating in tracking of selection events? In a way the view displays multiple contexts that the user might want to review but not change while doing so. The synchronize view still allows explicit moving of files between change sets so we would not loose any functionality.
This should be doable since every selection comes with the id of a workbench part.
This is a real problem for me so upping priority.
Simple and high value.
Created attachment 127402 [details] patch
Created attachment 127403 [details] patch
Created attachment 127404 [details] mylyn/context/zip
I have committed the patch. Mik, please review the changes.
Awesomeness!