主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Alex Alex
活动总数
29
最后的活动
2023年01月13日 12:45
成员加入日期
2022年02月03日 21:50
关注
0 名用户
关注者数
0 名用户
投票数
6
订阅数
7
活动概览
帖子(7)
评论(9)
按最近的活动排序
最近的活动
投票数
创建于
2022年12月07日 17:16
Of course I don't want to touch the internal api. Shouldn't there be a proper way to do it?
社区
IntelliJ IDEA Open API and Plugin Development
New UI toolWindow Anchor "top" no more compatible
0 票
已编辑于
2022年12月07日 22:29
Hi thanks for your response. The question is, how can I cover both cases? new ui and old ui compatibility for my toolwindow ? If I use "new ui" then anchor="top" crashes com.intellij.diagnostic....
社区
IntelliJ IDEA Open API and Plugin Development
New UI toolWindow Anchor "top" no more compatible
0 票
已编辑于
2022年02月13日 02:57
Plugin verificator found compatibility problems for all ides. For example MyPlugin depends on optional plugins com.jetbrains.php, org.jetbrains.plugins.go, org.jetbrains.kotlin, com.intellij.cidr....
社区
IntelliJ IDEA Open API and Plugin Development
PSI targeting to multiple IDEs native languages and optional dependencies
0 票
已编辑于
2022年02月15日 19:26
My plugin is a toolwindow component. public class MyToolWindow extends JComponent implements ToolWindowFactory, ComponentListener in plugin.xml I have <extensions defaultExtensionNs="com.int...
社区
IntelliJ IDEA Open API and Plugin Development
PSI targeting to multiple IDEs native languages and optional dependencies
0 票
已编辑于
2022年02月11日 12:13
Hello Karol once again, thank you for your help so far, you have been very useful in my plugin development process. I am almost done! I am using a generic Visitor custom class that instantiates t...
社区
IntelliJ IDEA Open API and Plugin Development
PSI targeting to multiple IDEs native languages and optional dependencies
0 票
创建于
2022年02月09日 12:59
my plugin is not Gradle-based and is written in java. Is grandle necessary? because I have never used it before...
社区
IntelliJ IDEA Open API and Plugin Development
I need to use PsiManager but I'm getting the following error in my dependencies
0 票
已编辑于
2022年02月09日 01:00
Thanks again, but I am very confused. I have used PSIViewer and I see the classes of each psi element, but I dont understand how to get access to them while I am developing. For example how do I ge...
社区
IntelliJ IDEA Open API and Plugin Development
I need to use PsiManager but I'm getting the following error in my dependencies
0 票
创建于
2022年02月04日 18:00
1. thanks a lot, I made it work! 2. I removed comment from here and moved it to a new post https://intellij-support.jetbrains.com/hc/en-us/community/posts/4417493018386-I-need-to-use-PsiManager-but...
社区
IntelliJ IDEA Open API and Plugin Development
How to add icons in popup choose builder list ?
0 票
已编辑于
2022年02月06日 14:35
I just figured out that the issue was that I used com.intellij.modules.java to get list of methods (PsiMethod) which are supported in java only. But how can I give support to multiple IDEs to get...
社区
IntelliJ IDEA Open API and Plugin Development
I need to use PsiManager but I'm getting the following error in my dependencies
0 票