Raymond E Ferguson
Raymond E Ferguson
@sscholl I believe this is fixed in a patch I submitted. I have an fork awaiting a pull request for inclusion in a release over here: https://github.com/devendor/decompile-and-attach/releases Please comment back...
I have a fix for this over in my branch for anyone watching. I've submitted a pull request to get an official release, but I included a jar for you...
@huzongyao @utrucceh If you using 2017.x, I have an fork awaiting a pull request for inclusion in a release over here: https://github.com/devendor/decompile-and-attach/releases Please comment back here if you try it...
There is an unofficial release in my fork if anyone wants this working in 2017.x before the project owner has time to review and make an official release. https://github.com/devendor/decompile-and-attach/releases
@markiewb I've updated the patch set to remove the uneeded change and retested to make sure it still builds and works. Thank you for your work on this.
@amandeep1991 There is a plugin development guide. If you get through the first little bit to setup the intellij ide for plugin development, it all starts to come together. You...
@amandeep1991 Ah, this is the little bit you need. https://www.jetbrains.com/help/idea/configuring-intellij-platform-plugin-sdk.html The community edition code can be pulled from github: https://github.com/JetBrains/intellij-community And if you jump up a notch, the JetBrains github...