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
June 17, 2019 11:48
Hi, inplace should be modified only current file, then in `com.intellij.refactoring.rename.inplace.InplaceRefactoring#performRefactoring` should be done the actual refactoring across the project Anna
Community
IntelliJ IDEA Open API and Plugin Development
In-place rename for custom plugin
0 votes
Created
February 01, 2019 09:18
2) yes, the duplicated class check exists. It calls `com.intellij.psi.JavaPsiFacade#findClasses` so it should find JVM classes, not only java ones. The check is here: `com.intellij.codeInsight.daem...
Community
IntelliJ IDEA Open API and Plugin Development
PsiJavaDirectoryImpl.checkCreateFile() broken?
0 votes
Created
January 31, 2019 14:05
Hi, 1) I don't think that there is a bug as IDEA checks that the file can be created (exact match of the file name) and that compilation would not produce same named file. 2) is it normal to have m...
Community
IntelliJ IDEA Open API and Plugin Development
PsiJavaDirectoryImpl.checkCreateFile() broken?
0 votes
Created
January 26, 2019 11:59
Scott, commit is on github; it would be included in the 2019.1 EAP2, should be released next week Anna
Community
IntelliJ IDEA Open API and Plugin Development
Any plans to support coverage-by-test in third-party plugins?
0 votes
Created
January 25, 2019 18:46
Hi Scott, I hope that the changes I made today would help. Along with already existing method `com.intellij.coverage.CoverageEngine#canHavePerTestCoverage`, I've added `com.intellij.coverage.Covera...
Community
IntelliJ IDEA Open API and Plugin Development
Any plans to support coverage-by-test in third-party plugins?
0 votes
Created
January 24, 2019 17:52
Hi Scott, do you request to change the api so the set `tests` in `com.intellij.coverage.actions.ShowCoveringTestsAction#actionPerformed` would be filled according to the runner used? Or do you mean...
Community
IntelliJ IDEA Open API and Plugin Development
Any plans to support coverage-by-test in third-party plugins?
0 votes
Created
January 07, 2019 09:51
If you have a caret inside the method, then AnAction will provide you with `com.intellij.openapi.actionSystem.DataContext` from which you may get psiElement (`com.intellij.openapi.actionSystem.Comm...
Community
IntelliJ IDEA Open API and Plugin Development
Generete annotation and methods/code in method in already existing java file.
0 votes
Created
January 04, 2019 19:39
Ah, that's the opposite direction. You need to add reference to the string literal through `com.intellij.psi.PsiReferenceContributor` which will resolve to the class
Community
IntelliJ IDEA Open API and Plugin Development
Find usage of ID in string literal
0 votes
Created
January 04, 2019 15:53
The last version of `javax.validation.constraints.NotNull` is applicable for type use, this means that it belongs to the type declaration and can be migrated together.
Community
IntelliJ IDEA Open API and Plugin Development
Type migration issue
0 votes
Created
January 04, 2019 09:30
Hi Victor, I'd suggest to register additional reference searcher which would detect annotation attribute and start search for corresponding string literal. The sample of a custom reference searcher...
Community
IntelliJ IDEA Open API and Plugin Development
Find usage of ID in string literal
0 votes
«
First
‹
Previous
Next
›
Last
»