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

Adding file comparison attributes #37

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

Conversation

SauronfromMordor
Copy link
Contributor

This PR adds comparison of file size and date/time when replacing and shows it in the window.
It's updated idea from Windows 7:
0
Here is some screenshots of this PR:
1
2
3

@LStranger LStranger force-pushed the master branch 2 times, most recently from 13d44ef to bb91bc7 Compare April 28, 2018 19:16
@LStranger
Copy link
Member

Thank you very much. Will consider it for version 1.4.0.

comparesize = _("larger");
else
if (fm_file_info_get_size(src) < fm_file_info_get_size(dest))
comparesize = _("less");
Copy link
Contributor

Choose a reason for hiding this comment

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

I would say "smaller" (as that's the opposite of "larger" above)

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.

3 participants