Pchitttcbn
- 活动总数 31
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 6
-
已编辑于 Best way to get the gradle build file (as File) (Kotlin or Groovy) from a project
已回答Hello, To retrieve the project Gradle build file (build.gradle or build.gradle.kts), I used the following code: project.basePath?.let { val connection = GradleConnector.newConnector().forProjectD... -
创建于 How to listen to Gradle build file (Kotlin or Groovy) changes?
已回答Hello, I need to listen to Gradle build file changes in order to automatically launch an action. Is there an easy way to do that? Thanks for help Regards -
创建于 How to automatically open a 'Tool Window' used as a custom console view when launching a action
已回答Hello, I created a custom "ToolWindow" registered in plugin.xml: <toolWindow id="My Console" anchor="bottom" factoryClass="com.user.intellij.utils.CustomToolWindowFactory"></t... -
已编辑于 How to programmatically disable/enable a group of actions?
已回答Hello, I have two actions which are used to launch Gradle tasks in background (non blocking actions). These actions are chaining several gradle tasks (with some of them common, for instance one is ... -
创建于 How to programmatically parse/retrieve user's parameters in Intellij project Gradle build file?
已回答Hello all, I need to retrieve some user specific parameters from Gradle build file in an Intellij project (build.gradle.kts) Here a "build.gradle.kts" file content example I need to parse: ... c... -
创建于 How to programmatically inject custom values for PORT and HOST parameters in a remote configuration at run configuration creation?
已回答Hello all, I've created a custom remote configuration extended the existing one in order to inject my custom values for PORT and HOST parameters. Just for tests, I tried overriding the "createRe...