intellij-diff-plugin
intellij-diff-plugin copied to clipboard
Compatibility with newer versions available here! (>= 2021.1)
Please note that I also updated the Copyright years and removed the com.github.ManifestClasspath
plugin as it breaks the build on Windows actually (I built the plugin successfully on Windows myself)
Edit: Versions can be found here: https://plugins.jetbrains.com/plugin/18612-diff--patch-file-support
Fixes #10 Fixes #14
I just installed intellij-diff-plugin-2.1.7-2021.2-SNAPSHOT.jar
to IDEA 2021.1.2 IU-211.7442.40 and so far so good.
@larvanitis The 2021.2 EAP version worked on 2021.1.2 for you? That's very nice to hear. Maybe, we don't even need the other version after all
Latest intellij-diff-plugin-2.1.7-2021.2-SNAPSHOT.jar
works with PyCharm 2021.3.1 (Professional Edition).
@ThexXTURBOXx thanks for your efforts. Do you think, it's possible to publish your builds in the official JetBrains marketplace?
@denisvmedia I also already thought about that since the original author seems to have abandoned this project. Also, because I am not very familiar with licenses and what they mean, I read up some articles about what I may do with this plugin. Appearently, I am permitted to distribute my builds as long as I include the original copyright notice and state what I changed in the code. So, this is exactly what I will do.
I will keep you updated on my progress on uploading the plugin :)
Uploaded the first version here: https://plugins.jetbrains.com/plugin/18612-diff--patch-file-support
According to JetBrains, the approval process will take two business days. So, I will keep you updated on when the plugin will be available on the Marketplace :)
The plugin has successfully been approved by JetBrains! You can now install it from within your IDE directly :)
Thanks what you've done!