Search found 159 matches
- Sun Feb 02, 2025 12:43 pm
- Forum: ExamDiff Pro
- Topic: Ver 16 install
- Replies: 44
- Views: 245873
Re: Ver 16 install
Where is the license file located?
- Thu Jan 30, 2025 6:55 am
- Forum: ExamDiff Pro
- Topic: Ver 16 install
- Replies: 44
- Views: 245873
Ver 16 install
So is it possible now to upgrade a major version in-place if installed to a non-default location?New: Ability to uninstall previous versions during setup, as well as other improvements to the setup flow
- Thu Jan 30, 2025 6:51 am
- Forum: ExamDiff Pro
- Topic: macOS version ever?
- Replies: 3
- Views: 9064
Re: macOS version ever?
Just to show that there is interest, I would like to add my voice to the request for a native MacOS and Linux versions.
I've been a long time user and advocate of EDP but I have to settle for competing products if my workplace gives me a non-Windows machine.
I've been a long time user and advocate of EDP but I have to settle for competing products if my workplace gives me a non-Windows machine.
- Sat Nov 02, 2024 8:14 pm
- Forum: ExamDiff Pro
- Topic: Tree mode not expanded to different files
- Replies: 2
- Views: 11371
Re: Tree mode not expanded to different files
Thanks, that was the case!
- Fri Nov 01, 2024 10:00 am
- Forum: ExamDiff Pro
- Topic: Tree mode not expanded to different files
- Replies: 2
- Views: 11371
Tree mode not expanded to different files
1. Download 2 APKs from https://github.com/fork-maintainers/iceraven-browser/releases
- iceraven-2.25.0-browser-armeabi-v7a-forkRelease.apk
- iceraven-2.24.2-browser-armeabi-v7a-forkRelease.apk
2. Extract them into 2 folders (I used PeaZip) and compare them with EDP.
3. In "Tree Mode", select ...
- iceraven-2.25.0-browser-armeabi-v7a-forkRelease.apk
- iceraven-2.24.2-browser-armeabi-v7a-forkRelease.apk
2. Extract them into 2 folders (I used PeaZip) and compare them with EDP.
3. In "Tree Mode", select ...
- Sun Mar 03, 2024 9:09 pm
- Forum: ExamDiff Pro
- Topic: Tree mode directory comparison issues
- Replies: 23
- Views: 64988
Re: Tree mode directory comparison issues
Confirmed working. Thank you!
- Sat Mar 02, 2024 7:15 pm
- Forum: ExamDiff Pro
- Topic: Tree mode directory comparison issues
- Replies: 23
- Views: 64988
Re: Tree mode directory comparison issues
- Separate column size - verified works, thank you!
- Sort by relative path saving - verified works, thank you!
- Scrolling by screenfull in tree mode - does not work, still scrolls by one line in the opposite (-1) direction.
- Thu Feb 29, 2024 12:22 pm
- Forum: ExamDiff Pro
- Topic: Tree mode directory comparison issues
- Replies: 23
- Views: 64988
Re: Tree mode directory comparison issues
I can see having different column widths store for different modes.
However, I'm not sure about separate storing of sorted column name. We can either do this but then toggling between modes will change sort order. So if I had sort by size in flat mode, and by time in tree mode, it may look ...
- Tue Feb 27, 2024 11:28 am
- Forum: ExamDiff Pro
- Topic: Tree mode directory comparison issues
- Replies: 23
- Views: 64988
Re: Tree mode directory comparison issues
In short, you shouln't have the same column widths when one mode has 4 columns and the other mode has 5.
One compromise would be to have separate settings for the name column. The rest can be shared.
Having separate settings is the right approach, as it supports all possible workflows. I ...
- Mon Feb 26, 2024 8:36 pm
- Forum: ExamDiff Pro
- Topic: Tree mode directory comparison issues
- Replies: 23
- Views: 64988
Re: Tree mode directory comparison issues
We currently share this configuration between comparison modes. Isn't it more convenient?
It absolutely isn't. See attached examples.
To summarize:
In tree mode, the "name" column is shifted right by the subdirectory depth, so it needs to be wider than in tree mode to display the same ...
- Sun Feb 25, 2024 8:13 pm
- Forum: ExamDiff Pro
- Topic: Tree mode directory comparison issues
- Replies: 23
- Views: 64988
Re: Tree mode directory comparison issues
What about tree scrolling in the new build?
It requires me to restart the computer after the update, I will do it when possible.
Before the restart, scrolling is still incorrect.
One more thing that misbehaves:
I expect the column sizes and sorting order to be saved for both tree mode and flat ...
- Sat Feb 24, 2024 4:22 pm
- Forum: ExamDiff Pro
- Topic: Tree mode directory comparison issues
- Replies: 23
- Views: 64988
Re: Tree mode directory comparison issues
File comparison scrolling works as expected.
- Sat Feb 24, 2024 3:04 pm
- Forum: ExamDiff Pro
- Topic: Tree mode directory comparison issues
- Replies: 23
- Views: 64988
Re: Tree mode directory comparison issues
As I showed in the clip above, wheel scrolling works correctly in the flat mode - every wheel "click" scrolls one page in the correct direction, as configured in the mouse settings. Similarly, the file comparison also treats scrolling correctly, only the tree mode has this problem.
Which one is the ...
Which one is the ...
- Fri Feb 23, 2024 7:38 pm
- Forum: ExamDiff Pro
- Topic: Tree mode directory comparison issues
- Replies: 23
- Views: 64988
Re: Tree mode directory comparison issues
I searched a bit, and it seems that Microsoft themselves had a similar bug in the terminal :D
https://github.com/microsoft/terminal/issues/5610#issuecomment-622458242
Two bugs. We're storing the return value from SPI_GETWHEELSCROLLLINES as an int when it should be a uint, and we're ignoring WHEEL ...
https://github.com/microsoft/terminal/issues/5610#issuecomment-622458242
Two bugs. We're storing the return value from SPI_GETWHEELSCROLLLINES as an int when it should be a uint, and we're ignoring WHEEL ...
- Fri Feb 23, 2024 7:28 pm
- Forum: ExamDiff Pro
- Topic: Tree mode directory comparison issues
- Replies: 23
- Views: 64988
Re: Tree mode directory comparison issues
This behavior is controlled by the option below. I think you want to select the second setting in the dropdown.
That's it! Thanks!
Flat comparison scrolls by screenfulls while tree comparison scrolls by one line at a time (and in the opposite direction).
I can't reproduce this. Moreover ...