Pallavi Pallavi

- Total activity 34
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 11
-
Created why there is no support of external jars in intellij based plugin jars?
We are having an issue where our plugin uses an exernal jar. Its a gradle plugin. We have externally added the depenncies too in build.gradle file and created a plugin jar out of it. But when we pl... -
Created can we place a intellij developed plugin and license file in the plugin folder of intellij IDe ?
We are developing a custom plugin using intellij plugin development. Now we want to place it in plugins folder of intellij ide installation folder. Can we even place license folder at the same loca... -
Created Intellij IDea installation path not able to fetch programmatically
AnsweredPlease let me know where we can get the installation path of intellij idea community path programmatically.. I have tried PathManager.getHomepath and no luck.. it returns as below.C:\Users\Pallavi.... -
Created How to get the plugin path which is installed locally?
I would like to know how to get the path of the plugin which I select during "Install from disk" in the intellij plugins section?. My plugin is located in desktop. So I would basically like it to r... -
Created Is there any inbuilt class or interface for lifecycle of the plugin development?
AnsweredLike in eclipse we have AbstractUIPlugin which consists of Start stop method. Simliarly do we have anything of that sort in intellij? -
Created How to create new project by passing the folder name to the Project class method?
I need to create a project in intellij from the ide through java where I will be passing the project name and it needs to be created in the existing location -
Created Why my custom plugin look and feel is different when it is installed as a intellij plugin after jar creation than the one while running as run ide task in intellij
my plugin which i have created runs perfectly fine with the projejct structure of open jdk 8 as the run time version and when i convert it as a jar and install from disk in the plugins settings and... -
Created How to convert the plugin project to a jar which can be used as implicitly in intellij projects.
AnsweredI wan to convert the intellij plugin based project which is of gradle and consists of plugin.xml to a jar and then use it as a plugin in intellij.I tried converting the jar as an output directory a...