Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
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
June 16, 2007 18:06
Hello Mike,I do not think that we will change api here in next releases so it must be quite safe. I am afraid that there are no examples ... but your questions are always welcomeThank you-Anna Kozl...
Community
IntelliJ IDEA Open API and Plugin Development
Using DependencyValidationManager to Get Required Classes
0 votes
Created
August 14, 2008 14:44
Hello Slawomir,Diana (IDEA 8.0) provides CoverageRunner extension in order to plug third party enginesThank you-Anna KozlovaJetBrains Inc.http://www.intellij.com"Develop with pleasure!"Hi,I would l...
Community
IntelliJ IDEA Open API and Plugin Development
Providing own CoverageDataManager equivalent
0 votes
Created
April 12, 2013 09:41
Hi,it is not possible to change the scope of a refactoring as it would produce red code otherwise. If changes are in text occurrences you may set option to search in text occurences to false: com.i...
Community
IntelliJ IDEA Open API and Plugin Development
limit refectoring to one document?
0 votes
Created
April 16, 2013 15:21
You need to check that you have attached sources to IDEA JDK and set a breakpoint at the start of findUsages method. Or just step into refactoring.run() method inside your code.
Community
IntelliJ IDEA Open API and Plugin Development
limit refectoring to one document?
0 votes
Created
June 11, 2013 08:23
Hi,you may call PsiTestUtil.addLibrary in the setup method. It would be attached as separate library then. If you need to modify sdk you may call modifications on the SdkModifier but I can not imag...
Community
IntelliJ IDEA Open API and Plugin Development
Unit Test Class Path
0 votes
Created
August 27, 2013 14:38
Hi,you may put the same file as one our repository generates (The sample should be located system/plugins/available.xml). Subtag description should work, please attach idea.log file. Depends won't ...
Community
IntelliJ IDEA Open API and Plugin Development
Cannot show description or depends in UpdatePlugins.xml
0 votes
Created
November 15, 2013 19:42
Hi,VirtualFileWindow means that you are in injected fragment and there is no physical file on disc. You should rather use containing file to get information you need or check for a language (org.in...
Community
IntelliJ IDEA Open API and Plugin Development
Why is psiFile.getVirtualFile().getFileType() sometimes RegExpFileType for the same java file?
0 votes
Created
November 15, 2013 21:18
for the file MyClass.java exists 2 PsiFiles: one java file and one injected file with RegEx language. Both files should be passed to your inspection. Are you sure that only one of them is passed?
Community
IntelliJ IDEA Open API and Plugin Development
Why is psiFile.getVirtualFile().getFileType() sometimes RegExpFileType for the same java file?
0 votes
Created
December 10, 2013 09:21
Alan, that depends on how you construct variants. You may pass psiElement there as target object and some rendering should appear automatically. Do you need an assistance there?
Community
IntelliJ IDEA Open API and Plugin Development
Custom Language - Class Reference Contribution
0 votes
Created
April 09, 2014 10:41
1. you may check com.intellij.execution.testframework.AbstractTestProxy#getMagnitude to get more information about test status.2. Unfortunately there is indeed no way to find a project, would add a...
Community
IntelliJ IDEA Open API and Plugin Development
How to listen to junit test runs
0 votes
«
First
‹
Previous
Next
›
Last
»