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 recent activity
Recent activity
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
Edited
April 01, 2022 16:21
Do you mean that you would create TextEditorWithPreview and you would use Android Studio's editor as text editor, and your custom editor as preview editor? Karol Lewandowski Yes that is what I me...
Community
IntelliJ IDEA Open API and Plugin Development
How to create a SplitEditorToolbar in Intellij IDEA plugin?
0 votes
Created
March 31, 2022 09:47
Karol Lewandowski What I meant was that instead of creating a TextEditor along with a Preview editor (i.e. a custom view), would it be ok to only just create a Preview editor and make it split with...
Community
IntelliJ IDEA Open API and Plugin Development
How to create a SplitEditorToolbar in Intellij IDEA plugin?
0 votes
Created
March 29, 2022 03:07
Karol Lewandowski So if I cannot hide the other editor then can I just create a single FileEditorProvider and make it split with the given editor? Or should I use a Tool Window instead? But I don't...
Community
IntelliJ IDEA Open API and Plugin Development
How to create a SplitEditorToolbar in Intellij IDEA plugin?
0 votes
«
First
‹
Previous
Next
›
Last
»