Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Anna Kozlova
Total activity
1422
Last activity
June 12, 2023 14:16
Member since
October 25, 2005 10:47
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
503
Activity overview
Articles (0)
Posts (0)
Comments (919)
Sort by recent activity
Recent activity
Votes
Created
July 16, 2015 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
Community
IntelliJ IDEA Open API and Plugin Development
Graphical integration of running tests in plugin
0 votes
Created
July 16, 2015 15:35
Please watch/vote https://youtrack.jetbrains.com/issue/IDEA-142739. Thanks
Community
IntelliJ IDEA Open API and Plugin Development
Graphical integration of running tests in plugin
0 votes
Created
July 22, 2015 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...
Community
IntelliJ IDEA Open API and Plugin Development
Graphical integration of running tests in plugin
0 votes
Created
July 24, 2015 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...
Community
IntelliJ IDEA Open API and Plugin Development
Graphical integration of running tests in plugin
0 votes
Created
July 27, 2015 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...
Community
IntelliJ IDEA Open API and Plugin Development
Graphical integration of running tests in plugin
0 votes
Created
November 18, 2015 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...
Community
IntelliJ IDEA Open API and Plugin Development
Graphical integration of running tests in plugin
0 votes
Created
November 18, 2015 17:32
There must be a bug, but we can't reproduce it so no additional inforamtion available, sorry
Community
IntelliJ IDEA Open API and Plugin Development
Graphical integration of running tests in plugin
0 votes
Created
September 21, 2015 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...
Community
IntelliJ IDEA Open API and Plugin Development
Perl5 plugin for Intellij IDEA
0 votes
Created
September 21, 2015 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...
Community
IntelliJ IDEA Open API and Plugin Development
Perl5 plugin for Intellij IDEA
0 votes
Created
September 21, 2015 18:42
VariableInplaceRenameHandler should be disabled if you like to provide your own implementation for it, please read above my explanations to Alexander.
Community
IntelliJ IDEA Open API and Plugin Development
Perl5 plugin for Intellij IDEA
0 votes
«
First
‹
Previous
Next
›
Last
»