# This file was generated by TkDiff 4.0 # Sun Mar 07 14:21:05 CET 2004 set prefsFileVersion {4.0} # Automatically center current diff region define autocenter {1} # Automatically select the nearest diff region while scrolling define autoselect {0} # Tag options for characters in line view define bytetag {-underline 1 -foreground red -background white} # Tag options for changed diff region define chgtag {-background lightskyblue -foreground black} # Color change bars to match the diff map define colorcbs {0} # Tag options for the current diff region define currtag {-background orange -foreground black} # Tag options for deleted diff region define deltag {-background red1 -foreground black} # diff command define diffcmd {diff} # Tag options for diff regions define difftag {-background gray -foreground black -font 6x13bold} # Program for editing files define editor {xterm -e vim} # Windows-style toolbar buttons define fancyButtons {1} # Text window size define geometry {80x30} # Ignore blanks when diffing define ignoreblanks {0} # Ignore blanks option define ignoreblanksopt {-b} # Tag options for inserted diff region define instag {-background green3 -foreground black} # Tag options for overlap diff region define overlaptag {-background yellow -foreground black} # Show change bars define showcbs {0} # Show current line comparison window define showlineview {1} # Show line numbers define showln {1} # Show graphical map of diffs define showmap {1} # Synchronize scrollbars define syncscroll {1} # Directory for scratch files define tmpdir {/tmp} # Tab stops define tabstops {8} # Highlight change bars define tagcbs {0} # Highlight line numbers define tagln {1} # Highlight file contents define tagtext {1} # Text widget options define textopt {-background white -foreground black -font 6x13 -wrap none} # Use icons instead of labels in the toolbar define toolbarIcons {1} # custom code # put any custom code you want to be executed in the # following block. This code will be automatically executed # after the GUI has been set up but before the diff is # performed. Use this code to customize the interface if # you so desire. # # Even though you can't (as of version 3.09) edit this # code via the preferences dialog, it will be automatically # saved and restored if you do a SAVE from that dialog. # Unless you really know what you are doing, it is probably # wise to leave this unmodified. define customCode { }