Alex Alex
- 活动总数 29
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 6
- 订阅数 7
-
已编辑于 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 ... -
已编辑于 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" -
创建于 How to determine if "new ui" is enabled ?
已回答UIManager.getLookAndFeel returns "Darcula" when new ui is enabled -
已编辑于 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... -
已编辑于 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... -
创建于 I need to use PsiManager but I'm getting the following error in my dependencies
已回答1: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... -
创建于 How to add icons in popup choose builder list ?
已回答JBPopupFactory.getInstance().createPopupChooserBuilder(items)