Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Gioioso Matteo
Total activity
71
Last activity
August 09, 2024 10:36
Member since
April 18, 2019 04:23
Following
0 users
Followed by
0 users
Votes
16
Subscriptions
20
Activity overview
Posts (12)
Comments (23)
Sort by recent activity
Recent activity
Votes
Created
August 17, 2021 01:52
Yann Cebron sorry to resume this old thread, but I have one question, how can I access the Configurable at runtime? should I just ApplicationManager.getApplication().getService(AppSettingsState.cla...
Community
IntelliJ IDEA Open API and Plugin Development
Adding Configuration features at runtime to a plugin
0 votes
Edited
May 09, 2021 04:34
Yann Cebron thanks for answer, could you please expand a little bit on this?I guess the first thing would be to create a class that extends the NodeJSRunConfigurationExtension Like this public clas...
Community
IntelliJ IDEA Open API and Plugin Development
How to add a JComponent to pre-existing Run configuration editor
0 votes
Edited
April 30, 2021 11:32
Sorry forgot to mention. I am using it like this in my plugin code: String myEnv = System.getenv("MY_ENV");
Community
IntelliJ IDEA Open API and Plugin Development
Unable to set environmental variables for Gradle build
0 votes
Edited
April 30, 2021 09:52
Andrey Dernov it is a simple case of multiple environments build. I need some variables for a test environment and different ones for a production environment.Since I need to test my plugin before ...
Community
IntelliJ IDEA Open API and Plugin Development
Unable to set environmental variables for Gradle build
0 votes
Created
April 30, 2021 09:28
Jakub Chrzanowski Hello, could you please answer this question? Otherwise I will have to open a new thread or contact directly the support, I have been stuck for the past 10 days without any soluti...
Community
IntelliJ IDEA Open API and Plugin Development
Unable to set environmental variables for Gradle build
0 votes
Created
April 27, 2021 00:56
Jakub Chrzanowski hello, any help on this? Thanks
Community
IntelliJ IDEA Open API and Plugin Development
Unable to set environmental variables for Gradle build
0 votes
Edited
April 20, 2021 01:48
How can I get those variables in my application? Since the environmental variables will get evaluated at runtime, how can I achieve this? How can I start my plugin supplying env variables?I think w...
Community
IntelliJ IDEA Open API and Plugin Development
Unable to set environmental variables for Gradle build
0 votes
Edited
April 16, 2021 00:40
Ok, in the end I took a different simpler approach.I have just decided to register the action in code rather than via plugin.xml: MyAction myAction = new MyAction();myAction.setMyParam("param");Act...
Community
IntelliJ IDEA Open API and Plugin Development
Passing data to an Action
0 votes
Created
April 14, 2021 23:52
com.jetbrains.nodejs.run.NodeJsRunConfiguration I think I am going to use this.Many thanks for the tips, they helped me connecting all the dots.
Community
IntelliJ IDEA Open API and Plugin Development
Populate Run/Debug configuration from an Action, Button or Listener
0 votes
Edited
April 14, 2021 03:06
Ok, that partially helped, thanks.However I just realized that if, for example, I want the Nodejs run configuration I will have to depend on that plugin, is that right?Is there a method to retrieve...
Community
IntelliJ IDEA Open API and Plugin Development
Populate Run/Debug configuration from an Action, Button or Listener
0 votes
Next
›
Last
»