-
Notifications
You must be signed in to change notification settings - Fork 78
Fixed "Show whitespace differences" #281
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
Conversation
May I ask you to show a sample/screenshot to easier understand what it solves ? |
Example on my open source project. This commit (can view diff on github with or without whitespaces): organicmaps/organicmaps@0953643 Turn off "Show whitespace differences" |
Best would have a switch in preferences to be able to toggle, but I'm fine like it is 👍 If you need a new version, please let me know |
Hm, but "Show whitespace differences" check in preferences is already about that, or you mean something else? |
:) You have "Integration" tab active. Current Preferences view looks ugly, see my issue a year ago #219 Press on General button. General/Integration/Updates should be the buttons on a toolbar, like it was 2 years ago .. Seems like MacOS 11 SDK broke it, I'm not a professional in UI development. |
@hannesa2 Should we set ONLY_ACTIVE_ARCH = YES; in Debug and Release for MGScopeBar, ObjectiveGit and Sparkle frameworks like its set in main GitX project? I tried to build Release and failed because I don't have arm64 libgit2, libssh2 to link into ObjectiveGit. |
But at least the |
ObjectiveGit has ONLY_ACTIVE_ARCH = YES only in Debug, so my x64 machine tries to build arm64 ObjectiveGit in Release and fails. Please, try it by yourself, because I should change submodules, but I'm unable to push into them. Making forks of all submodules is a mess :) |
For |
I think ObjectiveGit will be enough |
Closes #267