Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Aleksey Pivovarov
Total activity
799
Last activity
January 23, 2024 19:51
Member since
August 06, 2013 15:41
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
443
Activity overview
Articles (0)
Posts (0)
Comments (356)
Sort by recent activity
Recent activity
Votes
Created
July 14, 2022 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...
Community
IntelliJ IDEA Open API and Plugin Development
How to listen a git push event in a plugin
0 votes
Created
July 14, 2022 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....
Community
IntelliJ IDEA Open API and Plugin Development
How to listen a git push event in a plugin
0 votes
Created
July 13, 2022 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...
Community
IntelliJ IDEA Open API and Plugin Development
How to listen a git push event in a plugin
0 votes
Created
May 24, 2022 12:49
Hello,Yes, there's no such API available anymore.Could you clarify the use case? There might be another suitable workaround.
Community
IntelliJ IDEA Open API and Plugin Development
How to listen a git push event in a plugin
0 votes
Created
May 24, 2022 12:49
>why my program is errorHard to tell without any relevant source code, but likely an incorrectly registered GitAuthenticationListener.
Community
IntelliJ IDEA Open API and Plugin Development
Listen for git push event from plugin in 2019.2
0 votes
Created
March 28, 2022 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...
Community
IntelliJ IDEA Open API and Plugin Development
Get VCS (git) status of PsiElement
0 votes
Edited
March 28, 2022 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...
Community
IntelliJ IDEA Open API and Plugin Development
Get VCS (git) status of PsiElement
1 vote
Edited
March 01, 2022 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...
Community
IntelliJ IDEA Open API and Plugin Development
How to update request of SimpleDiffViewer?
1 vote
Edited
November 02, 2021 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...
Community
IntelliJ IDEA Open API and Plugin Development
Get all selected changes from non-modal commit interface.
0 votes
Edited
November 01, 2021 16:24
Following reasonable question, yes it makes sense to fix platform for `change.getAfterRevision()?.getContent()` to work as expected n all 3 cases.There must have been a reason, why it was had not b...
Community
IntelliJ IDEA Open API and Plugin Development
Get all selected changes from non-modal commit interface.
0 votes
«
First
‹
Previous
Next
›
Last
»