Is it possible to parse error messages from command line tools, so that by double clicking a line with an error message
the editor jumps to the errorneous line in the source code?
My project uses a makefile instead of the usual build chain, as i use some uncommon compilers.
The compiler and linker executed by make using the makefile outputs error messages the log window.