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
January 16, 2017 10:36
As far as I can see there, you need to implement and register com.intellij.lang.javascript.linter.JSLinterInspection to have the results in the editor. But actually I don't see why my suggestion di...
Community
IntelliJ IDEA Open API and Plugin Development
How to get the results of a specific (default) annotation/inspection process inside a (custom) toolWindow
0 votes
Created
January 16, 2017 07:46
You can try to fold "Process finished with" as it's done for initial command line (File | Settings | Editor | General | Console). As far as I know, test names are not printed to the console in IDEA...
Community
IntelliJ IDEA Users
Result test in Console
0 votes
Created
January 16, 2017 07:42
Andrei, you wrote that you want to collect highlights from already running tools, isn't it contradict with the last comment? Please describe what you want to achieve from the end-user view, do you ...
Community
IntelliJ IDEA Open API and Plugin Development
How to get the results of a specific (default) annotation/inspection process inside a (custom) toolWindow
0 votes
Created
January 12, 2017 09:35
Yes, I suggest to create an issue with sample code. You can remove all logic and it's enough to have one hierarchy level so should be much easier than to fix the plugin. Anna
Community
IntelliJ IDEA Open API and Plugin Development
Changing the way a JUnit test description is generated (SMProxy.myName)
0 votes
Created
January 11, 2017 10:34
Sorry, I don't understand the code snippet - too many PsiClasses, I am lost which one is which in the initial sample. Anyway, would you mind not to create reference from text but create it from the...
Community
IntelliJ IDEA Open API and Plugin Development
JavaTreeCopyHandler discards information about outer class
0 votes
Created
January 11, 2017 09:53
Hi Matthias, why do you need to replace extendsList.getChildren and not add reference to the extends list? How do you generate A.Builder class or is it already there? Anna
Community
IntelliJ IDEA Open API and Plugin Development
JavaTreeCopyHandler discards information about outer class
0 votes
Created
January 09, 2017 09:22
Patrick, "Fix all" should work automatically if you add your fix in on-the-fly and in batch mode. I don't think that it's a good idea to reparse the whole file, if you create valid psi after applyi...
Community
IntelliJ IDEA Open API and Plugin Development
Inspection not re-run after applying QuickFix
0 votes
Created
January 05, 2017 14:57
Working on PsiElements is better, absolutely agree. I've asked about write action because we introduced the ability to avoid write action when not needed. Your code (on Psi) is ok, I would remove w...
Community
IntelliJ IDEA Open API and Plugin Development
Inspection not re-run after applying QuickFix
0 votes
Created
January 05, 2017 12:36
It would contradict user's settings, so it's not possible. The problem is more general: if you want your inspection to report different level of errors, you need to create 2 different inspections, ...
Community
IntelliJ IDEA Open API and Plugin Development
LocalInspectionTool showing messages as warning irrespective of ProblemHighlightType in ProblemDescriptor
0 votes
Created
January 05, 2017 11:19
Hi, inspect code shows configured by user severity. Looks like you have set WARNING by default and didn't change that in the File | Settings | Editor | Inspections. Anna
Community
IntelliJ IDEA Open API and Plugin Development
LocalInspectionTool showing messages as warning irrespective of ProblemHighlightType in ProblemDescriptor
0 votes
«
First
‹
Previous
Next
›
Last
»