Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
English (United States)
简体中文
Sign in
Alex Alex
Total activity
29
Last activity
January 13, 2023 12:45
Member since
February 03, 2022 21:50
Following
0 users
Followed by
0 users
Votes
6
Subscriptions
7
Activity overview
Posts (7)
Comments (9)
Sort by recent activity
Recent activity
Votes
Created
December 07, 2022 17:16
Of course I don't want to touch the internal api. Shouldn't there be a proper way to do it?
Community
IntelliJ IDEA Open API and Plugin Development
New UI toolWindow Anchor "top" no more compatible
0 votes
Edited
December 07, 2022 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....
Community
IntelliJ IDEA Open API and Plugin Development
New UI toolWindow Anchor "top" no more compatible
0 votes
Edited
February 13, 2022 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....
Community
IntelliJ IDEA Open API and Plugin Development
PSI targeting to multiple IDEs native languages and optional dependencies
0 votes
Edited
February 15, 2022 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...
Community
IntelliJ IDEA Open API and Plugin Development
PSI targeting to multiple IDEs native languages and optional dependencies
0 votes
Edited
February 11, 2022 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...
Community
IntelliJ IDEA Open API and Plugin Development
PSI targeting to multiple IDEs native languages and optional dependencies
0 votes
Created
February 09, 2022 12:59
my plugin is not Gradle-based and is written in java. Is grandle necessary? because I have never used it before...
Community
IntelliJ IDEA Open API and Plugin Development
I need to use PsiManager but I'm getting the following error in my dependencies
0 votes
Edited
February 09, 2022 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...
Community
IntelliJ IDEA Open API and Plugin Development
I need to use PsiManager but I'm getting the following error in my dependencies
0 votes
Created
February 04, 2022 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...
Community
IntelliJ IDEA Open API and Plugin Development
How to add icons in popup choose builder list ?
0 votes
Edited
February 06, 2022 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...
Community
IntelliJ IDEA Open API and Plugin Development
I need to use PsiManager but I'm getting the following error in my dependencies
0 votes