主页
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)
按最近的活动排序
最近的活动
投票数
创建于
2013年12月02日 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...
社区
IntelliJ IDEA Open API and Plugin Development
How to highlight problems created by a GlobalInspectionTool
0 票
创建于
2013年11月15日 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.
社区
IntelliJ IDEA Open API and Plugin Development
Why is psiFile.getVirtualFile().getFileType() sometimes RegExpFileType for the same java file?
0 票
创建于
2013年12月18日 15:20
Unfortunately it's impossible now, how do you want to use them? Thanks
社区
IntelliJ IDEA Open API and Plugin Development
How can I get the unit test results?
0 票
创建于
2013年11月29日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Custom Language - Class Reference Contribution
0 票
创建于
2014年04月02日 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...
社区
IntelliJ IDEA Open API and Plugin Development
How to listen to junit test runs
0 票
创建于
2014年05月20日 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
社区
IntelliJ IDEA Open API and Plugin Development
Plugin incorrectly indicated for update
0 票
创建于
2014年05月08日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Show classes from a package in a dialog box
0 票
创建于
2014年07月02日 18:59
In Settings|Plugins current version of the plugin is shown so you can e.g. report bugs on it.
社区
IntelliJ IDEA Open API and Plugin Development
custom intellij plugin repository
0 票
创建于
2014年08月19日 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.
社区
IntelliJ IDEA Open API and Plugin Development
Custom Test Framework using only OpenAPI?
0 票
创建于
2014年08月14日 10:32
you may want to see how com.intellij.codeInspection.actions.CleanupInspectionIntention (Fix all problems) does the same task.Anna
社区
IntelliJ IDEA Open API and Plugin Development
How do I run a particular inspection?
0 票
«
第一页
‹
上一页
下一页
›
最后
»