主页
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)
按最近的活动排序
最近的活动
投票数
创建于
2016年07月04日 16:17
Then you can either look inside the implementation of "compare" and take the stuff you need, either look back at the GitCompareWithBranchAction and use the Git repository root folder as the FilePath.
社区
IntelliJ IDEA Open API and Plugin Development
Diff of two git files
0 票
创建于
2016年07月02日 14:01
Your mistake is that you use some 3-party git4idea library which has nothing to do with the official git4idea plugin by JetBrains which is included in every IDEA installation (<IDEA install dir>/pl...
社区
IntelliJ IDEA Open API and Plugin Development
Diff of two git files
0 票
创建于
2016年06月30日 13:56
Yes, vikash kumar has described everything correctly.
社区
IntelliJ IDEA Open API and Plugin Development
Diff of two git files
0 票
创建于
2016年06月29日 21:24
If you need to compare whole branches, not just the given file, the situation is even simpler: just use GitBrancher.compare(). It will compare branches in the background and show the dialog once re...
社区
IntelliJ IDEA Open API and Plugin Development
Diff of two git files
0 票
创建于
2016年06月29日 21:21
Please note that GitToolBox is a 3-party plugin, and its GitRepositoryManager != the one from git4idea. @Michael Wölk Currently there is no API to listen to branch changes. There is API for any ...
社区
IntelliJ IDEA Plugin Users
How to get current git branch inside StartActivity
0 票
创建于
2016年06月29日 18:30
1. Check GitBrancher.checkout() 2. At first, you have to find the GitRepository object which corresponds to the Git root. You can find one from GitRepositoryManager (GitUtil.getRepositoryManager(pr...
社区
IntelliJ IDEA Open API and Plugin Development
Programically Check Git Repo, Shelve changes and Checkout from git with a commit hash
0 票
创建于
2016年06月29日 18:15
Here are some useful links (in case you didn't see them yet): * Root SDK documentation page: http://www.jetbrains.org/intellij/sdk/docs/ * How to create AnAction: http://www.jetbrains.org/intellij/...
社区
IntelliJ IDEA Open API and Plugin Development
Diff of two git files
0 票
创建于
2016年06月27日 16:19
It is possible to write a simple plugin which would provide your custom action with the specific logic you need. If you want to try, I can give you some directions on where to start from.
社区
IntelliJ IDEA Open API and Plugin Development
Diff of two git files
0 票
创建于
2012年01月24日 14:14
Hello opticyclic,Thanks for the feedback.We already have requests for some of the issues you mentioned. You may vote for them.1. Updated changes view format: you're welcome to create a feature requ...
社区
IntelliJ IDEA EAP Users
Usability Issues With Git
0 票
创建于
2012年03月20日 08:00
Have you registered both VCS roots in Settings | Version Control ?Please attach idea.log
社区
IntelliJ IDEA EAP Users
Git update does not work in IDEA 11.1 (all versions)
0 票
«
第一页
‹
上一页
下一页
›
最后
»