softhax

- Total activity 10
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 3
-
softhax created a post, AnsweredHow do you trigger visitFile() of a LocalInspectionTool programatically ?
I want to run visitFile on the currently open document when the file is saved or when I manually run an action from the Menu. As of now LocalInspectionTool runs buildVisitor and visitFile automatic... -
softhax created a post, AnsweredOnly one Quickfix/Resolution shows up on running Custom Inspection
I am running a custom inspection on my project. Also, I have a local inspection which I use to run this custom inspection on the entire project. But the problem is that when the inspection results ... -
softhax commented, -
-
-
softhax created a post, AnsweredProject Errors Tab is not visible in Problems Pane
While developing an IntelliJ plugin, after I register a problem with the problem holder, the problems show up only for the currently open file and I have to open each file separately to view an...