App Zenn

- Total activity 34
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 11
-
-
App Zenn created a post, Android Studio doesn't have JavaFX?
Does Android Studio's default JDK include JavaFX? In other post(the below URL), AS3.0 should include the new runtime with JavaFX, but my plugin has error on AS 3.2 now. https://intellij-support.j... -
App Zenn created a post, How to check AndroidStudio?
I want to check the plugin with AndroidStudio. But the README doesn't have type of AndroidStudio. https://github.com/JetBrains/gradle-intellij-plugin#setup-dsl Is there any way to test plugin w... -
-
-
App Zenn created a post, AnsweredHow to adapt to old version of API and new version of API? Method already removed from API.
I'm using LanguageAnnotators.INSTANCE.addExplicitExtension But it seems that this method is added from 2018.02.07. And removed registerExplicitExtension. How can I avoid this problem without m... -
App Zenn commented, -
App Zenn created a post, AnsweredHow to define compatible versions?
I check this post. https://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/plugin_compatibility.html?search=compatibility But I cannot know how to widen the compatible version for plug... -
-
App Zenn created a post, AnsweredVerify plugin has strange warning message.
"verifyPlugin" has strange message on my plugin. But I don't understand why it happened? My plugin.xml is like this. <idea-plugin> <id>com.intellij.my-plugin</id> <name>MyPlugin</name> <...