主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Andrei Costache
活动总数
19
最后的活动
2019年01月23日 21:51
成员加入日期
2016年06月20日 14:12
关注
0 名用户
关注者数
0 名用户
投票数
1
订阅数
4
活动概览
帖子(4)
评论(10)
按最近的活动排序
最近的活动
投票数
创建于
2017年01月09日 12:28
Hi Anna, Thank you for the relpy. I am looking into what you suggested. But, I think I was not using the correct terms (sorry), I would also be interested to know what provides the info/markers, ge...
社区
IntelliJ IDEA Open API and Plugin Development
How to get the results of a specific (default) annotation/inspection process inside a (custom) toolWindow
1 票
创建于
2019年01月23日 21:51
Hi Maxim! Indeed, your guess turns out to be the correct cause. And your fix solves the problem: the inspection related code works fine in the pooled thread; I get the correct results from the Esli...
社区
IntelliJ IDEA Open API and Plugin Development
How to trigger an existing Inspection
0 票
已编辑于
2019年01月22日 21:35
Another update, I apologize, this is starting to look/sound like a monologue: I followed an approach similar to https://intellij-support.jetbrains.com/hc/en-us/community/posts/206111999/comments/20...
社区
IntelliJ IDEA Open API and Plugin Development
How to trigger an existing Inspection
0 票
已编辑于
2019年01月22日 08:19
Small update: I don't know if this is the proper/right way to do it, but managed to get ahold of an inspection object as follows: InspectionToolWrapper inspectionToolWrapper = inspectionProfile.get...
社区
IntelliJ IDEA Open API and Plugin Development
How to trigger an existing Inspection
0 票
创建于
2019年01月08日 14:23
Hi Maxim, You are correct, in my specific use case I am targeting the ESLint inspection. The code you provided is of great help; it is exactly what I needed, so my current problem is solved. Nevert...
社区
IntelliJ IDEA Open API and Plugin Development
Detecting a change in Settings (enabling/disabling a tool)
0 票
创建于
2017年01月17日 20:20
Ok, no problem. As mentioned, I will take a look further at the editor markup (or other related suggestions), as my current solution is not the best. Thank you for your help! Andrei.
社区
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月17日 08:14
Hi Anna, Longer reply follows :-). The problem I was initially facing was that I needed to get a list of problems, as returned by a JsLint/JsHint/ESLint tool, and place these results for the user i...
社区
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:59
Hi Anna, Sorry, maybe I did not explain correctly. It's like I wrote in my initial question, I would like to collect (live) annotation process results. And I do this for the purpose you wrote above...
社区
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月15日 21:13
Hi Anna, Thank you again for the help. I tried some more specific scenarios after reading your replies in order to get the annotation results (as they come in the validation/marker bar). After your...
社区
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月06日 11:25
Hi Yann, Thank you for the info, sorry for my late reply. The indications you provided were most useful. Using them I ran into some more recent trouble, but probably a different topic. Best regards...
社区
IntelliJ IDEA Open API and Plugin Development
WebStorm Inspections: Results and Scrollbar (Plugin) Provider
0 票