-
Notifications
You must be signed in to change notification settings - Fork 0
/
.tkdiffrc
118 lines (80 loc) · 2.78 KB
/
.tkdiffrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
# This file was generated by TkDiff 4.2
set prefsFileVersion {4.2}
# 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 {-background blue -foreground white}
# Tag options for changed diff region
define chgtag {-background LightSteelBlue -foreground black}
# Color change bars to match the diff map
define colorcbs {0}
# Tag options for the current diff region
define currtag {-background Khaki -foreground black}
# Tag options for deleted diff region
define deltag {-background Tomato -font {Courier -12 bold} -foreground black}
# diff command
define diffcmd {diff}
# Tag options for diff regions
define difftag {-background gray -foreground black}
# Program for editing files
define editor {}
# Windows-style toolbar buttons
define fancyButtons {0}
# Choice of file suffixes for file dialogs
define filetypes {{{All Files} *} {{Text Files} .txt} {{TclFiles} .tcl}}
# Text window size
define geometry {80x30}
# Ignore blanks when diffing
define ignoreblanks {1}
# Ignore blanks option
define ignoreblanksopt {-b}
# Tag options for diff region inline differences
define inlinetag {-background DodgerBlue -font {Courier -12 bold}}
# Tag options for inserted diff region
define instag {-background PaleGreen -font {Courier -12 bold} -foreground black}
# Tag options for overlap diff region
define overlaptag {-background yellow -foreground black}
# Show change bars
define showcbs {1}
# Show inline diffs (byte comparisons)
define showinline1 {0}
# Show inline diffs (recursive matching algorithm)
define showinline2 {1}
# 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}
# Tab stops
define tabstops {4}
# Highlight change bars
define tagcbs {0}
# Highlight line numbers
define tagln {1}
# Highlight file contents
define tagtext {1}
# Text widget options
define textopt {-background black -foreground white -font {Courier -12} -wrap none}
# Directory for scratch files
define tmpdir {/tmp}
# Use icons instead of labels in the toolbar
define toolbarIcons {0}
# 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 {
}