主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
简体中文
English (United States)
登录
Alison Li
活动总数
17
最后的活动
2022年04月29日 05:48
成员加入日期
2022年03月25日 21:15
关注
0 名用户
关注者数
0 名用户
投票数
5
订阅数
3
活动概览
帖子(3)
评论(6)
按最近的活动排序
最近的活动
投票数
已编辑于
2022年04月11日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Obtaining all revisions in a file history
1 票
创建于
2022年04月25日 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 ...
社区
IntelliJ IDEA Open API and Plugin Development
Updating a custom tool window's contents on action performed
0 票
已编辑于
2022年04月25日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Updating a custom tool window's contents on action performed
0 票
已编辑于
2022年04月16日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Modifying the commits shown in the file history UI
0 票
已编辑于
2022年04月12日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Modifying the commits shown in the file history UI
0 票
已编辑于
2022年04月12日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Modifying the commits shown in the file history UI
0 票