Closed GoogleCodeExporter closed 9 years ago
You can fetch skipped lines by using the corresponding links within the code.
But I
think I understand your problem, this is only useful when you need to view a
few more
lines above or below the skipped lines. If you want to see a larger context
than 100
lines around each change, clicking "expand below/above" multiple times -
especially on
huge files - isn't really satisfying...
Original comment by albrecht.andi
on 2 Jul 2009 at 6:38
Oh I see.
Yeah, my use-case was I wanted to expand everything, in order to then be able
to use the browser's "Find"
command to search for some code I knew exists and needs updating.
And then double-click that found line to place a comment pointing out it needs
to be updated as well.
Original comment by eroman@chromium.org
on 2 Jul 2009 at 7:13
I think it's fine to add some larger constants. The suppression of unchanged
blocks
was initially introduced because of the 1 MB response limit. This has long been
increased to 10 MB.
Also, it might make sense to change the "10 lines more" links to "N lines more"
where
N is the same as the context.
(BTW, I *always* click on the wrong link first. I don't know why, but somehow
my
brain thinks "above" means "below" and vice versa. Maybe it's related to the
fact
that "scrolling up" really moves the text *down* -- think about it...)
Original comment by gvanrossum@gmail.com
on 3 Jul 2009 at 3:31
Accepting this issue, the 100 lines context is outdated and I'll have a closer
look
how the expand links work (@Guido, I've the same "problem" with those links :)
Original comment by albrecht.andi
on 3 Jul 2009 at 4:15
Patch uploaded to codereview: http://codereview.appspot.com/91121
Original comment by albrecht.andi
on 15 Jul 2009 at 4:51
Committed r431 and live.
Original comment by albrecht.andi
on 31 Jul 2009 at 6:53
Original issue reported on code.google.com by
eroman@chromium.org
on 2 Jul 2009 at 6:25