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
October 13, 2014 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...
Community
IntelliJ IDEA Open API and Plugin Development
Using MoveClassesOrPackagesRefactoring to refactor a java file
0 votes
Created
December 18, 2014 14:14
Hi Jeff,PsiLambdaExpression/PsiMethodReferenceExpression have types PsiLambdaType/PsiMethodReferenceType, thier super type PsiFunctionalInterface has getFunctionalInterfaceType which would return i...
Community
IntelliJ IDEA Open API and Plugin Development
Finding out the inferred type in a Lambda using Psi model
0 votes
Created
February 23, 2015 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...
Community
IntelliJ IDEA Open API and Plugin Development
LocalInspectionTool Results in ToolWindow
0 votes
Created
March 11, 2015 14:47
where do you invoke Help > Check for Update ?
Community
IntelliJ IDEA Open API and Plugin Development
Enterprise Plugin Repository Updates
0 votes
Created
March 11, 2015 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...
Community
IntelliJ IDEA Open API and Plugin Development
Enterprise Plugin Repository Updates
0 votes
Created
March 14, 2015 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.
Community
IntelliJ IDEA Open API and Plugin Development
Enterprise Plugin Repository Updates
0 votes
Created
September 24, 2015 15:51
Looks like that JDK is not setup correctly. Could you please check File|Project Settings. Thanks
Community
IntelliJ IDEA Open API and Plugin Development
activate JavaFX Syntax
0 votes
Created
July 13, 2015 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...
Community
IntelliJ IDEA Open API and Plugin Development
Graphical integration of running tests in plugin
0 votes
Created
July 13, 2015 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...
Community
IntelliJ IDEA Open API and Plugin Development
Graphical integration of running tests in plugin
0 votes
Created
July 15, 2015 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...
Community
IntelliJ IDEA Open API and Plugin Development
Graphical integration of running tests in plugin
0 votes
«
First
‹
Previous
Next
›
Last
»