Miguel Goyanes
- Total activity 23
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 7
-
Created Missing essential plugins: com.android.tools.design, org.jetbrains.android
AnsweredHello,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... -
Edited 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") ... -
Created ToolWindow open close callback.
AnsweredHi. 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. -
Created C/C++ plugin configuration
Hi.I've installed the C/C++ plugin on Idea 13 but cant seem to make it work.I'm running windows and i'm succesfully using NetBeans to create and compile C/c++ files. I'm using Gygwin to achieve thi... -
Created Different results compiling with Eclipse and Android Studio
I have o project made in Eclipse and now I'm migrating to Android Studio.I have a class that the character encoding defined is UTF-8. In this class I have a string like this String aString = " µg";... -
Created Android Studio and BitBucket
Hello.First of all let me excuse me if this is not the right place to post but didn't find the information I was looking for in any place.Until now, I've developed my android aplication using eclip...