主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Eugene Berman
活动总数
28
最后的活动
2023年12月14日 14:17
成员加入日期
2021年12月03日 15:27
关注
0 名用户
关注者数
0 名用户
投票数
2
订阅数
7
活动概览
帖子(6)
评论(13)
按最近的活动排序
最近的活动
投票数
创建于
2023年12月14日 14:17
Thanks, Karol, after some searching I was able to find what I was looking for.
社区
IntelliJ IDEA Open API and Plugin Development
What to use instead of `notification.setListener()`?
0 票
创建于
2022年01月11日 18:12
nm, I realized my path was wrong, everything looks good now, thank you!
社区
IntelliJ IDEA Open API and Plugin Development
Language injection not working
0 票
创建于
2022年01月11日 18:05
I tried the IntelliLang approach but it cannot find my injections config file. In my plugin.xml it looks like this: <extensions defaultExtensionNs="org.intellij.intelliLang"> <injectionConfig conf...
社区
IntelliJ IDEA Open API and Plugin Development
Language injection not working
0 票
创建于
2022年01月11日 17:36
Yes, the target XML tag has language XML, I verified that. I tried something else - I implemented a MultiHostInjector and now I do see the code highlighting, but the formatting still does not work...
社区
IntelliJ IDEA Open API and Plugin Development
Language injection not working
0 票
创建于
2022年01月05日 15:26
Thanks, Yann, this should work. One last question is, can I limit the `checkConfiguration` calls to only when the run configuration is executed in the debugger (i.e. when a user clicks on the Debug...
社区
IntelliJ IDEA Open API and Plugin Development
Add maven dependency on the fly?
0 票
创建于
2022年01月03日 15:24
Well, I was able to solve this partially, not sure if this is a right approach, but I can get hold of the process handler, e.g. javaDebugProcess.getProcessHandler() And then I use the following cod...
社区
IntelliJ IDEA Open API and Plugin Development
Is it possible to get the process id of the java process that is currently running in the run dialog?
0 票
创建于
2021年12月21日 16:54
Still trying to find a good solution. At the very least, how can I check before the debugger execution that the current project/module dependencies contain a certain dependency and if not, display ...
社区
IntelliJ IDEA Open API and Plugin Development
Add maven dependency on the fly?
0 票
创建于
2021年12月20日 15:39
Yes, I did create my own run configuration type, but since the projects I intend to run are maven-based, I extended maven run configuration classes. That's why I'm asking how to do this. The reason...
社区
IntelliJ IDEA Open API and Plugin Development
Add maven dependency on the fly?
0 票
创建于
2021年12月16日 14:54
But then is it possible to unregister the default action or at least disable it when I'm in the context of debugging a certain project?
社区
IntelliJ IDEA Open API and Plugin Development
Questions about expression evaluator in custom debugger
0 票
创建于
2021年12月15日 18:54
I went as far as adding `<xdebugger.support ...` to my `plugin.xml`, and I created an override for the getEvaluateHandler() method: @Override@NotNullpublic DebuggerActionHandler getEvaluateHandler(...
社区
IntelliJ IDEA Open API and Plugin Development
Questions about expression evaluator in custom debugger
0 票
下一页
›
最后
»