主页
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)
按最近的活动排序
最近的活动
投票数
创建于
2007年06月16日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Using DependencyValidationManager to Get Required Classes
0 票
创建于
2008年08月14日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Providing own CoverageDataManager equivalent
0 票
创建于
2013年04月12日 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...
社区
IntelliJ IDEA Open API and Plugin Development
limit refectoring to one document?
0 票
创建于
2013年04月16日 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.
社区
IntelliJ IDEA Open API and Plugin Development
limit refectoring to one document?
0 票
创建于
2013年06月11日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Unit Test Class Path
0 票
创建于
2013年08月27日 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 ...
社区
IntelliJ IDEA Open API and Plugin Development
Cannot show description or depends in UpdatePlugins.xml
0 票
创建于
2013年11月15日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Why is psiFile.getVirtualFile().getFileType() sometimes RegExpFileType for the same java file?
0 票
创建于
2013年11月15日 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?
社区
IntelliJ IDEA Open API and Plugin Development
Why is psiFile.getVirtualFile().getFileType() sometimes RegExpFileType for the same java file?
0 票
创建于
2013年12月10日 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?
社区
IntelliJ IDEA Open API and Plugin Development
Custom Language - Class Reference Contribution
0 票
创建于
2014年04月09日 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...
社区
IntelliJ IDEA Open API and Plugin Development
How to listen to junit test runs
0 票
«
第一页
‹
上一页
下一页
›
最后
»