List the modified files using an IntelliJ plugin

143 views Asked by At

How can I retrieve the list of locally modified classes within an IntelliJ plugin?

Is there any IntelliJ plugin tutorial / opensource project that is relevant to the case above?

1

There are 1 answers

0
ice1000 On

It depends on your luck (I'm serious).

First, open View | Recent Changes (You can also use Alt+Shift+C on Windows/Linux), and there's a list of your changes.

If you're lucky enough, you'll find the version you want. And you can revert to that version by clicking revert at bottom-right.

If you're using Git, use this tool window. image