Alex Alex

- Total activity 29
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 6
- Subscriptions 7
-
Edited My ToolWindow Plugin is no more compatible with Beta New UI Enabled
AnsweredIf I use the "new ui" then plugin crashes after installing and restarting ide because of anchor="top" to plugin.xml attribute com.intellij.diagnostic.PluginException: Cannot init toolwindow ... -
Edited New UI toolWindow Anchor "top" no more compatible
AnsweredHow to set toolWindow's anchor "Left Top" in plugin.xml only if "new ui" is enabled else give "top" -
Created How to determine if "new ui" is enabled ?
AnsweredUIManager.getLookAndFeel returns "Darcula" when new ui is enabled -
Edited How to sign my plugin without grandle and kotlin
AnsweredI don't use grandle in my plugin and I don't know how to use the signing example with kotlin because I use java only. Is there a way to do it without grandle as I have never used it before and with... -
Edited PSI targeting to multiple IDEs native languages and optional dependencies
AnsweredHello, First of all, my plugin is not grandle based. And I would preffer to keep it that way. How to ensure that optional dependencies in plugin.xml are compatible to all users that are about to do... -
Created I need to use PsiManager but I'm getting the following error in my dependencies
Answered1:18 μ.μ. Plugin error Plugin ... requires plugin 'com.intellij.modules.java' to be installed These are all my dependencies. The second one seems to have the problem. However in... -
Created How to add icons in popup choose builder list ?
AnsweredJBPopupFactory.getInstance().createPopupChooserBuilder(items)