主页
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)
按最近的活动排序
最近的活动
投票数
创建于
2013年09月06日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Hooking into GitVcs activate\deactivate methods
0 票
创建于
2013年10月30日 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 ...
社区
IntelliJ IDEA Open API and Plugin Development
Is there documentation about available events?
0 票
创建于
2013年12月03日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Is there documentation about available events?
0 票
创建于
2014年06月09日 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 ...
社区
IntelliJ IDEA Open API and Plugin Development
Testing VCS commit & update hooks
0 票
创建于
2014年10月12日 16:42
Disabling Git Integration plugin should help with this issue.
社区
IntelliJ IDEA Open API and Plugin Development
Help for running tests with ant for CI server
0 票
创建于
2015年05月21日 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...
社区
IntelliJ IDEA Open API and Plugin Development
diff viewer
0 票
创建于
2015年06月19日 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?
社区
IntelliJ IDEA Open API and Plugin Development
Diff of two git files
0 票
创建于
2015年07月03日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Store unique password in per module settings
0 票
创建于
2015年08月14日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Get project' git repositories in a project component
0 票
创建于
2015年08月18日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Get project' git repositories in a project component
0 票
«
第一页
‹
上一页
下一页
›
最后
»