主页
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)
按最近的活动排序
最近的活动
投票数
创建于
2019年06月17日 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
社区
IntelliJ IDEA Open API and Plugin Development
In-place rename for custom plugin
0 票
创建于
2019年02月01日 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...
社区
IntelliJ IDEA Open API and Plugin Development
PsiJavaDirectoryImpl.checkCreateFile() broken?
0 票
创建于
2019年01月31日 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...
社区
IntelliJ IDEA Open API and Plugin Development
PsiJavaDirectoryImpl.checkCreateFile() broken?
0 票
创建于
2019年01月26日 11:59
Scott, commit is on github; it would be included in the 2019.1 EAP2, should be released next week Anna
社区
IntelliJ IDEA Open API and Plugin Development
Any plans to support coverage-by-test in third-party plugins?
0 票
创建于
2019年01月25日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Any plans to support coverage-by-test in third-party plugins?
0 票
创建于
2019年01月24日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Any plans to support coverage-by-test in third-party plugins?
0 票
创建于
2019年01月07日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Generete annotation and methods/code in method in already existing java file.
0 票
创建于
2019年01月04日 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
社区
IntelliJ IDEA Open API and Plugin Development
Find usage of ID in string literal
0 票
创建于
2019年01月04日 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.
社区
IntelliJ IDEA Open API and Plugin Development
Type migration issue
0 票
创建于
2019年01月04日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Find usage of ID in string literal
0 票
«
第一页
‹
上一页
下一页
›
最后
»