Zaman Zamanli

Software Engineer at Synopsys
- 活动总数 17
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 2
- 订阅数 7
-
-
-
Zaman Zamanli 创建了一个帖子, GradleSettings.getInstance(project) throws 'java.lang.IllegalStateException' exception
When I run the following code, I end up with the exception during unit tests. It works fine in production code. GradleSettings.getInstance(project); The error is the following: "@NotNull method org... -
Zaman Zamanli 创建了一个帖子, 已回答How to get pipenv path in user's settings from the plugin?
IntelliJ automatically detects pipenv. The user has the ability to change this from the preferences as well. How can I get the path to pipenv from my plugin? -
Zaman Zamanli 进行了评论, -
Zaman Zamanli 创建了一个帖子, 已回答How to get NPM path in user's settings from the plugin?
IntelliJ automatically detects Node.js and NPM. The user has the ability to change this from the preferences as well. How can I get the path to Node.js and the path to NPM from my plugin? -
Zaman Zamanli 创建了一个帖子, 已回答How can I use already downloaded Gradle executable from my plugin?
I want to get the path of the already downloaded Gradle executable from my plugin. Gradle plugin downloads the Gradle to a location similar to the following "{GRADLE_HOME}/wrapper/dists/gradle-5.1.... -
Zaman Zamanli 创建了一个帖子, CLion - clean project
I am developing plugin for CLion and I need to "clean" the project. Which command do I need to use to do equivalent of a running a "make clean"? This is how we get build command: RunnerAndConfigu...