Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Parmarrivan
Total activity
32
Last activity
May 27, 2022 17:03
Member since
March 13, 2022 17:02
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
4
Activity overview
Posts (4)
Comments (23)
Sort by votes
Recent activity
Votes
Created
May 27, 2022 17:03
Thanks! It works!
Community
IntelliJ IDEA Open API and Plugin Development
How to check if the project is of Jetpack Compose in Android Studio plugin?
0 votes
Created
May 27, 2022 15:38
Ok, Thanks! That works!
Community
IntelliJ IDEA Open API and Plugin Development
How to use the PreviewRepresentation extension from the Android plugin?
0 votes
Created
May 25, 2022 17:19
Andrei Kuznetsov I am now creating the plugin for Bumblebee. However on using the following code in `plugin.xml`: <depends>com.intellij.modules.platform</depends><depends>org.jetbrains.android</dep...
Community
IntelliJ IDEA Open API and Plugin Development
How to use the PreviewRepresentation extension from the Android plugin?
0 votes
Created
May 06, 2022 16:04
Thanks! The plugin works perfectly in Arctic Fox. But rather than developing two different plugins, isn't there any other way through which to check if it is Arctic Fox or Bumblebee and then set de...
Community
IntelliJ IDEA Open API and Plugin Development
How to use the PreviewRepresentation extension from the Android plugin?
0 votes
Created
May 06, 2022 08:57
Thanks! It works but the old plugin's accept method had VirtualFile as an argument. However, in the new plugin, instead of VirtualFile, it is PsiFile. And it is giving me an error. Moreover, Previe...
Community
IntelliJ IDEA Open API and Plugin Development
How to use the PreviewRepresentation extension from the Android plugin?
0 votes
Created
May 05, 2022 14:50
I have already declared dependencies for Android as below: <depends>org.jetbrains.android</depends><depends>com.intellij.modules.androidstudio</depends>
Community
IntelliJ IDEA Open API and Plugin Development
How to use the PreviewRepresentation extension from the Android plugin?
0 votes
Created
May 05, 2022 14:44
Thanks, it works! However, now I am getting the following error: Caused by: java.lang.NoClassDefFoundError: com/android/tools/idea/uibuilder/editor/multirepresentation/PreviewRepresentationProvider
Community
IntelliJ IDEA Open API and Plugin Development
How to use the PreviewRepresentation extension from the Android plugin?
0 votes
Created
May 05, 2022 11:28
I declared it like this: <extensions defaultExtensionNs="org.jetbrains.android"> <com.android.tools.idea.uibuilder.editor.multirepresentation.sourcecode.sourceCodePreviewRepresentationProvider ...
Community
IntelliJ IDEA Open API and Plugin Development
How to use the PreviewRepresentation extension from the Android plugin?
0 votes
Created
May 05, 2022 10:22
I have created the PreviewRepresentation implementation. However, I don't know which tag to use to register the class in the plugin.xml file. Could you please help me?
Community
IntelliJ IDEA Open API and Plugin Development
How to use the PreviewRepresentation extension from the Android plugin?
0 votes
Created
April 06, 2022 15:03
Karol Lewandowski I looked at the source code that you had provided. However, TextEditorWithPreview creates a new editor with two editors embedded inside it. So even if I try to implement something...
Community
IntelliJ IDEA Open API and Plugin Development
How to create a SplitEditorToolbar in Intellij IDEA plugin?
0 votes
Next
›
Last
»