Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Pchitttcbn
Total activity
31
Last activity
October 06, 2021 10:25
Member since
September 07, 2021 11:40
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
6
Activity overview
Posts (6)
Comments (19)
Sort by recent activity
Recent activity
Votes
Created
September 17, 2021 13:06
In other words, I need a dynamic remote configuration creation...
Community
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 votes
Created
September 17, 2021 12:27
Using com.intellij.execution.configurations.ConfigurationFactory#createTemplateConfiguration(com.intellij.openapi.project.Project), seems not updating the already created template configuration. I ...
Community
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 votes
Created
September 16, 2021 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...
Community
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 votes
Created
September 15, 2021 06:18
Thanks a lot Yann for this solution. I'll try this way. Regards
Community
IntelliJ IDEA Open API and Plugin Development
How to programmatically parse/retrieve user's parameters in Intellij project Gradle build file?
0 votes
Created
September 13, 2021 09:39
Can I parse a custom block (other than "Ext") using GradleBuildModel API?
Community
IntelliJ IDEA Open API and Plugin Development
How to programmatically parse/retrieve user's parameters in Intellij project Gradle build file?
0 votes
Created
September 13, 2021 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...
Community
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 votes
Created
September 08, 2021 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...
Community
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 votes
Edited
September 08, 2021 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...
Community
IntelliJ IDEA Open API and Plugin Development
How to programmatically parse/retrieve user's parameters in Intellij project Gradle build file?
0 votes
Created
September 07, 2021 11:44
Upload id: 2021_09_07_F9d3o6xjzMExNgJG (files: TeliumRemoteConfiguration.kt, TeliumLauncherConfigurationType.kt)
Community
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 votes
«
First
‹
Previous