Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
English (United States)
简体中文
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
September 23, 2016 18:19
you need to setup jdk in tests as now you obviously doesn't have one (SetupJdkFix). BTW If I were you, I won't test all fixes which are available (and which would change code/model/whatever) but wo...
Community
IntelliJ IDEA Open API and Plugin Development
SetupJDKFix fails in LightCodeInsightFixtureTestCase
0 votes
Created
September 23, 2016 18:16
if you switch to Main now after editing the body inside TestClass: your inspection is started or not?
Community
IntelliJ IDEA Open API and Plugin Development
how to triggered inspections after changes in method body
0 votes
Created
September 23, 2016 18:08
If inspections are run but the results are not applied to editor, then it's a bug. Please submit to the issue tracker. You would be able to restart daemon and rehighlight everything but that's perf...
Community
IntelliJ IDEA Open API and Plugin Development
how to triggered inspections after changes in method body
0 votes
Created
September 23, 2016 17:50
do you mean that your inspection is started on Main when you change the method body in TestClass?
Community
IntelliJ IDEA Open API and Plugin Development
how to triggered inspections after changes in method body
0 votes
Created
September 23, 2016 17:24
Why do you need to rehighlight Main when print(text) is replaced with print()? How does it influence the code in Main?
Community
IntelliJ IDEA Open API and Plugin Development
how to triggered inspections after changes in method body
0 votes
Created
September 23, 2016 16:14
Hi Matthias, what intention do you test? Looks like it's SetupJDKFix and it is not test-ready as it tries to show the UI and our fixtures expect no UI at all. If you would suppress illegal access e...
Community
IntelliJ IDEA Open API and Plugin Development
SetupJDKFix fails in LightCodeInsightFixtureTestCase
0 votes
Created
September 23, 2016 16:07
That's intentional and very important not to run inspections on other files (and actually in the same file in another 'parts') when only code block is changed. Otherwise inspections would run on ea...
Community
IntelliJ IDEA Open API and Plugin Development
how to triggered inspections after changes in method body
0 votes
Created
September 22, 2016 15:20
Traffic light is the name for the square in the right upper corner which shows the error status. Markers are used everywhere, I don't know what this one is though. They are not the same, I suppose.
Community
IntelliJ IDEA Open API and Plugin Development
ExternalAnnotator not updating the red/green/yellow square/checkmark in upper right corner of the editor
0 votes
Created
September 22, 2016 10:36
Hi, How do you run the external annotator? If it's registered for language, then the results must be applied in the ExternalTooPass: com.intellij.codeInsight.daemon.impl.ExternalToolPass#applyInfor...
Community
IntelliJ IDEA Open API and Plugin Development
ExternalAnnotator not updating the red/green/yellow square/checkmark in upper right corner of the editor
0 votes
Created
September 14, 2016 12:26
The dialog itself is not pluggable, unfortunately.
Community
IntelliJ IDEA Open API and Plugin Development
Modifying JUnit plugin in Android Studio/IDEA
0 votes
«
First
‹
Previous
Next
›
Last
»