Alex Alex
- 活动总数 29
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 6
- 订阅数 7
-
Alex Alex 创建了一个帖子, 已回答My 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 创建了一个帖子, 已回答New 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 创建了一个帖子, 已回答How to determine if "new ui" is enabled ?
UIManager.getLookAndFeel returns "Darcula" when new ui is enabled -
Alex Alex 创建了一个帖子, 已回答How 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 创建了一个帖子, 已回答PSI 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...