There are many actions that has been done by plug-in or user. I want to revert them, How to revert the actions programmatically.
Asked
Active
Viewed 135 times
0
-
I have gotten pretty good mileage just by using UNDO. How many actions are you dealing with here? – Tim Biegeleisen May 18 '16 at 07:06
-
UNDO will revert the complete thing. but i am having some steps, want to revert them. Sometimes only some particular steps. how to do this. I am adding so many files step by steps. the number of files that is been added, not constant. – Aarti May 23 '16 at 05:23
-
There is no API for reverting an arbitrary action performed in IntelliJ IDEA. If you want to revert a specific kind of action, please provide more details on what you want to achieve. – yole May 30 '16 at 18:09
-
I need to revert the changes which are not necessarily on the top of the stack and there are lot of such changes. changes means adding a file, adding a method into the file, adding the dependency, removing the method..like that. – Aarti Jun 01 '16 at 05:36