主页
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)
按最近的活动排序
最近的活动
投票数
创建于
2017年07月17日 17:37
Actually I don't know. Do you convert the string on paste or is it already in the text?
社区
IntelliJ IDEA Open API and Plugin Development
How to convert string generated with "Copy Reference" to project file path?
0 票
创建于
2017年07月17日 16:48
Hi Vladimir! I am afraid I don't understand the question. Do you mean that you want to suppress e.g. com.intellij.codeInsight.editorActions.JavaCopyPasteReferenceProcessor? Anna
社区
IntelliJ IDEA Open API and Plugin Development
How to convert string generated with "Copy Reference" to project file path?
0 票
创建于
2017年07月14日 07:56
Hi Vladimir, This should be done as inspection then, not intention. The 'fix all' will appear automatically. In order to avoid highlighting, you may want to register inspection with "No highlightin...
社区
IntelliJ IDEA Open API and Plugin Development
How do you create a sub-item for an intention? For example "Fix all ... in file" for a given IntentionAction.
0 票
创建于
2017年07月12日 07:59
Hi, use for it com.intellij.psi.util.PsiUtil#setModifierProperty with corresponding modifiers Anna
社区
IntelliJ IDEA Open API and Plugin Development
Add a statement inside PsiClass
0 票
创建于
2017年07月10日 13:25
Please try the latest IDEA EAP (https://www.jetbrains.com/idea/nextversion/). And when it doesn't help, please attach a sample project to reproduce. Thanks
社区
IntelliJ IDEA Users
Idea running JUnit5 tests twice
0 票
创建于
2017年07月10日 12:58
Junit 5 runs the test with help of test engines, and when 2 engines can run the test, then the test would be run twice. Could this be an answer? Anna
社区
IntelliJ IDEA Users
Idea running JUnit5 tests twice
0 票
创建于
2017年07月10日 09:16
Caches were corrupted, so you need to clear the directory: C:\Users\Megan\.IdeaIC2017.1\system\plugins-sandbox\test\system\ Thanks, Anna
社区
IntelliJ IDEA Open API and Plugin Development
Failure on LightPlatformCodeInsightFixtureTestCase.setup():java.lang.RuntimeException: java.io.IOException: writePrevChunkAddress:386545,500525
0 票
创建于
2017年07月07日 13:25
Hi Maxime, when it doesn't show up: is your code invoked? If so, what is the stack trace? Anna
社区
IntelliJ IDEA Open API and Plugin Development
Annotation "setFileLevelAnnotation(true)" not displayed
0 票
创建于
2017年07月05日 07:39
During resolve of a class reference (e.g. in variable type declaration) should be invoked com.intellij.psi.impl.file.PsiPackageImpl#processDeclarations. (If the package should be also be generated,...
社区
IntelliJ IDEA Open API and Plugin Development
Augment top level PsiClass
0 票
创建于
2017年07月03日 18:36
Start with providing com.intellij.psi.PsiElementFinder#findClass. It allows to provide light class which would be picked by resolve but should not appear in the Ctrl-N
社区
IntelliJ IDEA Open API and Plugin Development
Augment top level PsiClass
0 票
«
第一页
‹
上一页
下一页
›
最后
»