主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Devenyangdi
活动总数
16
最后的活动
2024年08月29日 06:18
成员加入日期
2024年01月10日 07:58
关注
0 名用户
关注者数
0 名用户
投票数
1
订阅数
6
活动概览
帖子(6)
评论(3)
按最近的活动排序
最近的活动
投票数
创建于
2024年08月21日 02:49
While reading the article in the link, it mentioned using VcsDataKeys.COMMIT_WORKFLOW_HANDLER, which requires an additional conversion to AbstractCommitWorkflowHandler to finally get CommitWorkflow...
社区
IntelliJ IDEA Open API and Plugin Development
How to get the selected content in a Commit?
0 票
创建于
2024年08月21日 02:11
Project project = anActionEvent.getProject();CommitWorkflowUi data = anActionEvent.getData(VcsDataKeys.COMMIT_WORKFLOW_UI);if (data != null){ List<Change> includedChanges = data.getIncludedChange...
社区
IntelliJ IDEA Open API and Plugin Development
How to get the selected content in a Commit?
0 票
创建于
2024年01月26日 02:25
Thank you so much for your response. I really appreciate the time and effort you took to help me out. Your information/advice was incredibly helpful.
社区
IntelliJ IDEA Open API and Plugin Development
Why are there no API tutorials for Inlay Hints, only two example demos?
0 票