Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Abhaydoshi7
Total activity
95
Last activity
May 08, 2021 08:44
Member since
February 14, 2020 05:04
Following
0 users
Followed by
0 users
Votes
9
Subscriptions
34
Activity overview
Posts (31)
Comments (21)
Sort by recent activity
Recent activity
Votes
Created
June 06, 2020 12:40
I guess I didn't make myself clear. I was able to generate the license list and download files too successfully. But wasn't able to figure out a way to include it in the zip file generated using th...
Community
IntelliJ IDEA Open API and Plugin Development
Is there a way to include all licenses from all the third party dependencies in the distribution zip generated using 'buildPlugin' gradle task ?
0 votes
Edited
April 27, 2020 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...
Community
IntelliJ IDEA Open API and Plugin Development
Is there a way to NOT automatically set "Build" before run in a custom run configuration ?
0 votes
Created
April 23, 2020 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...
Community
IntelliJ IDEA Open API and Plugin Development
Intellij IDea installation path not able to fetch programmatically
0 votes
Created
April 12, 2020 13:36
Still waiting for an answer here :)
Community
IntelliJ IDEA Open API and Plugin Development
How can we use names from .properties file in plugin.xml
0 votes
Created
April 12, 2020 13:35
Still waiting for an answer over here. :)
Community
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 votes
Created
March 30, 2020 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...
Community
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 votes
Created
March 27, 2020 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>
Community
IntelliJ IDEA Open API and Plugin Development
Intellij Plugin Development : Unable to import ApplicationConfiguration class in my custom action.
0 votes
Created
March 19, 2020 10:23
And what about the plugin description ?
Community
IntelliJ IDEA Open API and Plugin Development
How can we use names from .properties file in plugin.xml
0 votes
Created
March 17, 2020 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.
Community
IntelliJ IDEA Open API and Plugin Development
Icon doesn't load on WelcomeScreen.QuickStart.Platform group
0 votes
Edited
March 16, 2020 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...
Community
IntelliJ IDEA Open API and Plugin Development
Icon doesn't load on WelcomeScreen.QuickStart.Platform group
0 votes
Next
›
Last
»