主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
简体中文
English (United States)
登录
Anna Kozlova
活动总数
1422
最后的活动
2023年06月12日 14:16
成员加入日期
2005年10月25日 10:47
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
503
活动概览
文章(0)
帖子(0)
评论(919)
按最近的活动排序
最近的活动
投票数
创建于
2018年03月26日 11:25
If you have psiJavaFile, you may call `getClasses()` and on the class you may call `getDocComment`. Sorry, I need more details to be able to help. Anna
社区
IntelliJ IDEA Open API and Plugin Development
How can I edit the comment of a Class in a PsiJavaFile?
0 票
创建于
2018年03月26日 09:35
Do you have a comment as PsiComment? Or do you need to find it first? Given you have a comment, you can `comment.replace(newComment)`. To create new comment you may use e.g. `com.intellij.psi.PsiPa...
社区
IntelliJ IDEA Open API and Plugin Development
How can I edit the comment of a Class in a PsiJavaFile?
0 票
创建于
2018年02月16日 15:41
How MyJavaBeanTestData is added to the project? It still lacks the package statement/import...
社区
IntelliJ IDEA Open API and Plugin Development
Java class hierarchy as test data is not working - unit test
0 票
创建于
2018年02月16日 14:40
Hi Flemming, I guess something went wrong with the post. I don't see how the classes you put in configureByFiles are connected to the test data above. MyJavaBeanTestData is in the default package a...
社区
IntelliJ IDEA Open API and Plugin Development
Java class hierarchy as test data is not working - unit test
0 票
创建于
2018年02月12日 13:04
The method is recognized to be a target for your reference and then it means that you need to provide a way to rename the reference itself, corresponding exception in the log 2018-02-12 13:51:2...
社区
IntelliJ IDEA Open API and Plugin Development
My PsiReferenceContributor unintentional prevent renaming of Java methods
0 票
创建于
2018年02月12日 09:35
Hi Flemming, it should not prevent method renaming. Please attach the idea.log of the corresponding IDEA instance and the screenshot what happens when you start renaming the method Thanks, Anna
社区
IntelliJ IDEA Open API and Plugin Development
My PsiReferenceContributor unintentional prevent renaming of Java methods
0 票
创建于
2018年01月30日 15:30
I don't see an IDEA's bug here. Though the dependency is optional, your project won't compile without it and the production code provides custom test engine and thus IDEA has to start junit 5 as ID...
社区
IntelliJ IDEA Users
"0 test classes found in package" after upgrading to 2017.3
0 票
创建于
2018年01月29日 10:56
I tried some tests in your project, works fine here. Could you please tell what tests do you try to run? Thanks, Anna
社区
IntelliJ IDEA Users
"0 test classes found in package" after upgrading to 2017.3
0 票
创建于
2018年01月29日 09:41
Hi Scott, I suspect it was my bug (this summer, so 2017.3 is affected), the next 2018.1 EAP should contain the fix (Corresponding issue: https://youtrack.jetbrains.com/issue/IDEA-185513) Sorry for ...
社区
IntelliJ IDEA Open API and Plugin Development
AnalysisScope passed to GlobalInspectionTool.runInspection() isn't correct
0 票
创建于
2018年01月29日 09:37
The hint with light build is displayed for all intentions, actually there is a setting Preferences | Editor | General | Appearance | Show intention bulb so users may configure it. So it would be m...
社区
IntelliJ IDEA Open API and Plugin Development
How can I create an intention action without showing an annotation?
0 票
«
第一页
‹
上一页
下一页
›
最后
»