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
July 09, 2015 08:13
Looks like this problem: https://youtrack.jetbrains.com/issue/IDEA-127802Please try workarounds mentioned in comments (e.g. use a gpg-agent).
Community
IntelliJ IDEA Plugin Users
git integration not work with commit.gpgsign=true
0 votes
Created
October 02, 2013 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...
Community
IntelliJ IDEA Plugin Users
hg4idea seems less maintained
0 votes
Created
October 04, 2011 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?
Community
IntelliJ IDEA Open API and Plugin Development
Git HTTP Access (for the 4th time?)
0 votes
Created
April 02, 2013 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"...
Community
IntelliJ IDEA Open API and Plugin Development
Git info for current file in plugin
0 votes
Created
March 22, 2013 08:43
Hi Bill,Could you please attach the whole log here? (or at least the whole exception stacktrace)
Community
IntelliJ IDEA Open API and Plugin Development
Expected PolicyBase with TFS policy plugin
0 votes
Created
March 13, 2013 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...
Community
IntelliJ IDEA Open API and Plugin Development
Extending the VCS commit dialog
0 votes
Created
March 14, 2013 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...
Community
IntelliJ IDEA Open API and Plugin Development
Extending the VCS commit dialog
0 votes
Created
April 11, 2013 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...
Community
IntelliJ IDEA Open API and Plugin Development
GIT Commit does not respect editorHighlighterProvider
0 votes
Created
May 08, 2013 10:49
Of course, you can't implement AnnotationListeners, since they don't exist anymore.Well, the solution is not using them. :)
Community
IntelliJ IDEA Open API and Plugin Development
com.intellij.openapi.vcs.annotate.AnnotationListener;
0 votes
Created
April 22, 2013 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.
Community
IntelliJ IDEA Open API and Plugin Development
Obtain last Commit
0 votes
«
First
‹
Previous
Next
›
Last
»