Alison Li

- Total activity 17
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 5
- Subscriptions 3
-
Edited Updating a custom tool window's contents on action performed
AnsweredHello - I followed the tool window sample at https://github.com/JetBrains/intellij-sdk-code-samples/tree/main/tool_window to register and create a custom tool window. On action invoke, what is the ... -
Edited Modifying the commits shown in the file history UI
AnsweredHello - I managed to create an action that opens a new tabbed file history in the VCS log tool window: I did this by getting the existing tabbed file history UI and re-using properties with `FileH... -
Edited Obtaining all revisions in a file history
AnsweredHello! I'm trying to develop a plugin that has an action which should take all of the commits from a file history window and perform some operations using the diffs between each revision. For examp...