File tree Expand file tree Collapse file tree 9 files changed +0
-112
lines changed Expand file tree Collapse file tree 9 files changed +0
-112
lines changed Original file line number Diff line number Diff line change @@ -208,43 +208,6 @@ Non-MDI tools are preferred since it allows [DiffEngineTray](tray.md) to track a
208
208
* ` %ProgramW6432%\Diffinity\Diffinity.exe `
209
209
* ` %ProgramFiles(x86)%\Diffinity\Diffinity.exe `
210
210
211
- ### [ DiffMerge] ( https://www.sourcegear.com/diffmerge/ )
212
-
213
- * Cost: Free
214
- * Is MDI: False
215
- * Supports auto-refresh: True
216
- * Supports text files: True
217
- * Environment variable for custom install location: ` DiffEngine_DiffMerge `
218
-
219
- #### Notes:
220
-
221
- * Ensure [ Check for Modified Files] ( https://www.sourcegear.com/diffmerge/webhelp/sec__opt__filewindows.html ) is enabled
222
-
223
- #### Windows settings:
224
-
225
- * Example target on left arguments: ` --nosplash "targetFile.txt" "tempFile.txt" `
226
- * Example target on right arguments: ` --nosplash "tempFile.txt" "targetFile.txt" `
227
- * Scanned paths:
228
- * ` %PATH%sgdm.exe `
229
- * ` %ProgramFiles%\SourceGear\Common\DiffMerge\sgdm.exe `
230
- * ` %ProgramW6432%\SourceGear\Common\DiffMerge\sgdm.exe `
231
- * ` %ProgramFiles(x86)%\SourceGear\Common\DiffMerge\sgdm.exe `
232
-
233
- #### OSX settings:
234
-
235
- * Example target on left arguments: ` --nosplash "targetFile.txt" "tempFile.txt" `
236
- * Example target on right arguments: ` --nosplash "tempFile.txt" "targetFile.txt" `
237
- * Scanned paths:
238
- * ` %PATH%DiffMerge `
239
- * ` /Applications/DiffMerge.app/Contents/MacOS/DiffMerge `
240
-
241
- #### Linux settings:
242
-
243
- * Example target on left arguments: ` --nosplash "targetFile.txt" "tempFile.txt" `
244
- * Example target on right arguments: ` --nosplash "tempFile.txt" "targetFile.txt" `
245
- * Scanned paths:
246
- * ` %PATH%diffmerge `
247
-
248
211
### [ ExamDiff] ( https://www.prestosoft.com/edp_examdiffpro.asp )
249
212
250
213
* Cost: Paid
Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ To change this file edit the source file and then run MarkdownSnippets.
15
15
* ** [ Kaleidoscope] ( /docs/diff-tool.md#kaleidoscope ) ** OSX (Cost: Paid)
16
16
* ** [ DeltaWalker] ( /docs/diff-tool.md#deltawalker ) ** Win/OSX (Cost: Paid)
17
17
* ** [ WinMerge] ( /docs/diff-tool.md#winmerge ) ** Win (Cost: Free with option to donate)
18
- * ** [ DiffMerge] ( /docs/diff-tool.md#diffmerge ) ** Win/OSX/Linux (Cost: Free)
19
18
* ** [ TortoiseGitMerge] ( /docs/diff-tool.md#tortoisegitmerge ) ** Win (Cost: Free)
20
19
* ** [ TortoiseGitIDiff] ( /docs/diff-tool.md#tortoisegitidiff ) ** Win (Cost: Free)
21
20
* ** [ TortoiseMerge] ( /docs/diff-tool.md#tortoisemerge ) ** Win (Cost: Free)
Original file line number Diff line number Diff line change @@ -53,7 +53,6 @@ DiffEngine manages launching and cleanup of diff tools. It is designed to be use
53
53
* ** [ Kaleidoscope] ( /docs/diff-tool.md#kaleidoscope ) ** OSX (Cost: Paid)
54
54
* ** [ DeltaWalker] ( /docs/diff-tool.md#deltawalker ) ** Win/OSX (Cost: Paid)
55
55
* ** [ WinMerge] ( /docs/diff-tool.md#winmerge ) ** Win (Cost: Free with option to donate)
56
- * ** [ DiffMerge] ( /docs/diff-tool.md#diffmerge ) ** Win/OSX/Linux (Cost: Free)
57
56
* ** [ TortoiseGitMerge] ( /docs/diff-tool.md#tortoisegitmerge ) ** Win (Cost: Free)
58
57
* ** [ TortoiseGitIDiff] ( /docs/diff-tool.md#tortoisegitidiff ) ** Win (Cost: Free)
59
58
* ** [ TortoiseMerge] ( /docs/diff-tool.md#tortoisemerge ) ** Win (Cost: Free)
Original file line number Diff line number Diff line change 3
3
* ** [ Kaleidoscope] ( /docs/diff-tool.md#kaleidoscope ) ** OSX (Cost: Paid)
4
4
* ** [ DeltaWalker] ( /docs/diff-tool.md#deltawalker ) ** Win/OSX (Cost: Paid)
5
5
* ** [ WinMerge] ( /docs/diff-tool.md#winmerge ) ** Win (Cost: Free with option to donate)
6
- * ** [ DiffMerge] ( /docs/diff-tool.md#diffmerge ) ** Win/OSX/Linux (Cost: Free)
7
6
* ** [ TortoiseGitMerge] ( /docs/diff-tool.md#tortoisegitmerge ) ** Win (Cost: Free)
8
7
* ** [ TortoiseGitIDiff] ( /docs/diff-tool.md#tortoisegitidiff ) ** Win (Cost: Free)
9
8
* ** [ TortoiseMerge] ( /docs/diff-tool.md#tortoisemerge ) ** Win (Cost: Free)
Original file line number Diff line number Diff line change 3
3
* ** [ Kaleidoscope] ( /docs/diff-tool.md#kaleidoscope ) ** OSX (Cost: Paid)
4
4
* ** [ DeltaWalker] ( /docs/diff-tool.md#deltawalker ) ** Win/OSX (Cost: Paid)
5
5
* ** [ WinMerge] ( /docs/diff-tool.md#winmerge ) ** Win (Cost: Free with option to donate)
6
- * ** [ DiffMerge] ( /docs/diff-tool.md#diffmerge ) ** Win/OSX/Linux (Cost: Free)
7
6
* ** [ TortoiseGitMerge] ( /docs/diff-tool.md#tortoisegitmerge ) ** Win (Cost: Free)
8
7
* ** [ TortoiseGitIDiff] ( /docs/diff-tool.md#tortoisegitidiff ) ** Win (Cost: Free)
9
8
* ** [ TortoiseMerge] ( /docs/diff-tool.md#tortoisemerge ) ** Win (Cost: Free)
Original file line number Diff line number Diff line change @@ -95,43 +95,6 @@ Non-MDI tools are preferred since it allows [DiffEngineTray](tray.md) to track a
95
95
* ` %ProgramW6432%\Diffinity\Diffinity.exe `
96
96
* ` %ProgramFiles(x86)%\Diffinity\Diffinity.exe `
97
97
98
- ### [ DiffMerge] ( https://www.sourcegear.com/diffmerge/ )
99
-
100
- * Cost: Free
101
- * Is MDI: False
102
- * Supports auto-refresh: True
103
- * Supports text files: True
104
- * Environment variable for custom install location: ` DiffEngine_DiffMerge `
105
-
106
- #### Notes:
107
-
108
- * Ensure [ Check for Modified Files] ( https://www.sourcegear.com/diffmerge/webhelp/sec__opt__filewindows.html ) is enabled
109
-
110
- #### Windows settings:
111
-
112
- * Example target on left arguments: ` --nosplash "targetFile.txt" "tempFile.txt" `
113
- * Example target on right arguments: ` --nosplash "tempFile.txt" "targetFile.txt" `
114
- * Scanned paths:
115
- * ` %PATH%sgdm.exe `
116
- * ` %ProgramFiles%\SourceGear\Common\DiffMerge\sgdm.exe `
117
- * ` %ProgramW6432%\SourceGear\Common\DiffMerge\sgdm.exe `
118
- * ` %ProgramFiles(x86)%\SourceGear\Common\DiffMerge\sgdm.exe `
119
-
120
- #### OSX settings:
121
-
122
- * Example target on left arguments: ` --nosplash "targetFile.txt" "tempFile.txt" `
123
- * Example target on right arguments: ` --nosplash "tempFile.txt" "targetFile.txt" `
124
- * Scanned paths:
125
- * ` %PATH%DiffMerge `
126
- * ` /Applications/DiffMerge.app/Contents/MacOS/DiffMerge `
127
-
128
- #### Linux settings:
129
-
130
- * Example target on left arguments: ` --nosplash "targetFile.txt" "tempFile.txt" `
131
- * Example target on right arguments: ` --nosplash "tempFile.txt" "targetFile.txt" `
132
- * Scanned paths:
133
- * ` %PATH%diffmerge `
134
-
135
98
### [ ExamDiff] ( https://www.prestosoft.com/edp_examdiffpro.asp )
136
99
137
100
* Cost: Paid
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ static Definitions() =>
12
12
Implementation . Kaleidoscope ( ) ,
13
13
Implementation . DeltaWalker ( ) ,
14
14
Implementation . WinMerge ( ) ,
15
- Implementation . DiffMerge ( ) ,
16
15
Implementation . TortoiseGitMerge ( ) ,
17
16
Implementation . TortoiseGitIDiff ( ) ,
18
17
Implementation . TortoiseMerge ( ) ,
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ public enum DiffTool
7
7
Kaleidoscope ,
8
8
DeltaWalker ,
9
9
WinMerge ,
10
- DiffMerge ,
11
10
TortoiseMerge ,
12
11
TortoiseGitMerge ,
13
12
TortoiseGitIDiff ,
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments