主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Pchitttcbn
活动总数
31
最后的活动
2021年10月06日 10:25
成员加入日期
2021年09月07日 11:40
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
6
活动概览
帖子(6)
评论(19)
按最近的活动排序
最近的活动
投票数
已编辑于
2021年09月17日 14:21
I finally found the solution, as simple as it is. Sorry I'm just starting using Intellij... In fact, I just have to override the com.ingenico.intellij.launch.configurations.TeliumLauncherConfigurat...
社区
IntelliJ IDEA Open API and Plugin Development
How to programmatically inject custom values for PORT and HOST parameters in a remote configuration at run configuration creation?
0 票
创建于
2021年09月17日 13:06
In other words, I need a dynamic remote configuration creation...
社区
IntelliJ IDEA Open API and Plugin Development
How to programmatically inject custom values for PORT and HOST parameters in a remote configuration at run configuration creation?
0 票
创建于
2021年09月17日 12:27
Using com.intellij.execution.configurations.ConfigurationFactory#createTemplateConfiguration(com.intellij.openapi.project.Project), seems not updating the already created template configuration. I ...
社区
IntelliJ IDEA Open API and Plugin Development
How to programmatically inject custom values for PORT and HOST parameters in a remote configuration at run configuration creation?
0 票
创建于
2021年09月16日 13:40
I just figured out that it was linked to template configuration just created (before seeing your message). It confirms my doubts, so yes I think createTemplateConfiguration could help. Thanks a lot...
社区
IntelliJ IDEA Open API and Plugin Development
How to programmatically inject custom values for PORT and HOST parameters in a remote configuration at run configuration creation?
0 票
创建于
2021年09月15日 06:18
Thanks a lot Yann for this solution. I'll try this way. Regards
社区
IntelliJ IDEA Open API and Plugin Development
How to programmatically parse/retrieve user's parameters in Intellij project Gradle build file?
0 票
创建于
2021年09月13日 09:39
Can I parse a custom block (other than "Ext") using GradleBuildModel API?
社区
IntelliJ IDEA Open API and Plugin Development
How to programmatically parse/retrieve user's parameters in Intellij project Gradle build file?
0 票
创建于
2021年09月13日 09:37
I think I found the issue with parameters injection. Once a first remote configuration has been created, it creates a template which is used for next remote configuration creation. Is there a way t...
社区
IntelliJ IDEA Open API and Plugin Development
How to programmatically inject custom values for PORT and HOST parameters in a remote configuration at run configuration creation?
0 票
创建于
2021年09月08日 08:37
I explicitly set these parameters via kotlin init block: init { initalizeDefaultParameters()}private fun initalizeDefaultParameters() { // TODO I need to inject my default values (read from G...
社区
IntelliJ IDEA Open API and Plugin Development
How to programmatically inject custom values for PORT and HOST parameters in a remote configuration at run configuration creation?
0 票
已编辑于
2021年09月08日 14:43
Thanks a lot Yann, I already used this API, but it seems that only the "ext" block is accessible and parameters inside this "ext" block are in a flatten way (no hierarchical parameters, unlike desc...
社区
IntelliJ IDEA Open API and Plugin Development
How to programmatically parse/retrieve user's parameters in Intellij project Gradle build file?
0 票
创建于
2021年09月07日 11:44
Upload id: 2021_09_07_F9d3o6xjzMExNgJG (files: TeliumRemoteConfiguration.kt, TeliumLauncherConfigurationType.kt)
社区
IntelliJ IDEA Open API and Plugin Development
How to programmatically inject custom values for PORT and HOST parameters in a remote configuration at run configuration creation?
0 票
«
第一页
‹
上一页