Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Kirill Likhodedov
Total activity
733
Last activity
October 14, 2021 12:17
Member since
June 11, 2010 07:06
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
269
Activity overview
Articles (0)
Posts (0)
Comments (464)
Sort by recent activity
Recent activity
Votes
Edited
October 14, 2021 12:17
Hi Colin. We're currently in the process of rewriting the Trusted Projects mechanics and API. We're going to make it easier for clients/subsystems/plugins in 2021.3. Instead of postponing the "do y...
Community
IntelliJ IDEA Open API and Plugin Development
Implementing Trusted Project functionality
0 votes
Created
August 08, 2019 08:52
Official comment
If a merge conflict happens during `git stash pop`, then the stash is not deleted. Git behaves this way, and it is reasonable, because otherwise user would loose the original data if they decide to...
Community
IntelliJ IDEA Users
Why is stash not popped after successful project update?
0 votes
Edited
July 10, 2019 14:44
> I want to find a commit the working copy of the project is currently referring to. Initially HEAD is in a known position, but later I will need to find a detached HEAD as well In Git the HEAD is ...
Community
IntelliJ IDEA Open API and Plugin Development
Find a commit which has the HEAD
0 votes
Created
April 26, 2019 10:44
Hi Julien, yes, it is doable. 1. No need to do this in a loop. You can subscribe to the `GitRepository.GIT_REPO_CHANGE` MessageBus Topic, and the listener will be pinged on each change in Git repo...
Community
IntelliJ IDEA Open API and Plugin Development
How-to create custom plugin to automatically change deployment target based on current git branch?
1 vote
Created
April 12, 2019 18:23
There is `CheckinHandler#checkinSuccessful()` method, it is called after commit is executed successfully. Please try if works for you.
Community
IntelliJ IDEA Open API and Plugin Development
Running logic after CloseTaskDialog's "commit"
0 votes
Created
December 14, 2018 07:54
Official comment
GitRepository objects are created and managed by the GitRepositoryManager. Unfortunately, it happens somewhat separately from the VCS roots which are managed by the ProjectLevelVcsManager. Fortunat...
Community
IntelliJ IDEA Open API and Plugin Development
How to listens to project opened?
0 votes
Created
December 11, 2018 11:58
Yes, I'm afraid it is so for the moment. You may look and copy paste the code from intellij-community, of course.
Community
IntelliJ IDEA Open API and Plugin Development
First steps for writing tests for a Git plugin
0 votes
Created
December 11, 2018 11:10
Ah, I've found out that unfortunately, there is no way to use GitPlatformTest at the moment :( We don't distribute our test framework classes, so a plugin can't depend on them. Please follow https:...
Community
IntelliJ IDEA Open API and Plugin Development
First steps for writing tests for a Git plugin
0 votes
Edited
December 09, 2018 16:24
Official comment
The best would be to extend the GitPlatformTest class (or, for example, a little bit more specific GitSingleRepoTest). Almost all git4idea tests are its inheritors, take a look at their source code...
Community
IntelliJ IDEA Open API and Plugin Development
First steps for writing tests for a Git plugin
0 votes
Created
October 11, 2018 09:11
Are you sure it is the hook which is executed twice? Can it be possible that one of these `mvn clean install` commands are issued from IDEA Maven Integration? If you're not sure, to diagnose this y...
Community
IntelliJ IDEA Users
Git pre-push hook executed twice
0 votes
Next
›
Last
»