Parmarrivan
- Total activity 32
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 4
-
Created How to check if the project is of Jetpack Compose in Android Studio plugin?
AnsweredI 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... -
Created How to use the PreviewRepresentation extension from the Android plugin?
AnsweredI 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... -
Edited How to add Java Swing components to Preview Editor?
AnsweredI 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 ... -
Edited How to create a SplitEditorToolbar in Intellij IDEA plugin?
AnsweredI 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...