cjprecord / editra-plugins

Automatically exported from code.google.com/p/editra-plugins
0 stars 0 forks source link

Diff fails #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Click compare to previous on file in tree

What is the expected output? What do you see instead?
FileMerge often opens saying that both files must exist in order to do diff. 

I think that this is happening because the temp file is being deleted
before it can be opened by the diff program. It might be better to use
tmpfile and clean them up on exit instead of deleting the temp file 3
seconds after calling the diff program.

Please use labels and text to provide additional information.

Original issue reported on code.google.com by CodyPrec...@gmail.com on 17 Aug 2007 at 2:38

GoogleCodeExporter commented 9 years ago
A temporary directory is now used instead of a timed delete

Original comment by Kevin.Da...@gmail.com on 27 Aug 2007 at 4:35

GoogleCodeExporter commented 9 years ago
This seems to have done the trick. Moving to Verified

Original comment by CodyPrec...@gmail.com on 29 Aug 2007 at 12:12