dotfiles

Personal dotfiles
git clone https://git.bracken.jp/dotfiles.git
Log | Files | Refs | LICENSE

commit d6b40d03d0f1ee26363315aeaa4473ef5f64a166
parent b4f998b06367875aa92b7cd7bc405ce6b9c40ead
Author: Chris Bracken <cbracken@google.com>
Date:   Thu,  6 Sep 2012 09:48:34 -0700

Added .tkdiffrc

Diffstat:
A.tkdiffrc | 116+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 116 insertions(+), 0 deletions(-)

diff --git a/.tkdiffrc b/.tkdiffrc @@ -0,0 +1,116 @@ +# This file was generated by TkDiff 3.09G +# Wed Aug 29 13:50:23 PDT 2012 + +set prefsFileVersion {3.09G} + +# diff command +define defaultdiffcmd {diff} + +# Text widget options +define textopt {-background white -foreground black -font Monospace\ 9} + +# Tag options for diff regions +define difftag {-background gray -foreground black -font Monospace\ 9} + +# Tag options for the current diff region +define currtag {-background blue -foreground white} + +# Tag options for deleted diff region +define deltag {-background red1 -foreground black} + +# Tag options for inserted diff region +define instag {-background green3 -foreground black} + +# Tag options for characters in line view +define bytetag {-underline 1 -foreground white -background black} + +# Tag options for overlap diff region +define overlaptag {-background yellow -foreground black} + +# Tab stops +define tabstops {8} + +# Tag options for deleted intra-diff region +define wdtag {-background cyan -foreground black} + +# Tag options for inserted intra-diff region +define watag {-background cyan -foreground black} + +# Tag options for changed diff region +define chgtag {-background DodgerBlue1 -foreground black} + +# Show graphical map of diffs +define showmap {1} + +# Show line numbers +define showln {1} + +# Show change bars +define showcbs {1} + +# Show current line comparison window +define showlineview {1} + +# Use full diff in line comparison window +define fulllineview {1} + +# Show embedded diffs for selected region +define showintradiff {1} + +# Automatically center current diff region +define autocenter {1} + +# Synchronize scrollbars +define syncscroll {1} + +# Fancy toolbar buttons +define fancyButtons {0} + +# Text window size +define geometry {80x30} + +# Line comparison height +define botheight {4} + +# Program for editing files +define editor {} + +# Color change bars to match the diff map +define colorcbs {0} + +# Automaticallly select the nearest diff region while scrolling +define autoselect {0} + +# Highlight line numbers +define tagln {0} + +# Highlight change bars +define tagcbs {0} + +# Highlight file contents +define tagtext {1} + +# Use icons instead of labels in the toolbar +define toolbarIcons {1} + +# Directory for scratch files +define tmpdir "/tmp" + +# 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 { + +} +