主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Aleksey Pivovarov
活动总数
801
最后的活动
2024年09月23日 14:52
成员加入日期
2013年08月06日 15:41
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
444
活动概览
文章(0)
帖子(0)
评论(357)
按最近的活动排序
最近的活动
投票数
创建于
2022年07月15日 07:24
package com.intellij.sampleimport com.intellij.notification.Notificationimport com.intellij.notification.NotificationTypeimport com.intellij.openapi.actionSystem.AnActionEventimport com.intellij.op...
社区
IntelliJ IDEA Open API and Plugin Development
How to listen a git push event in a plugin
0 票
创建于
2022年07月14日 14:52
There's general notification listener, but it'll be unreliable for this purpose.https://github.com/JetBrains/intellij-community/blob/2bb5f9a8563cc87aea464cdf45a74ad040060fff/platform/ide-core/src/c...
社区
IntelliJ IDEA Open API and Plugin Development
How to listen a git push event in a plugin
0 票
创建于
2022年07月14日 07:07
>Do you have a snipet of code to understand how i can implement this ?Only the https://github.com/JetBrains/intellij-community/blob/2bb5f9a8563cc87aea464cdf45a74ad040060fff/plugins/devkit/intellij....
社区
IntelliJ IDEA Open API and Plugin Development
How to listen a git push event in a plugin
0 票
创建于
2022年07月13日 15:37
PrePushHandler can perform some checks right before push (ex: validate commit messages).https://github.com/JetBrains/intellij-community/blob/28c662f9f65b3425cc2953bedbfd3bb54d558870/platform/dvcs-i...
社区
IntelliJ IDEA Open API and Plugin Development
How to listen a git push event in a plugin
0 票
创建于
2022年05月24日 12:49
Hello,Yes, there's no such API available anymore.Could you clarify the use case? There might be another suitable workaround.
社区
IntelliJ IDEA Open API and Plugin Development
How to listen a git push event in a plugin
0 票
创建于
2022年05月24日 12:49
>why my program is errorHard to tell without any relevant source code, but likely an incorrectly registered GitAuthenticationListener.
社区
IntelliJ IDEA Open API and Plugin Development
Listen for git push event from plugin in 2019.2
0 票
创建于
2022年03月28日 17:57
>It will be great if you could have a glance and tell me what do you think about the implementation!Note, that I do not have much experience with Psi/annotators.>element.text.split("\n")This create...
社区
IntelliJ IDEA Open API and Plugin Development
Get VCS (git) status of PsiElement
0 票
已编辑于
2022年03月28日 16:03
Could you expand a bit on the idea?It sounds like you're trying to expand gutter highlighting for the changed lines to the whole line (as background/text highlighting) ?Overall, there's no 'good' A...
社区
IntelliJ IDEA Open API and Plugin Development
Get VCS (git) status of PsiElement
1 票
已编辑于
2022年03月01日 13:26
Note, that `SimpleDiffViewer` is not supposed to be used directly. You can replace it with a `com.intellij.diff.DiffManager#createRequestPanel`.Potentially, using `diffPanel.putContextHints(DiffUse...
社区
IntelliJ IDEA Open API and Plugin Development
How to update request of SimpleDiffViewer?
1 票
已编辑于
2021年11月02日 09:53
>But I did not find this method:Which IDE version do you use as platform SDK?https://github.com/JetBrains/intellij-community/blob/master/platform/vcs-impl/src/com/intellij/openapi/vcs/ex/PartialLoc...
社区
IntelliJ IDEA Open API and Plugin Development
Get all selected changes from non-modal commit interface.
0 票
«
第一页
‹
上一页
下一页
›
最后
»