主页
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)
按最近的活动排序
最近的活动
投票数
创建于
2017年01月16日 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...
社区
IntelliJ IDEA Open API and Plugin Development
How to get the results of a specific (default) annotation/inspection process inside a (custom) toolWindow
0 票
创建于
2017年01月16日 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...
社区
IntelliJ IDEA Users
Result test in Console
0 票
创建于
2017年01月16日 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 ...
社区
IntelliJ IDEA Open API and Plugin Development
How to get the results of a specific (default) annotation/inspection process inside a (custom) toolWindow
0 票
创建于
2017年01月12日 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
社区
IntelliJ IDEA Open API and Plugin Development
Changing the way a JUnit test description is generated (SMProxy.myName)
0 票
创建于
2017年01月11日 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...
社区
IntelliJ IDEA Open API and Plugin Development
JavaTreeCopyHandler discards information about outer class
0 票
创建于
2017年01月11日 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
社区
IntelliJ IDEA Open API and Plugin Development
JavaTreeCopyHandler discards information about outer class
0 票
创建于
2017年01月09日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Inspection not re-run after applying QuickFix
0 票
创建于
2017年01月05日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Inspection not re-run after applying QuickFix
0 票
创建于
2017年01月05日 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, ...
社区
IntelliJ IDEA Open API and Plugin Development
LocalInspectionTool showing messages as warning irrespective of ProblemHighlightType in ProblemDescriptor
0 票
创建于
2017年01月05日 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
社区
IntelliJ IDEA Open API and Plugin Development
LocalInspectionTool showing messages as warning irrespective of ProblemHighlightType in ProblemDescriptor
0 票
«
第一页
‹
上一页
下一页
›
最后
»