File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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
208208 * ` %ProgramW6432%\Diffinity\Diffinity.exe `
209209 * ` %ProgramFiles(x86)%\Diffinity\Diffinity.exe `
210210
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-
248211### [ ExamDiff] ( https://www.prestosoft.com/edp_examdiffpro.asp )
249212
250213 * 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.
1515 * ** [ Kaleidoscope] ( /docs/diff-tool.md#kaleidoscope ) ** OSX (Cost: Paid)
1616 * ** [ DeltaWalker] ( /docs/diff-tool.md#deltawalker ) ** Win/OSX (Cost: Paid)
1717 * ** [ 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)
1918 * ** [ TortoiseGitMerge] ( /docs/diff-tool.md#tortoisegitmerge ) ** Win (Cost: Free)
2019 * ** [ TortoiseGitIDiff] ( /docs/diff-tool.md#tortoisegitidiff ) ** Win (Cost: Free)
2120 * ** [ 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
5353 * ** [ Kaleidoscope] ( /docs/diff-tool.md#kaleidoscope ) ** OSX (Cost: Paid)
5454 * ** [ DeltaWalker] ( /docs/diff-tool.md#deltawalker ) ** Win/OSX (Cost: Paid)
5555 * ** [ 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)
5756 * ** [ TortoiseGitMerge] ( /docs/diff-tool.md#tortoisegitmerge ) ** Win (Cost: Free)
5857 * ** [ TortoiseGitIDiff] ( /docs/diff-tool.md#tortoisegitidiff ) ** Win (Cost: Free)
5958 * ** [ TortoiseMerge] ( /docs/diff-tool.md#tortoisemerge ) ** Win (Cost: Free)
Original file line number Diff line number Diff line change 33 * ** [ Kaleidoscope] ( /docs/diff-tool.md#kaleidoscope ) ** OSX (Cost: Paid)
44 * ** [ DeltaWalker] ( /docs/diff-tool.md#deltawalker ) ** Win/OSX (Cost: Paid)
55 * ** [ 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)
76 * ** [ TortoiseGitMerge] ( /docs/diff-tool.md#tortoisegitmerge ) ** Win (Cost: Free)
87 * ** [ TortoiseGitIDiff] ( /docs/diff-tool.md#tortoisegitidiff ) ** Win (Cost: Free)
98 * ** [ TortoiseMerge] ( /docs/diff-tool.md#tortoisemerge ) ** Win (Cost: Free)
Original file line number Diff line number Diff line change 33 * ** [ Kaleidoscope] ( /docs/diff-tool.md#kaleidoscope ) ** OSX (Cost: Paid)
44 * ** [ DeltaWalker] ( /docs/diff-tool.md#deltawalker ) ** Win/OSX (Cost: Paid)
55 * ** [ 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)
76 * ** [ TortoiseGitMerge] ( /docs/diff-tool.md#tortoisegitmerge ) ** Win (Cost: Free)
87 * ** [ TortoiseGitIDiff] ( /docs/diff-tool.md#tortoisegitidiff ) ** Win (Cost: Free)
98 * ** [ 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
9595 * ` %ProgramW6432%\Diffinity\Diffinity.exe `
9696 * ` %ProgramFiles(x86)%\Diffinity\Diffinity.exe `
9797
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-
13598### [ ExamDiff] ( https://www.prestosoft.com/edp_examdiffpro.asp )
13699
137100 * Cost: Paid
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ static Definitions() =>
1212 Implementation . Kaleidoscope ( ) ,
1313 Implementation . DeltaWalker ( ) ,
1414 Implementation . WinMerge ( ) ,
15- Implementation . DiffMerge ( ) ,
1615 Implementation . TortoiseGitMerge ( ) ,
1716 Implementation . TortoiseGitIDiff ( ) ,
1817 Implementation . TortoiseMerge ( ) ,
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ public enum DiffTool
77 Kaleidoscope ,
88 DeltaWalker ,
99 WinMerge ,
10- DiffMerge ,
1110 TortoiseMerge ,
1211 TortoiseGitMerge ,
1312 TortoiseGitIDiff ,
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments