主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Abhaydoshi7
活动总数
95
最后的活动
2021年05月08日 08:44
成员加入日期
2020年02月14日 05:04
关注
0 名用户
关注者数
0 名用户
投票数
9
订阅数
34
活动概览
帖子(31)
评论(21)
按最近的活动排序
最近的活动
投票数
已编辑于
2020年04月27日 17:11
Sorry for being unclear. I meant that I have created a custom RunConfiguration implementation already say MyRunConfiguration. So when a user adds new configuration of type MyRunConfiguration, the B...
社区
IntelliJ IDEA Open API and Plugin Development
Is there a way to NOT automatically set "Build" before run in a custom run configuration ?
0 票
创建于
2020年04月23日 20:16
For your plugin users (If you plan on not publishing to https://plugins.jetbrains.com/) you can do one of the following. Atleast this is what I'm doing. You can host the plugin zip in your own se...
社区
IntelliJ IDEA Open API and Plugin Development
Intellij IDea installation path not able to fetch programmatically
0 票
创建于
2020年04月12日 13:36
Still waiting for an answer here :)
社区
IntelliJ IDEA Open API and Plugin Development
How can we use names from .properties file in plugin.xml
0 票
创建于
2020年04月12日 13:35
Still waiting for an answer over here. :)
社区
IntelliJ IDEA Open API and Plugin Development
How do I add icon to plugin published in custom repository and customise the plugin homepage link ?
0 票
创建于
2020年03月30日 13:29
Say I'm hosting my updatePlugins.xml file on a domain https://intranet.college.com/intellij-plugins/updatePlugins.xmlIs it possible to load the icon if I'm hosting the icon on the url https://intra...
社区
IntelliJ IDEA Open API and Plugin Development
How do I add icon to plugin published in custom repository and customise the plugin homepage link ?
0 票
创建于
2020年03月27日 16:40
use setPlugins in your build.gradle intellij { version '2019.3' setPlugins('java')} and this in your plugin.xml <depends>com.intellij.java</depends>
社区
IntelliJ IDEA Open API and Plugin Development
Intellij Plugin Development : Unable to import ApplicationConfiguration class in my custom action.
0 票
创建于
2020年03月19日 10:23
And what about the plugin description ?
社区
IntelliJ IDEA Open API and Plugin Development
How can we use names from .properties file in plugin.xml
0 票
创建于
2020年03月17日 16:26
Thanks for helping me find the perfect way to find the problem. Seems that I was using a png icon of 15x15 px resolution. Once I changed it to 16x16 px It worked. Thanks a ton.
社区
IntelliJ IDEA Open API and Plugin Development
Icon doesn't load on WelcomeScreen.QuickStart.Platform group
0 票
已编辑于
2020年03月16日 17:21
No I don't have any errors. The same icon loaded just fine when I loaded in the toolbar. Tried giving the url directly too "/icons/main-icon.png" still a blank. But as you said the bundled icons w...
社区
IntelliJ IDEA Open API and Plugin Development
Icon doesn't load on WelcomeScreen.QuickStart.Platform group
0 票
已编辑于
2020年03月11日 12:42
Doesn't seem to work. I just simple have to add <depends>AntSupport</depends>or am I missing some other configuration EDIT:: It works if I add the following line in build.gradle intellij { ver...
社区
IntelliJ IDEA Open API and Plugin Development
How to call ant and show logs
0 票
«
第一页
‹
上一页
下一页
›
最后
»