Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
English (United States)
简体中文
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
July 17, 2017 17:37
Actually I don't know. Do you convert the string on paste or is it already in the text?
Community
IntelliJ IDEA Open API and Plugin Development
How to convert string generated with "Copy Reference" to project file path?
0 votes
Created
July 17, 2017 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
Community
IntelliJ IDEA Open API and Plugin Development
How to convert string generated with "Copy Reference" to project file path?
0 votes
Created
July 14, 2017 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...
Community
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 votes
Created
July 12, 2017 07:59
Hi, use for it com.intellij.psi.util.PsiUtil#setModifierProperty with corresponding modifiers Anna
Community
IntelliJ IDEA Open API and Plugin Development
Add a statement inside PsiClass
0 votes
Created
July 10, 2017 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
Community
IntelliJ IDEA Users
Idea running JUnit5 tests twice
0 votes
Created
July 10, 2017 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
Community
IntelliJ IDEA Users
Idea running JUnit5 tests twice
0 votes
Created
July 10, 2017 09:16
Caches were corrupted, so you need to clear the directory: C:\Users\Megan\.IdeaIC2017.1\system\plugins-sandbox\test\system\ Thanks, Anna
Community
IntelliJ IDEA Open API and Plugin Development
Failure on LightPlatformCodeInsightFixtureTestCase.setup():java.lang.RuntimeException: java.io.IOException: writePrevChunkAddress:386545,500525
0 votes
Created
July 07, 2017 13:25
Hi Maxime, when it doesn't show up: is your code invoked? If so, what is the stack trace? Anna
Community
IntelliJ IDEA Open API and Plugin Development
Annotation "setFileLevelAnnotation(true)" not displayed
0 votes
Created
July 05, 2017 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,...
Community
IntelliJ IDEA Open API and Plugin Development
Augment top level PsiClass
0 votes
Created
July 03, 2017 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
Community
IntelliJ IDEA Open API and Plugin Development
Augment top level PsiClass
0 votes
«
First
‹
Previous
Next
›
Last
»