pdfdiff icon indicating copy to clipboard operation
pdfdiff copied to clipboard

diffViewers parameters seem to be ignored

Open dtimms opened this issue 10 years ago • 0 comments

I've customised slightly as I want diff to be run as: diff --unified=0 --report-identical-files

It seems these extra parameters aren't acted on (and I don't understand lamda..). I also tried kdiff3 selection and it seems also that it's parameters: kdiff3 --cs WordWrap=1 --cs ShowWhiteSpaceCharacters=0 may not be getting passed when view_diff runs:

  • print "[%s]" % prg cmd = "%s "%s" "%s"" % (prg,fleft.name,fright.name) out = commands.getoutput(cmd)

dtimms avatar Dec 27 '15 03:12 dtimms