Bug 349385 - Add "Open header file" to context menu when right clicking on a file name
Summary: Add "Open header file" to context menu when right clicking on a file name
Status: CLOSED WORKSFORME
Alias: None
Product: kdevelop
Classification: Applications
Component: general (show other bugs)
Version: 4.7.1
Platform: Other Linux
: NOR wishlist
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-19 15:32 UTC by Michael
Modified: 2018-03-25 19:05 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

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