Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Aleksey Pivovarov
Total activity
801
Last activity
September 23, 2024 14:52
Member since
August 06, 2013 15:41
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
444
Activity overview
Articles (0)
Posts (0)
Comments (357)
Sort by recent activity
Recent activity
Votes
Created
August 23, 2022 08:12
No, wsl arguments are not customizable. How do you affect `git push` behavior via .bashrc? Some ENV variables for git config?You can probably try to point IDE git executable to "//wsl/ubuntu/..../g...
Community
IntelliJ IDEA Open API and Plugin Development
Add Parameters to wsl
0 votes
Created
July 15, 2022 07:24
package com.intellij.sampleimport com.intellij.notification.Notificationimport com.intellij.notification.NotificationTypeimport com.intellij.openapi.actionSystem.AnActionEventimport com.intellij.op...
Community
IntelliJ IDEA Open API and Plugin Development
How to listen a git push event in a plugin
0 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
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
»