主页
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)
按最近的活动排序
最近的活动
投票数
创建于
2017年07月16日 21:50
These actions are implementations of the CommitExecutor interface. If you implement your own VCS integration, you can provide a CommitExecutor in AbstractVcs#getCommitExecutors. Otherwise you may c...
社区
IntelliJ IDEA Open API and Plugin Development
Can I add an action to the 'Commit Changes Dialog'
0 票
创建于
2017年07月15日 16:30
It looks like https://youtrack.jetbrains.com/issue/IDEA-113049. We'll try to prioritize the issue.
社区
IntelliJ IDEA Open API and Plugin Development
"Commit Changes" text generated by VCS
0 票
创建于
2017年07月12日 15:50
No, there is no way to identify this. Why do you need this? And what are the cases in which the behavior seems incorrect to you? Possibly, these are bugs which are to be fixed.
社区
IntelliJ IDEA Open API and Plugin Development
"Commit Changes" text generated by VCS
0 票
创建于
2017年06月22日 16:26
Where these two git commit revisions come from? Are they selected from the log?
社区
IntelliJ IDEA Open API and Plugin Development
plugin fails to retrieve information from commit
0 票
创建于
2017年06月21日 15:03
What should be the source of this diff content? So, you've got a button somewhere on a toolbar. What diff exactly should a user see when he presses the button?
社区
IntelliJ IDEA Open API and Plugin Development
plugin fails to retrieve information from commit
0 票
创建于
2017年06月20日 19:43
You can use a plugin to set up .svnignore. Or you may use IDEA's ignored patterns as well.
社区
IntelliJ IDEA Open API and Plugin Development
Custom activity after VCS refresh
0 票
创建于
2017年06月18日 13:42
Try ChangeListManager#invokeAfterUpdate(). As per the original task, don't you know in advance the patterns of the files you want to ignore? You could just add these patterns to .gitignore then.
社区
IntelliJ IDEA Open API and Plugin Development
Custom activity after VCS refresh
0 票
创建于
2017年04月24日 15:16
It's kinda obvious, isn't it? You're calling the method which requires the Event Dispatch Thread from a background thread => the assertion happens. Btw, it is usually not a good idea to call AnActi...
社区
IntelliJ IDEA Open API and Plugin Development
plugin fails to retrieve information from commit
0 票
创建于
2017年04月24日 09:28
According to the stacktrace, the assertion at `AbstractDataGetter:98` fails: assert EventQueue.isDispatchThread(); Please share the whole stack trace. Do you initiate this call sequence manually? I...
社区
IntelliJ IDEA Open API and Plugin Development
plugin fails to retrieve information from commit
0 票
创建于
2017年04月21日 08:00
It depends on where do you want to invoke this action from, and which items do you want to compare. At any case you can create a `GitFileRevision` object manually. See also `GitCompareWithBranchAct...
社区
IntelliJ IDEA Open API and Plugin Development
Diff of two git files
0 票
«
第一页
‹
上一页
下一页
›
最后
»