| Summary: | [refs] Provide toggle buttons in the search result panel to show/hide matches. | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Michael Rennie <Michael_Rennie> |
| Component: | JS Tools | Assignee: | 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
fixed. 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 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. 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... |