主页
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)
按最近的活动排序
最近的活动
投票数
创建于
2014年10月13日 09:17
Hi Devashi,please setup IDEA SDK which contains all code you need, after that please read javadoc for com.intellij.refactoring.MoveDestination, there you'll find how to find the move refactoring as...
社区
IntelliJ IDEA Open API and Plugin Development
Using MoveClassesOrPackagesRefactoring to refactor a java file
0 票
创建于
2014年12月18日 14:14
Hi Jeff,PsiLambdaExpression/PsiMethodReferenceExpression have types PsiLambdaType/PsiMethodReferenceType, thier super type PsiFunctionalInterface has getFunctionalInterfaceType which would return i...
社区
IntelliJ IDEA Open API and Plugin Development
Finding out the inferred type in a Lambda using Psi model
0 票
创建于
2015年02月23日 11:19
Hi Simon,if you run your inspection in batch mode (Analyse|Inspect code), toolwindow with inspection results is shown. Does it suites your needs in general apart from that the view won't be updated...
社区
IntelliJ IDEA Open API and Plugin Development
LocalInspectionTool Results in ToolWindow
0 票
创建于
2015年03月11日 14:47
where do you invoke Help > Check for Update ?
社区
IntelliJ IDEA Open API and Plugin Development
Enterprise Plugin Repository Updates
0 票
创建于
2015年03月11日 16:58
135 is treated as build number, sorry. Only 135.0 can be accepted. You may install plugin from the disc in order to check if it works. BTW you may debug why it doesn't work: the point your plugin s...
社区
IntelliJ IDEA Open API and Plugin Development
Enterprise Plugin Repository Updates
0 票
创建于
2015年03月14日 12:07
That's not quite correct. Plugin id could be a separate tag in plugin.xml. If it's absent, then name is used instead of id.
社区
IntelliJ IDEA Open API and Plugin Development
Enterprise Plugin Repository Updates
0 票
创建于
2015年09月24日 15:51
Looks like that JDK is not setup correctly. Could you please check File|Project Settings. Thanks
社区
IntelliJ IDEA Open API and Plugin Development
activate JavaFX Syntax
0 票
创建于
2015年07月13日 16:19
You do everything correctly. LocationHint is remembered in SMTestProxy field. You need to provide com.intellij.execution.testframework.sm.runner.SMTestLocator to the console properties which is pas...
社区
IntelliJ IDEA Open API and Plugin Development
Graphical integration of running tests in plugin
0 票
创建于
2015年07月13日 18:11
Colin,as far as I saw, when test is finished all consequence events are ignored and debug information is dump to the log. We have some 'auto-test' ability but it restart the whole tree. We will thi...
社区
IntelliJ IDEA Open API and Plugin Development
Graphical integration of running tests in plugin
0 票
创建于
2015年07月15日 16:43
Scott,count processing is ok; the protocol expects that you'll send testFinished even after testFailed. Statistics panel is removed in IDEA 15, wording is reworked, now it looks like http://blog.je...
社区
IntelliJ IDEA Open API and Plugin Development
Graphical integration of running tests in plugin
0 票
«
第一页
‹
上一页
下一页
›
最后
»