Thread (10 messages) flat view 10 messages, 2 authors, 2016-06-15

Re: [PATCH] gitk: let you easily specify lines of context in diff view

From: Paul Mackerras <hidden>
Date: 2016-06-15 22:43:24

Steffen Prohaska writes:
More lines of context sometimes help to better understand a diff.
This patch introduces a text field above the box displaying the
blobdiffs. You can type in the number of lines of context that
you wish to view.
Nice idea!  I suggest you use a spinbox instead of an entry though,
since that has up and down buttons, and allows you to restrict the
value to an integer.
   * I don't know how to update the view after entering a new value. 
You can put a trace on the associated variable and specify a function
to be called when the variable's value changes.  Grep for "trace add
variable" in gitk to see how it's done.

Paul.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help