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
August 14, 2017 11:27
Hi Filip, you need to provide your own com.intellij.refactoring.rename.RenameHandler. The logic to choose applicable handler is encapsulated here: com.intellij.refactoring.rename.RenameHandlerRegis...
Community
IntelliJ IDEA Open API and Plugin Development
Renaming PsiMethod declaration from PsiLiteralExpression
0 votes
Created
August 10, 2017 09:45
Hi Scott, What is the context you pass for method created? Thanks, Anna
Community
IntelliJ IDEA Open API and Plugin Development
Methods added via PsiAugmentProvider do not infer references to the containing class' type variable .
0 votes
Created
August 09, 2017 13:43
Please follow https://youtrack.jetbrains.com/issue/IJSDK-292
Community
IntelliJ IDEA Open API and Plugin Development
intention action Iconable not called in version 2017
0 votes
Created
August 08, 2017 09:35
Hi, how are files created there? Is it IDEA's normal create file action or some custom one? If it's IDEA's one, then only "io"-based validation is performed. That's ok, as one can want e.g. to move...
Community
IntelliJ IDEA Open API and Plugin Development
Additional filename validation
0 votes
Edited
August 04, 2017 19:47
If you extend junit 3 test case then vintage engine would recognise it as junit 3, if you have junit 5 annotations in your class - jupiter engine would recognise it as junit 5. And both engines wou...
Community
IntelliJ IDEA Users
Idea running JUnit5 tests twice
0 votes
Created
July 20, 2017 09:41
Hi Vladimir, if you have a reference from your code to java, then the text of the element under reference would be treated as "code", when there is no such a reference, the text would be treated as...
Community
IntelliJ IDEA Open API and Plugin Development
How to get Custom language elements to be treated as "text" for rename refactoring purposes?
0 votes
Created
July 19, 2017 08:16
Could you please at least provide the stacktrace? Anna
Community
IntelliJ IDEA Open API and Plugin Development
java.lang.NoClassDefFoundError: com/github/markusbernhardt/proxy/selector/pac/PacScriptSource
0 votes
Created
July 19, 2017 08:10
Looks like a bug to me. 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 18, 2017 12:55
Our test data is often created by broken code, which should be excluded when generating javadoc. Why do you want to generate the javadoc actually? It won't provide more information than sources. Th...
Community
IntelliJ IDEA Open API and Plugin Development
Generating javadoc for IntelliJ Community
0 votes
Created
July 18, 2017 07:44
qualifiedNameProvider would resolve the issue but it would break clients which rely on default implementation based on relative to content root contract. @Vladimir, that's the only way to deal with...
Community
IntelliJ IDEA Open API and Plugin Development
How to convert string generated with "Copy Reference" to project file path?
0 votes
«
First
‹
Previous
Next
›
Last
»