protector1990 / ClearVCSMessage

A simple plugin for Intellij IDEA that adds the ability to clear the vcs commit message only when last commit was successful.
BSD 2-Clause "Simplified" License
0 stars 0 forks source link

Not working with newest Jetbrains IDEs #1

Open LucaFilitz opened 3 years ago

LucaFilitz commented 3 years ago

Hello, I am one of the persons who is very annoyed by the commit message staying in place after commit. Therefor I was very happy when I found your plugin. Unfortunately, at least for me it is not working for e.g. WebStorm or GoLand. Could you implement that?

Kind Regards Luca

protector1990 commented 3 years ago

Hey Luca, Looks like Intellij has changed commit windows in newest versions (noticed that myself like a month ago), so it doesn't work anymore with newest Intellij products (IDEA included). I'll try to see what they changed and create a new version. If you fancy to give it a go, I can add you as a collaborator to the repository.

Regards, Marko

LucaFilitz commented 3 years ago

Hi Marko, To be honest, I never developed a JetBrains plugin so far, but I do have some experience in Java and Kotlin. So if you'd like to let me try, I guess it would be a cool first project :D

Kind Regards, Luca

protector1990 commented 3 years ago

Hi Luca,

I've given you collaborator access to the repo. I think you can find the documentation to get you started easily on JetBrains website. If I remember corretly, you should also clone Intellij IDEA Community edition repo, so that you can run it in debug mode in case you need to do some breakpoints during development.

Chances are that they've changed a lot and that everything will need to be almost entirely rewritten, but we'll see. I'll try to help if I have time, but last time I've written any JetBrains plugins is almost 3 years ago.

Happy coding :)

Regards, Marko

thomasbnt commented 2 years ago

Hello, any news about the update of this plugin for the latest version of Jetbrains?

protector1990 commented 1 year ago

Hi, no news on this one, I don't have time to work on this right now.