Bug 281126 - Allow to open the affected files in the developers backtrace view with one click
Summary: Allow to open the affected files in the developers backtrace view with one click
Status: RESOLVED INTENTIONAL
Alias: None
Product: drkonqi
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR wishlist
Target Milestone: ---
Assignee: Unassigned bugs mailing-list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-31 17:51 UTC by Jaime Torres
Modified: 2023-12-05 16:13 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.