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 votes
Recent activity
Votes
Created
August 13, 2015 12:45
Unfortunately most of the functionality which you've mentioned (including most of Git support, and including the VcsInitObject stuff which we've discussed above - as you might have noticed, it is n...
Community
IntelliJ IDEA Open API and Plugin Development
Get project' git repositories in a project component
0 votes
Created
August 15, 2015 12:44
I tried to use PushSource, but pushSupport.getPusher().push() is problematic : it take as first parameter a Map<GitRepository, PushSpec<GitPushSource, GitPushTarget>>, who use GitPushSource explici...
Community
IntelliJ IDEA Open API and Plugin Development
Get project' git repositories in a project component
0 votes
Created
August 18, 2015 14:18
Why don't you just use GitRemote object? Or a pair of GitRepository and GitRemote.
Community
IntelliJ IDEA Open API and Plugin Development
Get project' git repositories in a project component
0 votes
Created
August 19, 2015 14:49
I was wrong. The GitPushSupport is not a project service, but an implementation of the common extension point. Currently the only way to get an instance of the GitPushSupport is to traverse over al...
Community
IntelliJ IDEA Open API and Plugin Development
Get project' git repositories in a project component
0 votes
Created
September 04, 2015 18:29
You have to implement the `checkoutProvider` extension point: implement the CheckoutProvider interface and add the entry to your plugin.xml. Since you're going to checkout from Git, you'll probably...
Community
IntelliJ IDEA Open API and Plugin Development
Get project' git repositories in a project component
0 votes
Created
February 08, 2011 16:03
Taine,It's not true that it is "better to use git mv". It is just shorter when using command line.'git mv a b' is a shortcut and total equivalent for 3 commands: mv a b git add b git rm aThat's...
Community
RubyMine
Is there a way to do a git mv or have said happen upon refactor/rename?
1 vote
Created
February 21, 2011 08:37
It doesn't look like a deleted file, more like ignored file.Please check in Settings -> Version Control -> Ignored Files if your file matches with one of ignore patterns.Note that RubyMine has Chan...
Community
RubyMine
RM 3.1 issue with git
0 votes
Created
February 21, 2011 09:03
So, the solution is removing your files from the list of ignored.Unfortunately, currently IDEA's ignored files and .gitignore are not consistent (see http://youtrack.jetbrains.net/issue/IDEA-60354 ...
Community
RubyMine
RM 3.1 issue with git
0 votes
Created
February 22, 2011 09:26
Nicolas,it seems that there is a sort of misunderstanding here.Let me try to arrange the facts.1. Your original problem (not able to commit a file, file status is not correct) is because you've add...
Community
RubyMine
RM 3.1 issue with git
0 votes
Created
June 01, 2011 10:06
1. Please check permissions in the both local and remote .git directories. Especially, the objects subdir.2. Does running git from console produce the same error message?
Community
RubyMine
Git permissions problem
0 votes
«
First
‹
Previous
Next
›
Last
»