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
December 02, 2013 10:35
IntelliJ supports range markers which follow to the position when you edit the document. You may create com.intellij.openapi.editor.markup.MarkupModel#addRangeHighlighter which would be preserved a...
Community
IntelliJ IDEA Open API and Plugin Development
How to highlight problems created by a GlobalInspectionTool
0 votes
Created
November 15, 2013 21:27
The code is the same which run the inspections. You may see difference when IntelliLang plugin is not enabled in one of the cases or injection is disabled.
Community
IntelliJ IDEA Open API and Plugin Development
Why is psiFile.getVirtualFile().getFileType() sometimes RegExpFileType for the same java file?
0 votes
Created
December 18, 2013 15:20
Unfortunately it's impossible now, how do you want to use them? Thanks
Community
IntelliJ IDEA Open API and Plugin Development
How can I get the unit test results?
0 votes
Created
November 29, 2013 15:47
Hi Alan,it depends on the custom language. If you would reuse existing references you may get more actions ready for you but some of them would break your code. So I would probably advice you to cr...
Community
IntelliJ IDEA Open API and Plugin Development
Custom Language - Class Reference Contribution
0 votes
Created
April 02, 2014 09:53
Hi,You may try to start with com.intellij.execution.testframework.TestStatusListener. It would provide you information about status. Statistics could be retreived in some awkward way like com.intel...
Community
IntelliJ IDEA Open API and Plugin Development
How to listen to junit test runs
0 votes
Created
May 20, 2014 12:46
Hi Ingmar,please try to debug from here: com.intellij.openapi.updateSettings.impl.UpdateChecker#checkPluginsHost(). Your version should be equal to the version on server. Anna
Community
IntelliJ IDEA Open API and Plugin Development
Plugin incorrectly indicated for update
0 votes
Created
May 08, 2014 16:49
psiPackage = JavaPsiFacade.getInstance(project).findPackage()psiPackage.getClasses()This would get you the list of classes; e.g. com.intellij.ide.util.PsiElementListCellRenderer could be used as re...
Community
IntelliJ IDEA Open API and Plugin Development
Show classes from a package in a dialog box
0 votes
Created
July 02, 2014 18:59
In Settings|Plugins current version of the plugin is shown so you can e.g. report bugs on it.
Community
IntelliJ IDEA Open API and Plugin Development
custom intellij plugin repository
0 votes
Created
August 19, 2014 07:31
you need to implement com.intellij.execution.actions.RunConfigurationProducer as well as your own configuration type and configuration (they are mentioned in the producer). That's openapi.
Community
IntelliJ IDEA Open API and Plugin Development
Custom Test Framework using only OpenAPI?
0 votes
Created
August 14, 2014 10:32
you may want to see how com.intellij.codeInspection.actions.CleanupInspectionIntention (Fix all problems) does the same task.Anna
Community
IntelliJ IDEA Open API and Plugin Development
How do I run a particular inspection?
0 votes
«
First
‹
Previous
Next
›
Last
»