主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Anna Kozlova
活动总数
1422
最后的活动
2023年06月12日 14:16
成员加入日期
2005年10月25日 10:47
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
503
活动概览
文章(0)
帖子(0)
评论(919)
按最近的活动排序
最近的活动
投票数
创建于
2015年07月16日 06:21
It looks like that 'id'-protocol was not ready for duration attribute. Sorry, I've used simple one, will check what can be done. Thanks
社区
IntelliJ IDEA Open API and Plugin Development
Graphical integration of running tests in plugin
0 票
创建于
2015年07月16日 15:35
Please watch/vote https://youtrack.jetbrains.com/issue/IDEA-142739. Thanks
社区
IntelliJ IDEA Open API and Plugin Development
Graphical integration of running tests in plugin
0 票
创建于
2015年07月22日 18:55
Scott,IDEA 12, 13 CE didn't have coverage, it was Ultimate feature so you surely need to register optional part in your plugin.xml (if you need details, please ask)It seems to me that you need regi...
社区
IntelliJ IDEA Open API and Plugin Development
Graphical integration of running tests in plugin
0 票
创建于
2015年07月24日 07:47
Scott, you need to specify hits for line data, corresponding piece of code from ProjectDataLoader as sample{code}LineData lineInfo = ...;lineInfo.setHits(hits);if (hits > 0) { final int jumpsNumbe...
社区
IntelliJ IDEA Open API and Plugin Development
Graphical integration of running tests in plugin
0 票
创建于
2015年07月27日 13:45
Scott,you need to return array of lines with null values, where null should correspond to non-executable line, otherwise lineInfo with 0 hits for uncovered lines, > 0 hits for covered lines. I've a...
社区
IntelliJ IDEA Open API and Plugin Development
Graphical integration of running tests in plugin
0 票
创建于
2015年11月18日 15:48
Hi Scott,I can imagine that something goes wrong with library flag : IDEA doesn't show coverage for library classes and there are corresponding checks in engine for that. Please look at com.intelli...
社区
IntelliJ IDEA Open API and Plugin Development
Graphical integration of running tests in plugin
0 票
创建于
2015年11月18日 17:32
There must be a bug, but we can't reproduce it so no additional inforamtion available, sorry
社区
IntelliJ IDEA Open API and Plugin Development
Graphical integration of running tests in plugin
0 票
创建于
2015年09月21日 17:08
MemberInplaceRenameHandler? Instead of yours? That's strange.The goal of the dialog is the ability for the user to resolve ambiguity: mainly it was introduced to distinguish between module/director...
社区
IntelliJ IDEA Open API and Plugin Development
Perl5 plugin for Intellij IDEA
0 票
创建于
2015年09月21日 17:49
That's not correct. Multiple handlers were introduced intentionally to be able to suggest user to choose one renamer, e.g. in case of Project View with module content root selection - IDE can't pre...
社区
IntelliJ IDEA Open API and Plugin Development
Perl5 plugin for Intellij IDEA
0 票
创建于
2015年09月21日 18:42
VariableInplaceRenameHandler should be disabled if you like to provide your own implementation for it, please read above my explanations to Alexander.
社区
IntelliJ IDEA Open API and Plugin Development
Perl5 plugin for Intellij IDEA
0 票
«
第一页
‹
上一页
下一页
›
最后
»