主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Gioioso Matteo
活动总数
72
最后的活动
2025年05月22日 08:56
成员加入日期
2019年04月18日 04:23
关注
0 名用户
关注者数
0 名用户
投票数
17
订阅数
20
活动概览
帖子(12)
评论(23)
按最近的活动排序
最近的活动
投票数
已编辑于
2021年05月09日 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...
社区
IntelliJ IDEA Open API and Plugin Development
How to add a JComponent to pre-existing Run configuration editor
0 票
已编辑于
2021年04月30日 11:32
Sorry forgot to mention. I am using it like this in my plugin code: String myEnv = System.getenv("MY_ENV");
社区
IntelliJ IDEA Open API and Plugin Development
Unable to set environmental variables for Gradle build
0 票
已编辑于
2021年04月30日 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 ...
社区
IntelliJ IDEA Open API and Plugin Development
Unable to set environmental variables for Gradle build
0 票
创建于
2021年04月30日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Unable to set environmental variables for Gradle build
0 票
创建于
2021年04月27日 00:56
Jakub Chrzanowski hello, any help on this? Thanks
社区
IntelliJ IDEA Open API and Plugin Development
Unable to set environmental variables for Gradle build
0 票
已编辑于
2021年04月20日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Unable to set environmental variables for Gradle build
0 票
已编辑于
2021年04月16日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Passing data to an Action
0 票
创建于
2021年04月14日 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.
社区
IntelliJ IDEA Open API and Plugin Development
Populate Run/Debug configuration from an Action, Button or Listener
0 票
已编辑于
2021年04月14日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Populate Run/Debug configuration from an Action, Button or Listener
0 票
创建于
2021年04月13日 00:39
Hello, any help?
社区
IntelliJ IDEA Open API and Plugin Development
Passing data to an Action
0 票
«
第一页
‹
上一页
下一页
›
最后
»