Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Daniel Schmidt
Total activity
14
Last activity
December 05, 2023 21:14
Member since
October 04, 2022 20:45
Following
0 users
Followed by
0 users
Votes
4
Subscriptions
2
Activity overview
Posts (2)
Comments (6)
Sort by recent activity
Recent activity
Votes
Created
December 05, 2023 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.
Community
IntelliJ IDEA Open API and Plugin Development
how to implement a stateless listener (XDebugSessionListener/XDebuggerManagerListener)
0 votes
Edited
September 02, 2023 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...
Community
IntelliJ IDEA Open API and Plugin Development
how to implement a stateless listener (XDebugSessionListener/XDebuggerManagerListener)
0 votes
Edited
August 18, 2023 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 ...
Community
IntelliJ IDEA Open API and Plugin Development
how to implement a stateless listener (XDebugSessionListener/XDebuggerManagerListener)
0 votes
Edited
July 31, 2023 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...
Community
IntelliJ IDEA Open API and Plugin Development
how to implement a stateless listener (XDebugSessionListener/XDebuggerManagerListener)
0 votes
Edited
July 27, 2023 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 ...
Community
IntelliJ IDEA Open API and Plugin Development
how to implement a stateless listener (XDebugSessionListener/XDebuggerManagerListener)
0 votes
Edited
October 08, 2022 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...
Community
IntelliJ IDEA Open API and Plugin Development
Provide correctly resolved "synthetic" psi element (Python)
0 votes