Log viewer plugin to navigate through callstack locations
Hello,
Intellij Idea shows log outputs in the console window. You can save the console output to text log file. When you open the log file, you loose the interactive callstack locations, which allow you to navigate to the relevant source file locations. I'd like to try and write a small log viewer that supplies this functionality to text log files.
I am trying to locate the Run tool window source code, in order to debug the process of creating the console window. I cannot find it.
I'll be grateful for a pointer for this tool window definition in plugin.xml. If there is a documentation relevant to this source code, I'll be grateful for a pointer as well.
Thanks,
Gidi
请先登录再写评论。