主页
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年07月09日 08:13
Looks like this problem: https://youtrack.jetbrains.com/issue/IDEA-127802Please try workarounds mentioned in comments (e.g. use a gpg-agent).
社区
IntelliJ IDEA Plugin Users
git integration not work with commit.gpgsign=true
0 票
创建于
2013年10月02日 11:02
Hi Anders,Mercurial integration in IntelliJ is a bit behind Git and SVN indeed.However, we are trying hard to make it better.A lot of new features and bugfixes will be available in IntelliJ IDEA 13...
社区
IntelliJ IDEA Plugin Users
hg4idea seems less maintained
0 票
创建于
2011年10月04日 14:59
Anthony,It seems like a problem with your Git setup.Please try if simple "git version" works for you. What is the output?
社区
IntelliJ IDEA Open API and Plugin Development
Git HTTP Access (for the 4th time?)
0 票
创建于
2013年04月02日 09:44
Btw, if you need not just the hash, but other commit details as well, there is also GitHistoryUtils#history (the one with the longest signature), that allows to specify additional parameters ("-n1"...
社区
IntelliJ IDEA Open API and Plugin Development
Git info for current file in plugin
0 票
创建于
2013年03月22日 08:43
Hi Bill,Could you please attach the whole log here? (or at least the whole exception stacktrace)
社区
IntelliJ IDEA Open API and Plugin Development
Expected PolicyBase with TFS policy plugin
0 票
创建于
2013年03月13日 13:35
Hi syt,Could you please clarify, what actually do you want to achieve at the end?As I understood, you want to add some feature to the Subversion integration functionality. Suppose, you have impleme...
社区
IntelliJ IDEA Open API and Plugin Development
Extending the VCS commit dialog
0 票
创建于
2013年03月14日 12:58
I think you're mixing both approaches.Why do you copy the existing svn4idea code into another module? Maybe this causes the exception since some extensions are defined twice.You should either creat...
社区
IntelliJ IDEA Open API and Plugin Development
Extending the VCS commit dialog
0 票
创建于
2013年04月11日 10:50
Hello Marcus,It looks more like a bug. The "short diff" at the bottom of the commit dialog should have the same editor highlighting as the full-sized diff dialog.Please open a bugreport at our bugt...
社区
IntelliJ IDEA Open API and Plugin Development
GIT Commit does not respect editorHighlighterProvider
0 票
创建于
2013年05月08日 10:49
Of course, you can't implement AnnotationListeners, since they don't exist anymore.Well, the solution is not using them. :)
社区
IntelliJ IDEA Open API and Plugin Development
com.intellij.openapi.vcs.annotate.AnnotationListener;
0 票
创建于
2013年04月22日 11:30
Hi, try to use CommittedChangesProvider#getCommittedChanges() with maxCount == 1.If your target is just Git, you may want to inspect methods of GitHistoryUtils.
社区
IntelliJ IDEA Open API and Plugin Development
Obtain last Commit
0 票
«
第一页
‹
上一页
下一页
›
最后
»