Search found 2220 matches

by psguru
Sat Feb 24, 2024 4:23 pm
Forum: ExamDiff Pro
Topic: Tree mode directory comparison issues
Replies: 23
Views: 1047

Re: Tree mode directory comparison issues

What about tree scrolling in the new build?
by psguru
Sat Feb 24, 2024 3:27 pm
Forum: ExamDiff Pro
Topic: Tree mode directory comparison issues
Replies: 23
Views: 1047

Re: Tree mode directory comparison issues

Text control is used in file comparison and merge. OK, we'll switch to using another way of calculating scroll lines. The change will appear in the next build. The new build ( 15.0.0.8 ) is available now.
by psguru
Sat Feb 24, 2024 12:23 pm
Forum: ExamDiff Pro
Topic: Tree mode directory comparison issues
Replies: 23
Views: 1047

Re: Tree mode directory comparison issues

The code that uses SPI_GETWHEELSCROLLLINES directly is in the GUI library we use for the tree control. We can change the calculation to the one we use for other mouse wheel scrolling, such as in the text control. Which leads to a question: does wheel scrolling work for you there?
by psguru
Fri Feb 23, 2024 9:03 am
Forum: ExamDiff Pro
Topic: Ignore large block of text
Replies: 12
Views: 2857

Re: Ignore large block of text

Then another option is to use the ignore regular expressions option, if you can come with one that is. These can be multi-line.
by psguru
Thu Feb 22, 2024 4:27 pm
Forum: ExamDiff Pro
Topic: Ignore large block of text
Replies: 12
Views: 2857

Re: Ignore large block of text

If these lines have consistent line numbers (say from line 1 to line 7), you can ignore then by line ranges (under Options | Text Comparison).
by psguru
Tue Feb 20, 2024 9:40 am
Forum: ExamDiff Pro
Topic: Tree mode directory comparison issues
Replies: 23
Views: 1047

Re: Tree mode directory comparison issues

New folders are not automatically expanded. This behavior is controlled by the option below. I think you want to select the second setting in the dropdown. expand-to-diffs-options.png Flat comparison scrolls by screenfulls while tree comparison scrolls by one line at a time (and in the opposite dir...
by psguru
Mon Feb 19, 2024 2:47 pm
Forum: ExamDiff Pro
Topic: Tree mode directory comparison issues
Replies: 23
Views: 1047

Re: Tree mode directory comparison issues

Thanks for your comments. 1) Mouse wheel scrolling does not respect user settings. Is your focus on the top diff combo box? If so, EDP will scroll diffs, not tree views, and it will do so one line at a time. When a new diff is selected in the diff combo, it is expanded in the tree, and this may some...
by psguru
Sun Jan 07, 2024 2:17 pm
Forum: ExamDiff Pro
Topic: Coming Up In Version 15
Replies: 3
Views: 4981

Re: Coming Up In Version 15

We also made improvements in ExamDiff Pro HTML reports for directory and archive comparison. The most immediately noticeable difference is that HTML reports will now render the directory tree view mode if the original comparison session used Tree Mode (which will be the default directory comparison ...
by psguru
Thu Dec 21, 2023 12:09 pm
Forum: ExamDiff Pro
Topic: Coming Up In Version 15
Replies: 3
Views: 4981

Re: Coming Up In Version 15

Yet another set of new features in directory comparison include view filtering improvements. We moved the path view filter trigger from Options | Display | View Filter to a new command, Use Path View Filter under the View menu, along with adding a matching toolbar button: dir_view_filters1_orig.png ...
by psguru
Tue Dec 19, 2023 6:02 pm
Forum: ExamDiff Pro
Topic: Please update the following plugins (for next release)
Replies: 90
Views: 177348

Re: Please update the following plugins (for next release)

This is probably a bit (too) much effort then to make it available?
Yeah, it kind of is. We will update curl and jq though, in the next build.
by psguru
Mon Dec 04, 2023 2:01 pm
Forum: ExamDiff Pro
Topic: Please update the following plugins (for next release)
Replies: 90
Views: 177348

Re: Please update the following plugins (for next release)

It's probably because the exe was not statically built.
by psguru
Mon Dec 04, 2023 9:33 am
Forum: ExamDiff Pro
Topic: Please update the following plugins (for next release)
Replies: 90
Views: 177348

Re: Please update the following plugins (for next release)

I was referring to odt2txt.exe file in the bin folder of mingw-w64-i686-odt2txt-0.5-3-any.pkg: │ .BUILDINFO │ .MTREE │ .PKGINFO │ └───mingw32 ├───bin │ odt2txt.exe │ └───share └───man └───man1 odt2txt.1.gz I didn't get the message you got, just an error and no output.
by psguru
Sat Dec 02, 2023 2:45 pm
Forum: ExamDiff Pro
Topic: Coming Up In Version 15
Replies: 3
Views: 4981

Re: Coming Up In Version 15

Another new feature that affects directory comparison is an option to perform fast file content comparison: fast_comparison1_orig.png This will simply compare files byte-by-byte, considering files different at first byte difference, without using plug-ins or Ignore options. Naturally, this will make...
by psguru
Sat Dec 02, 2023 2:40 pm
Forum: ExamDiff Pro
Topic: Coming Up In Version 15
Replies: 3
Views: 4981

Coming Up In Version 15

This topic will be a place to announce and discuss new features coming up in ExamDiff Pro 15.0. The theme of this release will be directory comparison improvements. Once big change coming up is tree mode , in which comparison results are displayed recursively in a tree view, with subdirectories that...
by psguru
Sat Dec 02, 2023 12:32 pm
Forum: ExamDiff Pro
Topic: Please update the following plugins (for next release)
Replies: 90
Views: 177348

Re: Please update the following plugins (for next release)

Hmm, I tried the 32-bit version of odt2txt from https://repo.msys2.org/mingw/i686/, and it didn't work: no output and an error for files that the old plug-in, version 0.3, handles just fine. The size of the new version is also suspiciously small.