Hooking into refactoring? Follow
Is there any documentation out there on what OpenAPI calls do what?
For example, I have a class that extends AbstractVcs but can't get IDEA 4.5 to call some of it's member functions like getVcsHistoryProvider, addFile, renameandCheckInFile, etc...
I had expected the rename...() method to be called when I did a Rename refactoring, but it wasn't. How can I hook into the events like Rename, New File/Class, Delete, etc...?
Any help would be much appreciated.
Thanks,
Matt
Please sign in to leave a comment.