主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Eugene Berman
活动总数
24
最后的活动
2024年11月15日 14:37
成员加入日期
2023年09月11日 15:32
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
7
活动概览
帖子(6)
评论(11)
按最近的活动排序
最近的活动
投票数
创建于
2024年09月10日 14:26
I managed to override createFileEditor() but I'm getting the error Access is allowed from Event Dispatch Thread (EDT) only when instantiating my editor inside the method - which does make sense - b...
社区
IntelliJ IDEA Open API and Plugin Development
PsiAwareTextEditorProvider.createEditor is never invoked in 2023.2.5?
0 票
创建于
2024年09月10日 14:13
Hmm, sorry, I have to reopen this issue - after upgrading to 2024.2.1 the createEditorBuilder() is not called either, and as a result, my custom editor is not created. What is the proper/recommende...
社区
IntelliJ IDEA Open API and Plugin Development
PsiAwareTextEditorProvider.createEditor is never invoked in 2023.2.5?
0 票
创建于
2024年07月14日 20:18
Check the plugin for Apache Camel: https://github.com/camel-tooling/camel-idea-pluginBasically the idea is to generate a custom POM on the fly and include the dependencies there. Here's the code: h...
社区
IntelliJ IDEA Open API and Plugin Development
Add maven dependency on the fly?
0 票
创建于
2023年11月15日 17:29
I implemented the createEditorBuilder method and now the plugin works with 2023.2.5 but fails to compile with 2023.1.5 (obviously) so I'm wondering if the backwards-compatibility here is broken or ...
社区
IntelliJ IDEA Open API and Plugin Development
PsiAwareTextEditorProvider.createEditor is never invoked in 2023.2.5?
0 票
创建于
2023年10月30日 16:36
Nm, figured it out, apparently I had to extend XNamedValue instead of XValue, that is sorted out, thank you again for the help!
社区
IntelliJ IDEA Open API and Plugin Development
How to display inline values in the editor?
0 票
创建于
2023年10月30日 14:42
Aha, thanks, Yann, I figured out why the default functionality was not invoked, I had a bug in my computeSourcePosition() implementation, it works now! The only issue is that when I click on the in...
社区
IntelliJ IDEA Open API and Plugin Development
How to display inline values in the editor?
0 票
创建于
2023年10月18日 15:31
Aha, so here's what's happening - the XVariablesViewBase#buildTreeAndRestoreState is called and that's where it gets interesting:Object newEqualityObject = stackFrame.getEqualityObject(); if (newEq...
社区
IntelliJ IDEA Open API and Plugin Development
How can I keep the watches tree expanded?
0 票
创建于
2023年10月18日 13:58
OK, makes sense, but how do I obtain the tree instance so that I can call XDebuggerTreeState.saveState(tree)? I saw the XdebuggerTree.getTree() method but apparently it is intended for use inside t...
社区
IntelliJ IDEA Open API and Plugin Development
How can I keep the watches tree expanded?
0 票
创建于
2023年10月17日 15:18
Thanks, Egor, this helps but I'm still trying to figure out the right place to put this code in. So far I only have my implementations of `XExecutionStack`, `XStackFrame` and `XValue` so I'm not su...
社区
IntelliJ IDEA Open API and Plugin Development
How can I keep the watches tree expanded?
0 票
创建于
2023年09月25日 13:38
Folks, pardon my annoyance, I'm still trying to figure this one out. So again the idea is to have an in-memory process running in a separate thread, as opposed to starting an external process in OS...
社区
IntelliJ IDEA Open API and Plugin Development
Custom internal Runner example?
0 票
«
第一页
‹
上一页