主页
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)
按最近的活动排序
最近的活动
投票数
创建于
2015年08月29日 12:19
That's obviously because you're running Git from the EDT thread, thus freezing the whole UI until the operation completes. Which can take forever if Git waits for a password, and the password promp...
社区
IntelliJ IDEA Open API and Plugin Development
Get project' git repositories in a project component
0 票
创建于
2015年12月15日 13:55
So, are you going to write a standalone application, or a plugin for IDEA?If you're going to write a plugin, the first way is preferrable. That way you'll be in sync with current git4idea implement...
社区
IntelliJ IDEA Open API and Plugin Development
Using Git4Idea as a library ?
0 票
创建于
2013年04月01日 14:04
Hi Kevin,You may use ProjectLevelVcsManager.getInstance(Project).getVcsFor(VirtualFile). That would return the instance of the AbstractVcs which controlls the file, or null if it is not under versi...
社区
IntelliJ IDEA Open API and Plugin Development
Git info for current file in plugin
0 票
创建于
2013年04月01日 20:22
There is no common API for all VCSs for this task, but for Git you can use git4idea.history.GitHistoryUtils#getLastRevision(Project, FilePath).
社区
IntelliJ IDEA Open API and Plugin Development
Git info for current file in plugin
0 票
创建于
2013年03月24日 13:49
I don't reproduce the problem: I've downloaded the example plugin, made a jar from it, put it into the plugins directory of my Idea 12.0.4, and started Idea with TFS integration and CustomCheckinPo...
社区
IntelliJ IDEA Open API and Plugin Development
Expected PolicyBase with TFS policy plugin
0 票
创建于
2013年03月13日 14:05
Well, it depends on the nature of the features you make, but I see two ways for you to go:1. Implement a separate plugin, providing this sort of integration. And by separate plugin I mean that it s...
社区
IntelliJ IDEA Open API and Plugin Development
Extending the VCS commit dialog
0 票
创建于
2013年04月16日 15:44
Please try to define a CheckinHandler with getBeforeCheckinConfigurationPanel or getAfterCheckinConfigurationPanel.You may also override CheckinEnvironment#createAdditionalOptionsPanel, but it woul...
社区
IntelliJ IDEA Open API and Plugin Development
Extending the VCS commit dialog
0 票
创建于
2013年04月25日 10:53
This class was removed.Could you please share your use case: what were you using it for?Maybe com.intellij.openapi.vcs.annotate.FileAnnotation#setCloser can meet your needs?
社区
IntelliJ IDEA Open API and Plugin Development
com.intellij.openapi.vcs.annotate.AnnotationListener;
0 票
创建于
2013年05月28日 10:41
Hi Charles,git4idea-rt is a module which contains classes which are executed not within the main instance of IntelliJ IDEA, but from the separate Java program, which is called by Git when the user ...
社区
IntelliJ IDEA Open API and Plugin Development
Updating the runtime git4idea-rt classpath
0 票
创建于
2013年04月24日 11:40
Why do you think that ChangeBrowserSettings is a project component?Use com.intellij.openapi.vcs.CommittedChangesProvider#createDefaultSettings.Search for usages in IntelliJ community codebase for d...
社区
IntelliJ IDEA Open API and Plugin Development
Obtain last Commit
0 票
«
第一页
‹
上一页
下一页
›
最后
»