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 04, 2016 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.
Community
IntelliJ IDEA Open API and Plugin Development
Diff of two git files
0 votes
Created
July 02, 2016 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...
Community
IntelliJ IDEA Open API and Plugin Development
Diff of two git files
0 votes
Created
June 30, 2016 13:56
Yes, vikash kumar has described everything correctly.
Community
IntelliJ IDEA Open API and Plugin Development
Diff of two git files
0 votes
Created
June 29, 2016 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...
Community
IntelliJ IDEA Open API and Plugin Development
Diff of two git files
0 votes
Created
June 29, 2016 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 ...
Community
IntelliJ IDEA Plugin Users
How to get current git branch inside StartActivity
0 votes
Created
June 29, 2016 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...
Community
IntelliJ IDEA Open API and Plugin Development
Programically Check Git Repo, Shelve changes and Checkout from git with a commit hash
0 votes
Created
June 29, 2016 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/...
Community
IntelliJ IDEA Open API and Plugin Development
Diff of two git files
0 votes
Created
June 27, 2016 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.
Community
IntelliJ IDEA Open API and Plugin Development
Diff of two git files
0 votes
Created
January 24, 2012 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...
Community
IntelliJ IDEA EAP Users
Usability Issues With Git
0 votes
Created
March 20, 2012 08:00
Have you registered both VCS roots in Settings | Version Control ?Please attach idea.log
Community
IntelliJ IDEA EAP Users
Git update does not work in IDEA 11.1 (all versions)
0 votes
«
First
‹
Previous
Next
›
Last
»