-
Notifications
You must be signed in to change notification settings - Fork 255
feat: show git file mode change if exist #69
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
feat: show git file mode change if exist #69
Conversation
src/ViewModels/DiffContext.cs
Outdated
set => SetProperty(ref _fileModeDiff, value); | ||
} | ||
|
||
public TextTrimming PathTrimming |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PathConverters.TruncateIfTooLong is this way on purpose that is to hide in the middle of the path, but retained 20 characters at the beginning of the path and the entire file name in the end.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes. Perhaps I should re-design the toolbar for DiffView.
I need to redesign the DiffView toolbar. But I will merge the PR first. |
Fix #46
test branch https://github.com/gadfly3173/gadfly3173/tree/test/file-mode
Screenshots
