Ksnh Hnsk
- 活动总数 33
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 9
-
创建于 How to trigger an action on Application startup or restart
已回答Hi 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... -
已编辑于 How to enable auto update feature which are in our custom plugin repository
已计划Hi 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... -
已编辑于 How to programatically run commands in terminal from plugin
已回答Hi 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... -
创建于 How to add, commit and push into git programatically
已回答Hi 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 ... -
创建于 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... -
创建于 How to read a file by relative path
已回答I 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... -
已编辑于 how to add dependency to current active project in intellij plugin programatically
已回答Hi 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 -
创建于 Not able to perform action for new plugin in MAC
已回答Hi, 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...