Miguel Goyanes
- Total activity 23
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 7
-
-
-
-
Miguel Goyanes commented, -
Miguel Goyanes created a post, AnsweredMissing essential plugins: com.android.tools.design, org.jetbrains.android
Hello,I'm currently developing an Android Studio plugin using the template available at https://github.com/JetBrains/intellij-platform-plugin-template. My plugin requires com.android.ddmlib, so I'v... -
Miguel Goyanes created a post, Error after updating dependencies: Cannot init toolwindow | UninitializedPropertyAccessException: lateinit property rootPanel
Hello.My plugin is working with the following dependencies/configurations:pluginSinceBuild = 222 pluginUntilBuild = 233.* platformType=IC platformVersion = 2023.1.1 id("org.jetbrains.kotlin.jvm") ... -
Miguel Goyanes commented, -
Miguel Goyanes commented, -
-
Miguel Goyanes created a post, AnsweredToolWindow open close callback.
Hi. I'm developing a plugin and would like to know if do we have a callback to know when the ToolWindow is open or closed by the user. Thanks.