Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 481034

Summary: [refs] Provide toggle buttons in the search result panel to show/hide matches.
Product: [ECD] Orion Reporter: Michael Rennie <Michael_Rennie>
Component: JS ToolsAssignee: libing wang <libingw>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: libingw, Silenio_Quarti, steve_northover
Version: 10.0   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

Description Michael Rennie CLA 2015-10-29 13:16:12 EDT
Currently in the references search we show all groups and all references all the time. This amount of information is not that useful, as devs really only want to see exact (or pretty close matches) and the groups they fall in (not all groups all the time)
Comment 1 libing wang CLA 2015-10-29 13:29:48 EDT
fixed.
Comment 2 Michael Rennie CLA 2015-10-29 14:09:01 EDT
Reopening. Only the part about not showing empty categories was fixed:

http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=9470e1e240ae3f179ff2ea0fffd07209b19d0c96
Comment 3 libing wang CLA 2015-10-30 08:26:16 EDT
When fixing bug 481066, Steve, Silenio and I talked about putting 4 toggle buttons to show/hide:
1. Perfect matches.
2. Possible matches.
3. Partial matches.
4. Matches that can't be judged by tooling.
By doing this we give users flexibility and easiness to combine the show/hide filtering.
For example, for me, I know that I trust 1 and 3 and only have to focus on 2. Then I would just focus on 2 and hide all the rest.
Comment 4 libing wang CLA 2015-11-04 07:01:40 EST
http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=385f622e2922480bf4ec29b9ab048c94063235d8
Pushed code for the toggle buttons but they are temporarily hidden. It is functioning but icons look bad on toggle buttons. Tweaking on css now...