Version: unspecified (using Devel) OS: Linux If the backtrace developers view allow it, enable the ability to create hyperlinks to the files involved (and if possible, to the line), to be opened by kdevelop or kate or another editor. This is faster than copy, go to kate, open, clear filename, paste, go to line.. Reproducible: Didn't try Expected Results: When you click on a line, for example: #5 SomeStruct::foo (this=0x0) at /g/kdegit/kde-runtime/drkonqi/tests/crashtest/crashtest.cpp:42 open kdevelop or kate with /g/kdegit/kde-runtime/drkonqi/tests/crashtest/crashtest.cpp at line 42. You can see and use this in the Qt gui version of cppcheck.
Would require too much code TBH. In particular since the paths may be relative in which case the feature wouldn't even work.