Project
ReSharper
Priority
Critical
Type
Bug
Fix versions
Mirabile Futurum
State
Open
Assignee
Kirill Skrygan
Subsystem
Navigation
Affected versions
No Affected versions
Fixed in build
No Fixed in build
  • Created by   Jean-Paul S. Boodhoo
    2 years ago (20 Mar 2009 21:17)
  • Updated by   Ilya Ryzhenkov
    9 months ago (13 Apr 2011 03:35)
  • Jira: RSRP-99708
    (history, comments)
 
RSRP-99708 Goto Last Edit Location not functioning properly
0
Issue is visible to: All Users
  The issue is visible to the selected user group only
I have attached a screencast that demonstrates the issue, along with a C# code file you can use to reproduce the bug (following the screencast).

Thanks for making an amazing product.
Comments (1)
 
History
 
Linked Issues (?)
 
TeamCity Changes (0)
 
Ilya Ryzhenkov
  Ilya Ryzhenkov
28 Mar 2010 16:25
22 months ago
The problem here is that distance is too small. We merge edits in "nearby" ranges, so that you don't have hundreds of edits that happen in the same statement. If you make threshold too small, you will get too many positions in the history, if you get it too large, you will get something like you experience.