Search found 2223 matches

by psguru
Mon Feb 26, 2024 7:53 pm
Forum: ExamDiff Pro
Topic: Ignore large block of text
Replies: 12
Views: 3082

Re: Ignore large block of text

Are there unique start/end words that delimit your "comments"? If so, use something like:

Code: Select all

word1.*?word2
by psguru
Mon Feb 26, 2024 10:31 am
Forum: ExamDiff Pro
Topic: Ignore large block of text
Replies: 12
Views: 3082

Re: Ignore large block of text

Yes, it would be but it's never come up until now. For now, you can create a new document type and define your own "comments" for it using a regular expression, like this for C comments:

Code: Select all

/\\*.*?\\*/
by psguru
Mon Feb 26, 2024 10:06 am
Forum: ExamDiff Pro
Topic: Tree mode directory comparison issues
Replies: 23
Views: 1293

Re: Tree mode directory comparison issues

I expect the column sizes and sorting order to be saved for both tree mode and flat mode, and restored when switching between them.
We currently share this configuration between comparison modes. Isn't it more convenient?
by psguru
Sat Feb 24, 2024 4:23 pm
Forum: ExamDiff Pro
Topic: Tree mode directory comparison issues
Replies: 23
Views: 1293

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: 1293

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: 1293

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: 3082

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: 3082

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: 1293

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: 1293

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: 5006

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: 5006

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: 92
Views: 178121

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: 92
Views: 178121

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: 92
Views: 178121

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.