Bug 349385

Summary: Add "Open header file" to context menu when right clicking on a file name
Product: [Applications] kdevelop Reporter: Michael <miabraha>
Component: generalAssignee: kdevelop-bugs-null
Status: CLOSED WORKSFORME    
Severity: wishlist CC: codestruct
Priority: NOR    
Version First Reported In: 4.7.1   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Michael 2015-06-19 15:32:36 UTC
When I mouse-over a header file like #include <kdebug.h> a popup info box shows the location of the include file with a link to follow.  However the popup menu only appears with a delay.  Right clicking on the file name kdebug.h there is no option to open the header in the context menu.  The only way to open the file is to wait for the info box to appear.  It would be easier if there were an action listed in the right click context menu as well.

Reproducible: Always
Comment 1 Kevin Funk 2015-06-19 15:41:16 UTC
You're aware that a Ctrl + mouse-click on the "#include" line brings you to the file right away?
Comment 2 Michael 2016-07-20 01:14:50 UTC
Wasn't aware, that is good enough!