Search found 2224 matches

by psguru
Fri Apr 26, 2024 10:38 am
Forum: ExamDiff Pro
Topic: Missing feedback
Replies: 1
Views: 5

Re: Missing feedback

At least on XP and on slow peripherals, when deleting a lot of files (I usually do it by clicking on the relevant arrow to "copy nothing" to the other pane) there is no user feedback that the operation is accepted and in progress. EDP seems locked until the progress dialog "Sorting i...
by psguru
Sun Apr 07, 2024 12:16 pm
Forum: ExamDiff Pro
Topic: No (more) copy of empty directories
Replies: 3
Views: 141

Re: No (more) copy of empty directories

So you are referring to flat mode... Yes, it's a bug in 15.0 Beta. The fix will go to the next build.
by psguru
Sun Apr 07, 2024 9:07 am
Forum: ExamDiff Pro
Topic: No (more) copy of empty directories
Replies: 3
Views: 141

Re: No (more) copy of empty directories

I need more information: how did you do it in flat mode? Also, tree mode is more like Windows Explorer with two panes, and I don't know how you'd do that with the Explorer.
by psguru
Tue Mar 05, 2024 8:52 am
Forum: ExamDiff Pro
Topic: Ignore large block of text
Replies: 12
Views: 3240

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

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

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

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

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

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

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

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

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

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 733 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: 1524

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. ...