What I am looking for is typically available in IDEs but I also had it in a previous stand alone editor.I want a tool that
- parses the text in the output window
- identifies file names, line and column numbers and the associated messages
- jumps to the file location in the editor and displays the message
- allows stepping forward and back through a list of all messages in the output window
The text to be parsed is of course tool specific, so it is extremely unlikely a universal parser can be written for this. Though it might be possible to write one that works for a considerable number of tools. Anyway, from my (non)findings it is pretty obvious such a thing does not yet exist for CudaText. What I am looking for is sufficient information that allows me to write such tools to match my personal needs.