Waoush6

- Total activity 29
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 9
- Subscriptions 7
-
Created How to implement the "more" button/expansion in an inspection problem?
AnsweredIf 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... -
Created Where are plugin component files saved (WIndows 10)?
AnsweredI 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 ... -
Created 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 ... -
Created Code folding not working
AnsweredHi 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... -
Created Highlight a file with errors during inspection
AnsweredHi 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... -
Created Apply code inspection to all files in project API
CompletedGlobalInspections? I don't really know what those are *exactly* or how to hook them up. I implemented a GlobalInspectionTool, provided an implementationClass and enabledByDefault="true" in plugin.x... -
Created Hook into Gradle build in Android Studio
I want to run some code each time a Gradle build is initialized by either the user or Android Studio. I have tried two different ways of doing this and neither work. Here is my code: public class P...