Re: [PATCH] gitk: Synchronize highlighting in file view when scrolling diff

2012-09-19 Thread Marc Branchaud
On 12-09-18 07:46 PM, Paul Mackerras wrote: > On Tue, Sep 18, 2012 at 07:57:54AM +0200, Stefan Haller wrote: >> Whenever the diff pane scrolls, highlight the corresponding file in the >> file list on the right. For a large commit with many files and long >> per-file diffs, this makes it easier to k

Re: [PATCH] gitk: Synchronize highlighting in file view when scrolling diff

2012-09-18 Thread Paul Mackerras
On Tue, Sep 18, 2012 at 07:57:54AM +0200, Stefan Haller wrote: > Whenever the diff pane scrolls, highlight the corresponding file in the > file list on the right. For a large commit with many files and long > per-file diffs, this makes it easier to keep track of what you're looking > at. I like th

Re: [PATCH] gitk: Synchronize highlighting in file view when scrolling diff

2012-09-18 Thread Peter Oberndorfer
On 2012-09-18 07:57, Stefan Haller wrote: Whenever the diff pane scrolls, highlight the corresponding file in the file list on the right. For a large commit with many files and long per-file diffs, this makes it easier to keep track of what you're looking at. Hi, i like this function! I have of

[PATCH] gitk: Synchronize highlighting in file view when scrolling diff

2012-09-17 Thread Stefan Haller
Whenever the diff pane scrolls, highlight the corresponding file in the file list on the right. For a large commit with many files and long per-file diffs, this makes it easier to keep track of what you're looking at. This allows simplifying the prevfile and nextfile functions, because all they ha