Plugin to extract runtime exceptions and errors from “Run” window
Answered
When i run my project
I want to show a MessageDialog containing text of runtime exceptions and errors extracted from "Run" window
I've tried with code presented in this post
https://intellij-support.jetbrains.com/hc/en-us/community/posts/203361530-Read-text-from-Run-window
but it doesn't work .
Please sign in to leave a comment.
Please show your code in full and explain the problem in more detail.
Yann Cebron
The MessageDialog doesn't appear when i run my project .
I need the to show the text of run operation .
I assume Messages.showMessageDialog() must be delegated to EDT to work, https://www.jetbrains.org/intellij/sdk/docs/basics/architectural_overview/general_threading_rules.html