| Summary: | Search results should indicate location (1GK283X) | ||
|---|---|---|---|
| Product: | [Eclipse Project] JDT | Reporter: | Jed Anderson <jed.anderson> |
| Component: | UI | Assignee: | Dani Megert <daniel_megert> |
| Status: | RESOLVED DUPLICATE | QA Contact: | |
| Severity: | normal | ||
| Priority: | P4 | ||
| Version: | 2.0 | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | Windows 2000 | ||
| Whiteboard: | |||
|
Description
Jed Anderson
moved to 'active' in the 2.0 stream there is sort by->path isn't this sufficient? Sorting improves the situation, but it still doesn't make it easy for me to determine which resource I want when many identically named ones are returned. If I can tell with a quick glance where the resources are stored, then I'm going to be able to navigate through the search view into my code much quicker. In the current setup, I have to click on each resource until I find the one I want. I have to agree with this observation. IMO even sorting doesn't really help. What I would like to see is a result view that uses a tree in the Java case (or at least a user option). The tree would show matches on a type granularity. Don't know if this is possible with the current API. Having different icons for binaries is a general JDT UI issue: 10464: Read-only and/or binary indicator for binary Java elements Feel free to add yourself to the cc-list. >Sorting improves the situation, but it still doesn't make it easy for me to >determine which resource I want when many identically named ones are returned. ... >the current setup, I have to click on each resource until I find the one I want. Why do you have to click on each resource if they are sorted by path and you see the path? I think the main point of this feature request is that it would be nice if we had a binary/source indicator on the search icons. Can I close this one then? The binary icon is covered by another PR |