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
Created
May 06, 2013 08:57
Use CommitChangeListDialog#commitChanges(Project project, Collection<Change> changes, LocalChangeList initialSelection, List<CommitExecutor> executors, boolean showVcsCommit, String comment, Commit...
Community
IntelliJ IDEA Open API and Plugin Development
Obtain last Commit
0 votes
Created
June 28, 2013 11:44
You can use com.intellij.openapi.vcs.CommittedChangesProvider.
Community
IntelliJ IDEA Open API and Plugin Development
Obtain last Commit
0 votes
Created
July 25, 2013 10:10
As I know, there is no API for that.
Community
IntelliJ IDEA Open API and Plugin Development
Obtain last Commit
0 votes
Created
March 03, 2014 12:19
Hi,To get pushed commits, say, from master to origin/master, you have to:1. check where does origin/master point to BEFORE push: hash12. check where does it point to AFTER push: hash2And invoke 'gi...
Community
IntelliJ IDEA Open API and Plugin Development
Get a list of pushed git commits in a plugin
0 votes
Created
March 05, 2014 16:42
We do accept pull requests: github.com is a read-only mirror indeed, but we use its pull request UI & accept them manually.But please note that even if you embed into every command executed from ID...
Community
IntelliJ IDEA Open API and Plugin Development
Get a list of pushed git commits in a plugin
0 votes
Created
June 09, 2014 16:45
So, let's summarize: what is the original problem you're trying to solve?The purpose being to hook into the commit/update operations against a VCS. This one?Then CheckinHandlerFactory is a correct ...
Community
IntelliJ IDEA Open API and Plugin Development
Testing VCS commit & update hooks
0 votes
Created
June 12, 2014 18:38
Let me check/debug it with some sample plugin in a while. I'll write back when I'll perform the test and will be ready to answer.
Community
IntelliJ IDEA Open API and Plugin Development
Testing VCS commit & update hooks
0 votes
Created
July 02, 2015 09:46
> If you try to access the panel with the password when bg tasks are running then the master password dialog doesn't come up. When this happens the password is lost and a blank one is somehow stor...
Community
IntelliJ IDEA Open API and Plugin Development
Store unique password in per module settings
0 votes
Created
August 13, 2015 12:09
You should be able to add the action into the VcsHistoryActionsGroup like that:<action id="Your.Action" text="..." icon="..."> <add-to-group group-id="VcsHistoryActionsGroup" anchor="last"/></act...
Community
IntelliJ IDEA Open API and Plugin Development
Hook into VcsHistoryProvider of existing VCS plugins
0 votes
Created
August 08, 2015 10:09
I suppose that the list of repositories is just not loaded. So, how can I resolve this issue ? My idea is to check git repositories at project starting to know if an application is linked with our ...
Community
IntelliJ IDEA Open API and Plugin Development
Get project' git repositories in a project component
0 votes
«
First
‹
Previous
Next
›
Last
»