Alex Alex
- Total activity 29
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 6
- Subscriptions 7
-
Alex Alex created a post, AnsweredMy ToolWindow Plugin is no more compatible with Beta New UI Enabled
If 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 ... -
-
-
Alex Alex created a post, AnsweredNew UI toolWindow Anchor "top" no more compatible
How to set toolWindow's anchor "Left Top" in plugin.xml only if "new ui" is enabled else give "top" -
Alex Alex created a post, AnsweredHow to determine if "new ui" is enabled ?
UIManager.getLookAndFeel returns "Darcula" when new ui is enabled -
Alex Alex created a post, AnsweredHow to sign my plugin without grandle and kotlin
I 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... -
-
-
-
Alex Alex created a post, AnsweredPSI targeting to multiple IDEs native languages and optional dependencies
Hello, 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...