Eskil

View Ticket
Login
Ticket Hash: b93b92725558305a82f2b178be514693be4e7895
Title: Dirdiff plugin
Status: Open Type: Feature_Request
Severity: Important Priority: Immediate
Subsystem: Diff_Display Resolution: Fixed
Last Modified: 2015-03-08 01:32:03
10.20 years ago
Created: 2014-11-07 16:38:19
10.53 years ago
Version Found In: 2.6.6
User Comments:
peter added on 2014-11-07 16:38:19:
Make a plugin system for directory diff, similar as for file diff.
A plugin can do file compare and gets:
Two read streams.
Info about files (names, size)
Info about preferences
Returns "not equal", "equal", or "ok so far".
"ok so far" would tell normal diff to continue with the streams
as normal.

A plugin could be allowed to process file names for matching between
dirs. E.g. if a certain rename pattern has happened, it could help with
that.

peter added on 2015-03-08 01:32:03:
The first part, doing file compare in a plugin works.

Keeping open for second suggestion.