Request: Swap currenly open files button
Moderator: SourceGear
Request: Swap currenly open files button
I would appreciate a swap files button in DiffMerge. Reason for this is that I start a diff using command line arguments from another tool (Perforce). Because of this I cannot control the ordering of the files and 50% of the time I get the files on the wrong side. Using the swap button in the File -> Open File Diff... won't work because it doesn't show the currently open files, and because one of the files doens't really exist, as it's only created temporarily in a temp directory by Perforce.
Re: Request: Swap currenly open files button
I've added a feature request for this functionality. Thank you for your feedback.
V: G0858
V: G0858
Beth Kieler
SourceGear Technical Support
SourceGear Technical Support
-
- Posts: 2
- Joined: Fri May 04, 2018 4:09 am
Re: Request: Swap currenly open files button
Hi Beth.Beth wrote:I've added a feature request for this functionality. Thank you for your feedback.
V: G0858
Please add my upvote to this feature or at least being able to swap files when running from command line with two files.
As OP says, the Open File Diff dialog doesn't show current open files. Looks like a bug. (version 4.2.0)
Thanks
Regards
Re: Request: Swap currenly open files button
Thank you for your feedback. I've added your vote to the request.
F: 19956, V: G0858
F: 19956, V: G0858
Beth Kieler
SourceGear Technical Support
SourceGear Technical Support
-
- Posts: 2
- Joined: Fri May 04, 2018 4:09 am
Re: Request: Swap currenly open files button
Hi.
Today I discovered the command line option '-shex' which will show the files dialog at the start. Running from command line like this will let us swap/change files:
Hurray!
Regards
Today I discovered the command line option '-shex' which will show the files dialog at the start. Running from command line like this will let us swap/change files:
Code: Select all
path\to\sgdm.exe -shex file1 file2
Regards