主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Daniel Schmidt
活动总数
14
最后的活动
2023年12月05日 21:14
成员加入日期
2022年10月04日 20:45
关注
0 名用户
关注者数
0 名用户
投票数
4
订阅数
2
活动概览
帖子(2)
评论(6)
按最近的活动排序
最近的活动
投票数
创建于
2023年12月05日 21:14
I was able to try it out today and it works perfectly (so much simpler now).Thank you Egor Ushakov for the tip.
社区
IntelliJ IDEA Open API and Plugin Development
how to implement a stateless listener (XDebugSessionListener/XDebuggerManagerListener)
0 票
已编辑于
2023年09月02日 19:58
Hello Egor,that could actually be a good solution. At the moment I still support older IntelliJ versions, so I can't use this solution yet. But I will try it out as soon as I drop support for the o...
社区
IntelliJ IDEA Open API and Plugin Development
how to implement a stateless listener (XDebugSessionListener/XDebuggerManagerListener)
0 票
已编辑于
2023年08月18日 21:52
I guess I found an acceptable way to solve my problems. Instead of storing the debug sessions in a map, I now use some kind of fingerprint to store my information. This helps to reduce the risk of ...
社区
IntelliJ IDEA Open API and Plugin Development
how to implement a stateless listener (XDebugSessionListener/XDebuggerManagerListener)
0 票
已编辑于
2023年07月31日 21:28
Hi Yann, the evaluation, if a specific Python module is installed, takes some time and can't be done inside the EDT. So it is done in another thread. But the update method of my action is not calle...
社区
IntelliJ IDEA Open API and Plugin Development
how to implement a stateless listener (XDebugSessionListener/XDebuggerManagerListener)
0 票
已编辑于
2023年07月27日 22:45
I noticed today that a user can start more than one debug process. Therefore I need to evaluate the version for each of the started debug processes. My updated code now looks like this: plugin.xml ...
社区
IntelliJ IDEA Open API and Plugin Development
how to implement a stateless listener (XDebugSessionListener/XDebuggerManagerListener)
0 票
已编辑于
2022年10月08日 23:00
Thank you Elizabeth for the fast answer. I initially started with a TextFieldCompletionProvider inspired by this code. However, I did not pursue this variant further due to its complexity. Option 2...
社区
IntelliJ IDEA Open API and Plugin Development
Provide correctly resolved "synthetic" psi element (Python)
0 票