主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Kirill Likhodedov
活动总数
733
最后的活动
2021年10月14日 12:17
成员加入日期
2010年06月11日 07:06
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
269
活动概览
文章(0)
帖子(0)
评论(464)
按最近的活动排序
最近的活动
投票数
创建于
2013年05月06日 08:57
Use CommitChangeListDialog#commitChanges(Project project, Collection<Change> changes, LocalChangeList initialSelection, List<CommitExecutor> executors, boolean showVcsCommit, String comment, Commit...
社区
IntelliJ IDEA Open API and Plugin Development
Obtain last Commit
0 票
创建于
2013年06月28日 11:44
You can use com.intellij.openapi.vcs.CommittedChangesProvider.
社区
IntelliJ IDEA Open API and Plugin Development
Obtain last Commit
0 票
创建于
2013年07月25日 10:10
As I know, there is no API for that.
社区
IntelliJ IDEA Open API and Plugin Development
Obtain last Commit
0 票
创建于
2014年03月03日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Get a list of pushed git commits in a plugin
0 票
创建于
2014年03月05日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Get a list of pushed git commits in a plugin
0 票
创建于
2014年06月09日 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 ...
社区
IntelliJ IDEA Open API and Plugin Development
Testing VCS commit & update hooks
0 票
创建于
2014年06月12日 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.
社区
IntelliJ IDEA Open API and Plugin Development
Testing VCS commit & update hooks
0 票
创建于
2015年07月02日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Store unique password in per module settings
0 票
创建于
2015年08月13日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Hook into VcsHistoryProvider of existing VCS plugins
0 票
创建于
2015年08月08日 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 ...
社区
IntelliJ IDEA Open API and Plugin Development
Get project' git repositories in a project component
0 票
«
第一页
‹
上一页
下一页
›
最后
»