Double-click Error in Output View, go to source
Posted: Wed Jun 01, 2016 1:59 pm
I am running an External Tool from CodeLite which runs a proprietary compiler.
How can I configure CodeLite so that I can double-click on an error in the Output View and it will take me to that file and line number?
e.g. Below is an example of a compiler error:
How can I configure CodeLite so that I can double-click on an error in the Output View and it will take me to that file and line number?
e.g. Below is an example of a compiler error:
Code: Select all
/work/MyTestApp/main.cpp:70:1: error: 'test' does not name a type