Bug 181649 - [Markers] Problems view ignores selection from editor
Summary: [Markers] Problems view ignores selection from editor
Status: RESOLVED WONTFIX
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.3   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Tod Creasey CLA
QA Contact:
URL:
Whiteboard:
Keywords: helpwanted
Depends on:
Blocks:
 
Reported: 2007-04-09 15:22 EDT by Nick Edgar CLA
Modified: 2007-06-22 11:37 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nick Edgar CLA 2007-04-09 15:22:34 EDT
3.3 M5

While looking into bug 181647, I noticed that the code in MarkerView.focusSelectionChanged ignores the passed selection if the part is an editor, and just tries to adapt the editor's input.
It should instead try to process the editor's selection, then fall back to its input if the selection is unavailable or is empty.
Comment 1 Tod Creasey CLA 2007-06-22 11:37:38 EDT
We don't filter on editor selection so I am not sure why you think we need this