Hi, I am trying to make a plugin for Android Studio that visualizes custom lint warning messages, something like IntelliJ/Android Studio already has on the right side of the text editor, but a bit more custom with icons, custom messages, etc. I am making my plugin with IntelliJ IDEA Plugin Development. Is there some simple(best practice) way to bind my plugin to the Lint API, so I can "intercept" those warning messages and make my own visualization of those?
-- You received this message because you are subscribed to the Google Groups "adt-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
