Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Alison Li
Total activity
17
Last activity
April 29, 2022 05:48
Member since
March 25, 2022 21:15
Following
0 users
Followed by
0 users
Votes
5
Subscriptions
3
Activity overview
Posts (3)
Comments (6)
Sort by recent activity
Recent activity
Votes
Created
April 25, 2022 23:47
As an update - from going over https://plugins.jetbrains.com/docs/intellij/tool-windows.html#contents-tabs again, I realized on action performed, I could create a new content tab each time for the ...
Community
IntelliJ IDEA Open API and Plugin Development
Updating a custom tool window's contents on action performed
0 votes
Edited
April 25, 2022 22:16
Hi Karol, Thanks for the response! One thing I'm wondering is since I followed the factory class for the sample:https://github.com/JetBrains/intellij-sdk-code-samples/blob/main/tool_window/src/main...
Community
IntelliJ IDEA Open API and Plugin Development
Updating a custom tool window's contents on action performed
0 votes
Edited
April 16, 2022 02:09
Hi Julia, apologies for another follow up question. Instead of developing a plugin, I have switched to working on modifying the IntelliJ Community source code for convenience as my goal is to use a...
Community
IntelliJ IDEA Open API and Plugin Development
Modifying the commits shown in the file history UI
0 votes
Edited
April 12, 2022 18:09
Hi Julia, thank you a lot for the explanation! I'll look into creating my own filterer implementation and log UI factory. If possible, could you explain further about the `filter` parameter when cr...
Community
IntelliJ IDEA Open API and Plugin Development
Modifying the commits shown in the file history UI
0 votes
Edited
April 12, 2022 03:03
Sorry - as follow up, I think I figured out that I need to use `PermanentGraph#createVisibleGraph` to get a subset of commits for showing in the `VisiblePack`. My current question now though is tha...
Community
IntelliJ IDEA Open API and Plugin Development
Modifying the commits shown in the file history UI
0 votes
Edited
April 11, 2022 21:54
Hello! In case anyone else sees this post and would like to know, I managed to do this with the following: AbstractVcs vcs = Objects.requireNonNull(getVcs(vcsKey));VcsHistoryProvider historyProvide...
Community
IntelliJ IDEA Open API and Plugin Development
Obtaining all revisions in a file history
1 vote