Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Andrei Costache
Total activity
19
Last activity
January 23, 2019 21:51
Member since
June 20, 2016 14:12
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
4
Activity overview
Posts (4)
Comments (10)
Sort by recent activity
Recent activity
Votes
Created
January 23, 2019 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...
Community
IntelliJ IDEA Open API and Plugin Development
How to trigger an existing Inspection
0 votes
Edited
January 22, 2019 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...
Community
IntelliJ IDEA Open API and Plugin Development
How to trigger an existing Inspection
0 votes
Edited
January 22, 2019 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...
Community
IntelliJ IDEA Open API and Plugin Development
How to trigger an existing Inspection
0 votes
Created
January 08, 2019 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...
Community
IntelliJ IDEA Open API and Plugin Development
Detecting a change in Settings (enabling/disabling a tool)
0 votes
Created
January 17, 2017 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.
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 17, 2017 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...
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
Edited
January 16, 2017 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...
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 15, 2017 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...
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 09, 2017 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...
Community
IntelliJ IDEA Open API and Plugin Development
How to get the results of a specific (default) annotation/inspection process inside a (custom) toolWindow
1 vote
Edited
January 06, 2017 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...
Community
IntelliJ IDEA Open API and Plugin Development
WebStorm Inspections: Results and Scrollbar (Plugin) Provider
0 votes