Parmarrivan

- 活动总数 32
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 4
-
创建于 How to check if the project is of Jetpack Compose in Android Studio plugin?
已回答I am currently creating an Android Studio plugin. I have a custom editor which works with both Java and Kotlin files. However, I don't want the editor to be shown when the project is of Jetpack Com... -
创建于 How to use the PreviewRepresentation extension from the Android plugin?
已回答I want to use this extension in my plugin: https://plugins.jetbrains.com/docs/intellij/extension-point-list.html#designerxml The first one in the link: com.android.tools.idea.uibuilder.editor.mult... -
已编辑于 How to add Java Swing components to Preview Editor?
已回答I have implemented a TextEditorWithPreview in my plugin. Now, I want to add Java Swing components to the Preview editor screen. I want a few components to be shown as soon as Preview Editor screen ... -
已编辑于 How to create a SplitEditorToolbar in Intellij IDEA plugin?
已回答I am trying to create an Intellij IDEA plugin for Android Studio. I want to add a SplitEditorToolbar to the plugin and add actions to it via buttons. I am trying to achieve something like this: Th...