Search found 2220 matches

by psguru
Tue Mar 05, 2024 8:52 am
Forum: ExamDiff Pro
Topic: Ignore large block of text
Replies: 11
Views: 1669

Re: Ignore large block of text

I gave you a suggestion earlier: use a regex like this

Code: Select all

word1.*?word2
where word1/2 are unique starting/ending texts of the ignored block.
by psguru
Mon Mar 04, 2024 8:55 am
Forum: ExamDiff Pro
Topic: Tree mode directory comparison issues
Replies: 23
Views: 746

Re: Tree mode directory comparison issues

Thanks for confirming!
by psguru
Sun Mar 03, 2024 3:37 pm
Forum: ExamDiff Pro
Topic: [v14.x/15.x] Different result related to wrapping
Replies: 10
Views: 329

Re: [v14.x/15.x] Different result related to wrapping

Thanks for confirming!
by psguru
Sun Mar 03, 2024 2:52 pm
Forum: ExamDiff Pro
Topic: Tree mode directory comparison issues
Replies: 23
Views: 746

Re: Tree mode directory comparison issues

Fixed in build 15.0.0.10.
by psguru
Sat Mar 02, 2024 5:03 pm
Forum: ExamDiff Pro
Topic: Tree mode directory comparison issues
Replies: 23
Views: 746

Re: Tree mode directory comparison issues

All implemented in Build 15.0.0.9.
by psguru
Sat Mar 02, 2024 12:35 pm
Forum: ExamDiff Pro
Topic: [v14.x/15.x] Different result related to wrapping
Replies: 10
Views: 329

Re: [v14.x/15.x] Different result related to wrapping

This bug will be fixed in the next builds of both 15.0 and 14.0.
by psguru
Sat Mar 02, 2024 12:34 pm
Forum: ExamDiff Pro
Topic: Plugin changes not stored
Replies: 1
Views: 85

Re: Plugin changes not stored

Indeed, a bug in 15.0 Beta. Will be fixed in the next build, today or tomorrow.
by psguru
Thu Feb 29, 2024 4:52 pm
Forum: ExamDiff Pro
Topic: [v14.x/15.x] Different result related to wrapping
Replies: 10
Views: 329

Re: [v14.x/15.x] Different result related to wrapping

Seems to be a bug, will analyze.
by psguru
Thu Feb 29, 2024 11:23 am
Forum: ExamDiff Pro
Topic: [v14.x/15.x] Different result related to wrapping
Replies: 10
Views: 329

Re: [v14.x/15.x] Different result related to wrapping

Didn't see your second file at first but I still got correct results with it.
by psguru
Thu Feb 29, 2024 11:22 am
Forum: ExamDiff Pro
Topic: [v14.x/15.x] Different result related to wrapping
Replies: 10
Views: 329

Re: [v14.x/15.x] Different result related to wrapping

Not happening in my testing:

wrap-bug.png
wrap-bug.png (103.62 KiB) Viewed 314 times

Could you provide your options? Or perhaps the second file (not sure it's significant)?
by psguru
Thu Feb 29, 2024 9:17 am
Forum: ExamDiff Pro
Topic: Tree mode directory comparison issues
Replies: 23
Views: 746

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 awkward. ...
by psguru
Tue Feb 27, 2024 9:33 am
Forum: ExamDiff Pro
Topic: Tree mode directory comparison issues
Replies: 23
Views: 746

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. And you can't sort by the same column when one of the modes does not have it. If you sort by rel. p...
by psguru
Mon Feb 26, 2024 7:53 pm
Forum: ExamDiff Pro
Topic: Ignore large block of text
Replies: 11
Views: 1669

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: 11
Views: 1669

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

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?