Hook into CVS tag and add to favorites
I'd like to write a plugin that would somehow hook into the CVS tag action and whenever a tag operation is done, automatically add the file(s) tagged to a specific Favorites list.
Is this functionality available in the current API? My initial scanning of the JavaDocs did not reveal the ability to do either of these 2 things.
Thanks!
Todd Breiholz
Please sign in to leave a comment.
I don't think there's an official API for this - CVS support is implemented as a plugin that AFAIK doesn't provide any OpenAPI. You could try to add the plugin's jars to your IDEA-JDK though and see if you find something useful in there...
Sascha