History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: RSRP-46986
Type: Usability Problem Usability Problem
Status: Open Open
Priority: Major Major
Assignee: Ilya Ryzhenkov
Reporter: Dmitry Lomov
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
ReSharper

Alt+Shift+F7 (Find Usages Advanced) should preselect element on which it has been invoked in 'Search' list

Created: 08 Aug 07 11:16   Updated: 25 Apr 08 22:48
Component/s: Code View - Search
Fix Version/s: 4.0
Security Level: Everybody (All jira users)

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown


 Description  « Hide
class A
{
  public virtual int P {}
}
class B : A
{
  public override int P {}
}

When I invoke 'Find Usages Advanced' on B.P, A.P is preselected in 'Search' list. B.P should be.



 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.