Closed hbinkle closed 3 years ago
Me too. Same as in issue 3.
Hi @hbinkle, I just added source code handling to the version 1.2.0 of meld diff.
What do you mean exactly with 'compare against older Git versions'? Do you mean to enter a commit and than show the diff? Can you explain your idea a little bit more in detail (with a use case)?
Maybe the changes in 1.2.0 are the one you are looking for.
Hello Daniel, I'm not sure what v1.2.1 brings new, it does not work for me when calling from the command on the currently opened file:
What I mean is the integration into sourcecontrol panel:
Now I can see the new menu entry:
but it doesn't work properly. Meld opens with one empty pane:
I guess the temp file is no longer there. Do you wait until the Meld-Process is closed before delete the temp file?
Hello Harald,
the call of this new command from the command menu is not possible. It can only be used from the context menu within the source control window. I add a meaningful error message for this.
Also I found a bug in the reading of the file. Maybe the fix of this bug also get the extension working in your case. Please try out the version 1.2.3 and tell me if the error still remains.
Hi @hbinkle, did you have the chance to test the new version and verify the bugfix?
Hello @danielroedl, the error message is gone when trying to start using the command pane. But from the context menu in the scm pane it still opens with non existing temp file on the left:
But from the context menu in the scm pane it still opens with non existing temp file on the left...
I found the cause of the non existing temp file. It was my fault, and mistake in the call of meld. (BTW starting the meld through WSL2 in an windows X-Term is pretty much faster than running the windows compilation of meld.)
I love the extension but I'm really missing being able to compare against older Git versions.