Skip to content

Commit b719734

Browse files
authored
Support current user installs of Beyond Compare (#596)
1 parent 05b3576 commit b719734

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

docs/diff-tool.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ Non-MDI tools are preferred since it allows [DiffEngineTray](tray.md) to track a
158158
* Example target on left arguments: `/solo /rightreadonly /nobackups "targetFile.txt" "tempFile.txt" `
159159
* Example target on right arguments: `/solo /leftreadonly /nobackups "tempFile.txt" "targetFile.txt" `
160160
* Scanned paths:
161+
* `%LOCALAPPDATA%\Programs\Beyond Compare *\BCompare.exe`
161162
* `%ProgramFiles%\Beyond Compare *\BCompare.exe`
162163
* `%ProgramW6432%\Beyond Compare *\BCompare.exe`
163164
* `%ProgramFiles(x86)%\Beyond Compare *\BCompare.exe`

src/DiffEngine.Tests/diffTools.include.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ Non-MDI tools are preferred since it allows [DiffEngineTray](tray.md) to track a
2323
* Example target on left arguments: `/solo /rightreadonly /nobackups "targetFile.txt" "tempFile.txt" `
2424
* Example target on right arguments: `/solo /leftreadonly /nobackups "tempFile.txt" "targetFile.txt" `
2525
* Scanned paths:
26+
* `%LOCALAPPDATA%\Programs\Beyond Compare *\BCompare.exe`
2627
* `%ProgramFiles%\Beyond Compare *\BCompare.exe`
2728
* `%ProgramW6432%\Beyond Compare *\BCompare.exe`
2829
* `%ProgramFiles(x86)%\Beyond Compare *\BCompare.exe`

src/DiffEngine/Implementation/BeyondCompare.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ static string RightOsxLinuxArguments(string temp, string target) =>
4444
new(
4545
LeftWindowsArguments,
4646
RightWindowsArguments),
47+
@"%LOCALAPPDATA%\Programs\Beyond Compare *\",
4748
@"%ProgramFiles%\Beyond Compare *\"),
4849
Linux: new(
4950
"bcompare",

0 commit comments

Comments
 (0)