主页
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)
按最近的活动排序
最近的活动
投票数
创建于
2020年05月26日 18:47
Debug could help, but that's true, we still have too many ways to achieve things and too little documentation. Sorry for that
社区
IntelliJ IDEA Open API and Plugin Development
Search references on java class uses limited search scope
0 票
创建于
2020年05月26日 18:23
I see intersection with use scope added in 2019, probably there was another scope enlarger which doesn't work anymore or similar. If you know the version where it worked (IDEA version please, I am ...
社区
IntelliJ IDEA Open API and Plugin Development
Search references on java class uses limited search scope
0 票
创建于
2020年05月26日 17:48
Hi Vladimir, I believe the optimisation is correct (though it's quite old, from April 2019, I think, it was introduced together with scopes in rename refactoring). If you need to find references ou...
社区
IntelliJ IDEA Open API and Plugin Development
Search references on java class uses limited search scope
0 票
创建于
2020年05月11日 11:20
Yes, all test events are come in one thread, processTerminated in another. This way `com.intellij.execution.testframework.sm.runner.OutputToGeneralTestEventsConverter#finishTesting` may be called t...
社区
IntelliJ IDEA Open API and Plugin Development
How to avoid out of order of processTerminated and consumeTestResultsAvailable in plugin ideabuck
0 票
创建于
2020年05月06日 05:46
Why can't you use the same thread for later invocation of `processTerminated`? BTW All events are fired in "output reader" thread and can be processed synchronously
社区
IntelliJ IDEA Open API and Plugin Development
How to avoid out of order of processTerminated and consumeTestResultsAvailable in plugin ideabuck
0 票
创建于
2020年05月05日 08:40
Hi, in which order do you receive events? how do you handle events in your converter? Anna
社区
IntelliJ IDEA Open API and Plugin Development
How to avoid out of order of processTerminated and consumeTestResultsAvailable in plugin ideabuck
0 票
创建于
2020年04月28日 19:01
正式评论
Hi, IDEA doesn't support expression binding. Please watch/vote for https://youtrack.jetbrains.com/issue/IDEA-100322 Sorry for the inconvenience Anna
社区
IntelliJ IDEA Users
FXML binding expression error (false positive)
0 票
创建于
2020年04月03日 19:50
Hi Scott, you can add your own `RunConfigurationExtension` independently from java, for that you would have to implement and register your own `com.intellij.execution.configuration.RunConfiguration...
社区
IntelliJ IDEA Open API and Plugin Development
2020.1 RC1 reveals that my plugin has an unexpected dependency on Java Code Coverage
0 票
创建于
2020年02月28日 19:40
Hi, the `refactoringDone` doesn't include optimise imports + updates of non-code usages, though all references on the class should be actually updated. Doesn't help, I suppose. It's possible to pos...
社区
IntelliJ IDEA Open API and Plugin Development
Refactor is completely finished?
0 票
创建于
2019年11月15日 18:40
Please debug here `com.intellij.testIntegration.TestRunLineMarkerProvider#getInfo(com.intellij.psi.PsiElement)`. It looks like `isTest` does't work for some reason
社区
IntelliJ IDEA Open API and Plugin Development
Custom testing framework - Showing tests in console
0 票
«
第一页
‹
上一页
下一页
›
最后
»