0

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?

LazyOne
  • 158,824
  • 45
  • 388
  • 391
Shatazone
  • 2,422
  • 6
  • 28
  • 38

1 Answers1

0

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

ice1000
  • 6,406
  • 4
  • 39
  • 85