It would be great if one could - reorder panes by dragging them - close panes that are no longer needed (e.g. going from a 3-way merge to a 2-way merge by closing one of the files) - add more panes during merge
A pane already exists for closing panes: https://sourceforge.net/p/diffuse/patches/13/
How to install diffuse from source, including the patch:
First uninstall any existing diffuse installation (to make sure there are no collisions).
svn checkout https://svn.code.sf.net/p/diffuse/code/trunk diffuse cd diffuse wget https://sourceforge.net/p/diffuse/patches/13/attachment/diffuse.patch patch -p0 diffuse.patch
the patching program complains that some of the corrections in the patch have already been applied; answer like this:
Reversed (or previously applied) patch detected! Assume -R? [n] n Apply anyway? [n] y
Then run
sudo ./install.py
and there you go
Log in to post a comment.
A pane already exists for closing panes: https://sourceforge.net/p/diffuse/patches/13/
How to install diffuse from source, including the patch:
First uninstall any existing diffuse installation (to make sure there are no collisions).
the patching program complains that some of the corrections in the patch have already been applied; answer like this:
Then run
and there you go