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
September 06, 2013 14:23
Hi Opher,currently there is no direct way to hook right after GitVcs.activate() is complete.The thing you can do - is subscribe to ProjectLevelVcsManager.VCS_CONFIGURATION_CHANGED and listen to dir...
Community
IntelliJ IDEA Open API and Plugin Development
Hooking into GitVcs activate\deactivate methods
0 votes
Created
October 30, 2013 16:51
Hi Malte,ServiceManager.getService(project, GitRepositoryManager.class) should return a valid instance of the GitRepositoryManager for the given project.It will contain GitRepositories for all Git ...
Community
IntelliJ IDEA Open API and Plugin Development
Is there documentation about available events?
0 votes
Created
December 03, 2013 12:51
If you look into source of the AbstractRepositoryManager, you'll see that the repository map is populated in updateRepositoriesCollection()This method is called from directoryMappingChanged(), i. e...
Community
IntelliJ IDEA Open API and Plugin Development
Is there documentation about available events?
0 votes
Created
June 09, 2014 18:34
Personally I never tried this thing, but your approach seems to be correct, at least from what I see from the code (although, it is not used in IDEA platform for now).To make sure that your plugin ...
Community
IntelliJ IDEA Open API and Plugin Development
Testing VCS commit & update hooks
0 votes
Created
October 12, 2014 16:42
Disabling Git Integration plugin should help with this issue.
Community
IntelliJ IDEA Open API and Plugin Development
Help for running tests with ant for CI server
0 votes
Created
May 21, 2015 14:34
You may also try to fork another Crucible plugin (https://github.com/ktisha/Crucible4IDEA), which was written against IDEA 13, and could possibly be easier to support IDEA 14 and improve further.Le...
Community
IntelliJ IDEA Open API and Plugin Development
diff viewer
0 votes
Created
June 19, 2015 13:27
Hi sreehari,It seems that this functionality is already available in IntelliJ IDEA: select a file and invoke Git | Compare with Branch. Doesn't it suit well for you?
Community
IntelliJ IDEA Open API and Plugin Development
Diff of two git files
0 votes
Created
July 03, 2015 10:07
It looks like you request and save passwords correctly. At least, we do the same in Github plugin.However, I agree that it might be not a good place to instantiate a new key. Usually default values...
Community
IntelliJ IDEA Open API and Plugin Development
Store unique password in per module settings
0 votes
Created
August 14, 2015 09:13
it use JGit instead of the IntelliJ git plugin, is not really "logic", since intelliJ provide the necessary to manage Git.Honestly, I have no idea why does it use JGit. I will ask the author. My as...
Community
IntelliJ IDEA Open API and Plugin Development
Get project' git repositories in a project component
0 votes
Created
August 18, 2015 15:15
That's because these are custom objects that are not annotated as persistable. See com.intellij.dvcs.push.PushSettings.ForcePushTargetInfo for example of a custom persistable class.However, in this...
Community
IntelliJ IDEA Open API and Plugin Development
Get project' git repositories in a project component
0 votes
«
First
‹
Previous
Next
›
Last
»