Bug 291528 - Make "In file included from" output clickable
Summary: Make "In file included from" output clickable
Status: RESOLVED FIXED
Alias: None
Product: kdevplatform
Classification: Developer tools
Component: outputview (show other bugs)
Version: git master
Platform: Compiled Sources Linux
: NOR wishlist
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords: junior-jobs
Depends on:
Blocks:
 
Reported: 2012-01-14 17:08 UTC by David
Modified: 2017-01-12 15:05 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In: 5.0.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David 2012-01-14 17:08:29 UTC
Version:           git master (using Devel) 
OS:                Linux

When there is a compiler error, it shows the stack of files which were included to get to the error. For example:

In file included from /media/portable/Projects/src/PatchBasedInpainting/PriorityFactory.h:52:0,
                 from /media/portable/Projects/src/PatchBasedInpainting/PatchBasedInpainting.hxx:29,
                 from /media/portable/Projects/src/PatchBasedInpainting/PatchBasedInpainting.h:182,
                 from /media/portable/Projects/src/PatchBasedInpainting/Tests/TestPatchBasedInpainting.cpp:19:
/media/portable/Projects/src/PatchBasedInpainting/PriorityFactory.hxx: In static member function ‘static Priority* PriorityFactory<TImage>::Create(PriorityFactory<TImage>::PriorityTypes, const TImage*, const Mask*, unsigned int)’:
/media/portable/Projects/src/PatchBasedInpainting/PriorityFactory.hxx:81:56: error: type/value mismatch at argument 2 in template parameter list for ‘template<class TImage, template<class> class TPriority> class PriorityManual’

It would be great if you could click on those lines and have it take you to the #include in the file. It already knows the file and line number, so it should be pretty easy :)

Reproducible: Always

Steps to Reproduce:
Produce a compiler error and look at the "included from" output.

Actual Results:  
You can't click on the "included from" lines.

Expected Results:  
You can click on the "included from" lines.
Comment 1 Kevin Funk 2012-12-21 00:07:50 UTC
Still not possible. CCing someone who worked on this.
Comment 2 Kevin Funk 2017-01-12 15:05:12 UTC
That works since quite some time now. Marking as resolved.

Not sure when it got fixed, assuming the 5.0 release has it.