主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Parmarrivan
活动总数
32
最后的活动
2022年05月27日 17:03
成员加入日期
2022年03月13日 17:02
关注
0 名用户
关注者数
0 名用户
投票数
1
订阅数
4
活动概览
帖子(4)
评论(23)
按最近的活动排序
最近的活动
投票数
创建于
2022年05月27日 17:03
Thanks! It works!
社区
IntelliJ IDEA Open API and Plugin Development
How to check if the project is of Jetpack Compose in Android Studio plugin?
0 票
创建于
2022年05月27日 15:38
Ok, Thanks! That works!
社区
IntelliJ IDEA Open API and Plugin Development
How to use the PreviewRepresentation extension from the Android plugin?
0 票
创建于
2022年05月25日 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...
社区
IntelliJ IDEA Open API and Plugin Development
How to use the PreviewRepresentation extension from the Android plugin?
0 票
创建于
2022年05月06日 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...
社区
IntelliJ IDEA Open API and Plugin Development
How to use the PreviewRepresentation extension from the Android plugin?
0 票
创建于
2022年05月06日 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...
社区
IntelliJ IDEA Open API and Plugin Development
How to use the PreviewRepresentation extension from the Android plugin?
0 票
创建于
2022年05月05日 14:50
I have already declared dependencies for Android as below: <depends>org.jetbrains.android</depends><depends>com.intellij.modules.androidstudio</depends>
社区
IntelliJ IDEA Open API and Plugin Development
How to use the PreviewRepresentation extension from the Android plugin?
0 票
创建于
2022年05月05日 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
社区
IntelliJ IDEA Open API and Plugin Development
How to use the PreviewRepresentation extension from the Android plugin?
0 票
创建于
2022年05月05日 11:28
I declared it like this: <extensions defaultExtensionNs="org.jetbrains.android"> <com.android.tools.idea.uibuilder.editor.multirepresentation.sourcecode.sourceCodePreviewRepresentationProvider ...
社区
IntelliJ IDEA Open API and Plugin Development
How to use the PreviewRepresentation extension from the Android plugin?
0 票
创建于
2022年05月05日 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?
社区
IntelliJ IDEA Open API and Plugin Development
How to use the PreviewRepresentation extension from the Android plugin?
0 票
创建于
2022年04月06日 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...
社区
IntelliJ IDEA Open API and Plugin Development
How to create a SplitEditorToolbar in Intellij IDEA plugin?
0 票
下一页
›
最后
»