Show More
@@ -642,7 +642,7 b' proc makewindow {} {' | |||||
642 | findtype Exact IgnCase Regexp] |
|
642 | findtype Exact IgnCase Regexp] | |
643 | set findloc "All fields" |
|
643 | set findloc "All fields" | |
644 | ttk::optionMenu .ctop.top.bar.findloc findloc "All fields" Headline \ |
|
644 | ttk::optionMenu .ctop.top.bar.findloc findloc "All fields" Headline \ | |
645 |
Comments Author |
|
645 | Comments Author Files Pickaxe | |
646 | pack .ctop.top.bar.findloc -side right |
|
646 | pack .ctop.top.bar.findloc -side right | |
647 | pack .ctop.top.bar.findtype -side right |
|
647 | pack .ctop.top.bar.findtype -side right | |
648 | # for making sure type==Exact whenever loc==Pickaxe |
|
648 | # for making sure type==Exact whenever loc==Pickaxe | |
@@ -1929,7 +1929,7 b' proc dofind {} {' | |||||
1929 | set oldsel $selectedline |
|
1929 | set oldsel $selectedline | |
1930 | } |
|
1930 | } | |
1931 | set didsel 0 |
|
1931 | set didsel 0 | |
1932 |
set fldtypes {Headline Author Date C |
|
1932 | set fldtypes {Headline Author Date CDate Comment} | |
1933 | for {set l 0} {$l < $numcommits} {incr l} { |
|
1933 | for {set l 0} {$l < $numcommits} {incr l} { | |
1934 | set id $lineid($l) |
|
1934 | set id $lineid($l) | |
1935 | set info $commitinfo($id) |
|
1935 | set info $commitinfo($id) | |
@@ -2476,7 +2476,6 b' proc selectline {l isnew} {' | |||||
2476 | $ctext insert end "Branch: [lindex $info 7]\n" |
|
2476 | $ctext insert end "Branch: [lindex $info 7]\n" | |
2477 | } |
|
2477 | } | |
2478 | $ctext insert end "Author: [lindex $info 1] [lindex $info 2]\n" |
|
2478 | $ctext insert end "Author: [lindex $info 1] [lindex $info 2]\n" | |
2479 | $ctext insert end "Committer: [lindex $info 3] [lindex $info 4]\n" |
|
|||
2480 | if {[info exists idbookmarks($id)]} { |
|
2479 | if {[info exists idbookmarks($id)]} { | |
2481 | $ctext insert end "Bookmarks:" |
|
2480 | $ctext insert end "Bookmarks:" | |
2482 | foreach bookmark $idbookmarks($id) { |
|
2481 | foreach bookmark $idbookmarks($id) { |
General Comments 0
You need to be logged in to leave comments.
Login now