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
May 26, 2020 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
Community
IntelliJ IDEA Open API and Plugin Development
Search references on java class uses limited search scope
0 votes
Created
May 26, 2020 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 ...
Community
IntelliJ IDEA Open API and Plugin Development
Search references on java class uses limited search scope
0 votes
Created
May 26, 2020 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...
Community
IntelliJ IDEA Open API and Plugin Development
Search references on java class uses limited search scope
0 votes
Created
May 11, 2020 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...
Community
IntelliJ IDEA Open API and Plugin Development
How to avoid out of order of processTerminated and consumeTestResultsAvailable in plugin ideabuck
0 votes
Created
May 06, 2020 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
Community
IntelliJ IDEA Open API and Plugin Development
How to avoid out of order of processTerminated and consumeTestResultsAvailable in plugin ideabuck
0 votes
Created
May 05, 2020 08:40
Hi, in which order do you receive events? how do you handle events in your converter? Anna
Community
IntelliJ IDEA Open API and Plugin Development
How to avoid out of order of processTerminated and consumeTestResultsAvailable in plugin ideabuck
0 votes
Created
April 28, 2020 19:01
Official comment
Hi, IDEA doesn't support expression binding. Please watch/vote for https://youtrack.jetbrains.com/issue/IDEA-100322 Sorry for the inconvenience Anna
Community
IntelliJ IDEA Users
FXML binding expression error (false positive)
0 votes
Created
April 03, 2020 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...
Community
IntelliJ IDEA Open API and Plugin Development
2020.1 RC1 reveals that my plugin has an unexpected dependency on Java Code Coverage
0 votes
Created
February 28, 2020 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...
Community
IntelliJ IDEA Open API and Plugin Development
Refactor is completely finished?
0 votes
Created
November 15, 2019 18:40
Please debug here `com.intellij.testIntegration.TestRunLineMarkerProvider#getInfo(com.intellij.psi.PsiElement)`. It looks like `isTest` does't work for some reason
Community
IntelliJ IDEA Open API and Plugin Development
Custom testing framework - Showing tests in console
0 votes
«
First
‹
Previous
Next
›
Last
»