Page 1 of 1
Integration
Posted: 05 Nov 2024, 13:04
by ArjanK
I am currently using Altap Salamander, but the shell extension for BC5 doesn't function in its context menu, making it impossible to use. Is there a way to resolve this issue?
Re: Integration
Posted: 05 Nov 2024, 20:00
by SelfMan
That depends on what version of Salamander you are using. x86 or x64 and the shell extension must match that version.
Re: Integration
Posted: 06 Nov 2024, 19:50
by SvA
I do not know, what the BC5 shell extension offers, but to compare two files, I find it easyer, and more in line with usage patterns in AS, to configure a User Menu entry. With WinDiff I use
Command: windiff
Arguments: "$(FileOrDirToCompareLeft)" "$(FileOrDirToCompareRight)"
Execute through shell: No
Handling is identical to Salamander's File Comparator pluging, except the shortcut is not Shift+Ctrl+C but F9,w (w depending on the name of your user menu entry).
Re: Integration
Posted: 08 Nov 2024, 10:35
by ArjanK
I do not know, what the BC5 shell extension offers, but to compare two files on the
site, I find it easyer, and more in line with usage patterns in AS, to configure a User Menu entry. With WinDiff I use
Command: windiff
Arguments: "$(FileOrDirToCompareLeft)" "$(FileOrDirToCompareRight)"
Execute through shell: No
Handling is identical to Salamander's File Comparator pluging, except the shortcut is not Shift+Ctrl+C but F9,w (w depending on the name of your user menu entry).
Thanks for explanation