Alison Li
- 活动总数 17
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 5
- 订阅数 3
-
-
-
Alison Li 创建了一个帖子, 已回答Updating a custom tool window's contents on action performed
Hello - 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 ... -
-
-
-
-
Alison Li 创建了一个帖子, 已回答Modifying the commits shown in the file history UI
Hello - 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... -
Alison Li 创建了一个帖子, 已回答Obtaining all revisions in a file history
Hello! 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...