kdiff3 as a default diff tool under linux

* kdiff3 config updated to a newer version
* fresh system configuration files now know about kdiff3
This commit is contained in:
Cyryl Plotnicki-Chudyk 2015-03-11 21:37:36 +01:00
parent 96bd522b1d
commit 8148a0b0ec
3 changed files with 102 additions and 94 deletions

View file

@ -17,7 +17,7 @@
[diff]
tool = vimdiff
tool = kdiff3
[difftool]
prompt = false
[merge]

130
.kdiff3rc
View file

@ -1,56 +1,56 @@
AutoAdvance=0
[KDiff3 Options]
AutoAdvance=false
AutoAdvanceDelay=500
AutoCopySelection=0
AutoDetectUnicodeA=1
AutoDetectUnicodeB=1
AutoDetectUnicodeC=1
AutoIndentation=1
AutoMergeRegExp=.*\\$(Version\|Header\|Date\|Author).*\\$.*
AutoSaveAndQuitOnMergeWithoutConflicts=0
AutoSelectOutEncoding=1
AutoCopySelection=false
AutoDetectUnicodeA=true
AutoDetectUnicodeB=true
AutoDetectUnicodeC=true
AutoIndentation=true
AutoMergeRegExp=.*\\\\$(Version|Header|Date|Author).*\\\\$.*
AutoSaveAndQuitOnMergeWithoutConflicts=false
AutoSelectOutEncoding=true
BgColor=255,255,255
BinaryComparison=0
CaseSensitiveFilenameComparison=0
BinaryComparison=false
CaseSensitiveFilenameComparison=true
ColorA=0,0,200
ColorB=0,150,0
ColorC=150,0,150
ColorForConflict=255,0,0
CopyNewer=0
CreateBakFiles=0
CopyNewer=false
CreateBakFiles=false
CurrentRangeBgColor=220,220,100
CurrentRangeDiffBgColor=255,255,150
Diff3AlignBC=1
Diff3AlignBC=true
DiffBgColor=224,224,224
DirAntiPattern=CVS;.deps;.svn;.hg;.git
EncodingForA=System
EncodingForB=System
EncodingForC=System
EncodingForOutput=System
EncodingForPP=System
EscapeKeyQuits=0
EncodingForA=UTF-8
EncodingForB=UTF-8
EncodingForC=UTF-8
EncodingForOutput=UTF-8
EncodingForPP=UTF-8
EscapeKeyQuits=false
FgColor=0,0,0
FileAntiPattern=*.orig;*.o;*.obj;*.rej;*.bak
FilePattern=*
FindHidden=1
FollowDirLinks=0
FollowFileLinks=0
Font=Courier New,10,normal
FullAnalysis=1
FindHidden=true
FollowDirLinks=false
FollowFileLinks=false
Font=Monospace,9,-1,5,50,0,0,0,0,0
FullAnalysis=true
Geometry=600,400
HistoryEntryStartRegExp=\\s*\\\\main\\\\(\\S+)\\s+([0-9]+) (Jan\|Feb\|Mar\|Apr\|May\|Jun\|Jul\|Aug\|Sep\|Oct\|Nov\|Dec) ([0-9][0-9][0-9][0-9]) ([0-9][0-9]:[0-9][0-9]:[0-9][0-9])\\s+(.*)
HistoryEntryStartSortKeyOrder=4,3,2,5,1,6
HistoryMergeSorting=0
HistoryStartRegExp=.*\\$Log.*\\$.*
HorizDiffWindowSplitting=1
HistoryEntryStartRegExp=\\\\s*\\\\\\\\main\\\\\\\\(\\\\S+)\\\\s+([0-9]+) (Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec) ([0-9][0-9][0-9][0-9]) ([0-9][0-9]:[0-9][0-9]:[0-9][0-9])\\\\s+(.*)
HistoryEntryStartSortKeyOrder=4\\,3\\,2\\,5\\,1\\,6
HistoryMergeSorting=false
HistoryStartRegExp=.*\\\\$Log.*\\\\$.*
HorizDiffWindowSplitting=true
IgnorableCmdLineOptions=-u;-query;-html;-abort
IgnoreCase=0
IgnoreComments=0
IgnoreNumbers=0
IrrelevantMergeCmd=
ItalicForDeltas=0
Language=Auto
IgnoreCase=false
IgnoreComments=false
IgnoreNumbers=false
IrrelevantMergeCmd=\\0
ItalicForDeltas=false
LineEndStyle=2
LineMatchingPreProcessorCmd=
LineMatchingPreProcessorCmd=\\0
ManualAlignmentRangeColor=255,208,128
MaxNofHistoryEntries=-1
MidAgeFileColor=192,192,0
@ -58,36 +58,42 @@ MissingFileColor=0,0,0
NewestFileColor=0,208,0
OldestFileColor=240,0,0
Position=0,22
PreProcessorCmd=
PreProcessorCmd=\\0
RecentAFiles=
RecentBFiles=
RecentCFiles=
RecentEncodings=
RecentOutputFiles=
RecursiveDirs=1
ReplaceTabs=1
RightToLeftLanguage=0
RunHistoryAutoMergeOnMergeStart=0
RunRegExpAutoMergeOnMergeStart=0
SameEncoding=1
Show Statusbar=1
Show Toolbar=1
ShowIdenticalFiles=0
ShowInfoDialogs=1
ShowLineNumbers=0
ShowWhiteSpace=1
ShowWhiteSpaceCharacters=1
SkipDirStatus=0
SyncMode=0
RecursiveDirs=true
ReplaceTabs=true
RightToLeftLanguage=false
RunHistoryAutoMergeOnMergeStart=false
RunRegExpAutoMergeOnMergeStart=false
SameEncoding=true
Show Statusbar=true
Show Toolbar=true
ShowIdenticalFiles=true
ShowInfoDialogs=true
ShowLineNumbers=false
ShowWhiteSpace=true
ShowWhiteSpaceCharacters=true
SkipDirStatus=true
SyncMode=false
TabSize=4
TrustDate=0
TrustDateFallbackToBinary=0
TrustSize=0
TryHard=1
UnfoldSubdirs=1
UseCvsIgnore=0
TrustDate=false
TrustDateFallbackToBinary=false
TrustSize=false
TryHard=true
UnfoldSubdirs=true
UseCvsIgnore=false
WhiteSpace2FileMergeDefault=0
WhiteSpace3FileMergeDefault=0
WhiteSpaceEqual=1
WindowStateMaximised=1
WordWrap=0
WhiteSpaceEqual=true
WindowStateMaximised=true
WordWrap=false
[MainWindow]
Height 768=769
State=AAAA/wAAAAD9AAAAAAAABVYAAAJaAAAABAAAAAQAAAAIAAAACPwAAAABAAAAAgAAAAEAAAAWAG0AYQBpAG4AVABvAG8AbABCAGEAcgEAAAAA/////wAAAAAAAAAA
ToolBarsMovable=Disabled
Width 1366=1367

View file

@ -21,6 +21,8 @@ ln -vfs "$DIR/.zshrc" ~/.
ln -vfs "$DIR/.oh-my-zsh" ~/.
ln -vfs "$DIR/.Slic3r" ~/.
ln -vfs "$DIR/.ghci" ~/.
mkdir -p ~/.kde/share/config/
ln -vfs "$DIR/.kdiff3rc" ~/.kde/share/config/kdiff3rc
ln -vfs "$DIR/.gitconfig.linux.private" ~/.gitconfig
ln -vfs "$DIR/tools" ~/