Community
Participate
Working Groups
Even if you do not set a selection provider for your IWorkbenchPart implementation, we are still propagating selection events for that part within the given workbench window.
Created attachment 184351 [details] SelectionService patch v1 We should ignore selection events from parts that haven't registered a selection provider.
Created attachment 184352 [details] SelectionService patch v2 Actually, we should be preventing ISources.ACTIVE_CURRENT_SELECTION from changing also.
Created attachment 184376 [details] ESelectionService patch v1 The ESS should only send out notifications if the part actually posts selections.
Fix delivered to HEAD. Thank you very much for the bug report, Thomas!
Thanks Remy, works like a charm now