Waoush6

- Total activity 29
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 9
- Subscriptions 7
-
Waoush6 commented, -
Waoush6 created a post, AnsweredHow to implement the "more" button/expansion in an inspection problem?
If I add a problem to the ProblemHolder through registerProblem, then when I see an error in an app when the plugin is run, I will see the text I added via registerProblem if I hover over the probl... -
-
Waoush6 created a post, AnsweredWhere are plugin component files saved (WIndows 10)?
I have a class that implements the ProjectComponent and PersistentStateComponent interfaces. It is annotated with @State and the name field is set. The state class is also nested in the class I am ... -
Waoush6 created a post, Code folding - getPlaceholderText not executing?
Hi everyone, I was able to implement a FoldingBuilderEx class, and it works pretty well. I am specifically trying to code fold annotations that have lots of values. This works really well when the ... -
-
Waoush6 created a post, AnsweredCode folding not working
Hi everyone, I would like to fold an annotation that spans multiple lines. I extended FoldingBuilderEx, and registered my class in plugins.xml. Here is my code: public class AnnotationFolderBuilder... -
-
-
Waoush6 created a post, AnsweredHighlight a file with errors during inspection
Hi everyone, I am writing a plugin that runs a set of code inspections when a project is first opened. This means all inspections are being run from InspectionEngine.runInspectionOnFile in a Startu...