Ksnh Hnsk
- Total activity 33
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 9
-
Created How to trigger an action on Application startup or restart
AnsweredHi team, I am working on a plugin, where I have a requirement to run an action on Application StartUp, So I tried the following code but did not worked for me package com.dbs.codeshare.handlers;imp... -
Edited How to enable auto update feature which are in our custom plugin repository
PlannedHi team, We have developed a Plugin and deployed in our own repository and added the plugin url(https://xyz.com/my-plugin-0.0.1) to updatePlugins.xml file and we have given the url (https://xyz.com... -
Edited How to programatically run commands in terminal from plugin
AnsweredHi team, How do i run any commands in command prompt or terminal from a plugin. Like, creating directory(mkdir folder) or cloning any repo(git clone), or any kind of commands which can run on ter... -
Created How to add, commit and push into git programatically
AnsweredHi team,As part of my plugin development, I want to create a plugin where i will select the file content and push to git where the user need to fill a form containing repo url, branch name, commit ... -
Created Not able to set the jar file to classpath
Hi team, I am developing a plugin where i have download jar libraries and then set to the classpath. I am able to get the file to project and also jars are getting added to project structure -> mo... -
Created How to read a file by relative path
AnsweredI want to read a file using relative path Project |->src | |-->MyClass.java | |-->MyFile1.txt |->res |->files |-->MyFile2.txt I have tried java.io new File("./res/files/MyFile2.txt), Bu... -
Edited how to add dependency to current active project in intellij plugin programatically
AnsweredHi team, I am developing a new plugin where i want to download jars(jar is available at specific url), I want to download it to current active project.How can i do this? ThanksNikhi -
Created Not able to perform action for new plugin in MAC
AnsweredHi, I have created a new plugin project on Mac OS where i am able to see action on main menu, but when clicking on action nothing happened(i.e, its not entering into action performed method) wher...