dotfiles

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

commit 1235711a6834b770bf29600f58493b318d56ec87
parent a2b53b9ae3361ab4702e02a02572d9fe48bca7fe
Author: Chris Bracken <chris@bracken.jp>
Date:   Mon,  9 Oct 2023 14:46:59 -0700

Delete .tkdiffrc

This was used pretty heavily in the old days of development within
Google, but there are far better options that can be used by setting the
P4DIFF environment variable.

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

diff --git a/.tkdiffrc b/.tkdiffrc @@ -1,116 +0,0 @@ -# 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 { - -} -