Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update diffengine #1350

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

stefannikolei
Copy link
Contributor

No description provided.

@stefannikolei stefannikolei marked this pull request as ready for review September 17, 2024 19:14
@stefannikolei stefannikolei changed the title Draft: Update diffengine Update diffengine Sep 17, 2024
Comment on lines +22 to +34
static string LeftArguments(string temp, string target)
{
var tempTitle = Path.GetFileName(temp);
var targetTitle = Path.GetFileName(target);
return $"/u /wr /e \"{target}\" \"{temp}\" /dl \"{targetTitle}\" /dr \"{tempTitle}\" /cfg Backup/EnableFile=0";
}

static string RightArguments(string temp, string target)
{
var tempTitle = Path.GetFileName(temp);
var targetTitle = Path.GetFileName(target);
return $"/u /wl /e \"{temp}\" \"{target}\" /dl \"{tempTitle}\" /dr \"{targetTitle}\" /cfg Backup/EnableFile=0";
}
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The files show up in winmerge properly, but these changes result in the TestCase.actual.test file being editable, when it should be TestCase.test that is editable.

Or in other words "Copy from Left" is an option, but should not be, and "Copy to Left" is unavailable but should be.

image

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah... Probably temp and target need to change the position..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants