Bug 281126

Summary: Allow to open the affected files in the developers backtrace view with one click
Product: [Applications] drkonqi Reporter: Jaime Torres <jtamate>
Component: generalAssignee: Unassigned bugs mailing-list <unassigned-bugs>
Status: RESOLVED INTENTIONAL    
Severity: wishlist CC: sitter
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description Jaime Torres 2011-08-31 17:51:47 UTC
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.
Comment 1 Harald Sitter 2023-12-05 16:13:00 UTC
Would require too much code TBH. In particular since the paths may be relative in which case the feature wouldn't even work.