(*** This bug was imported into bugs.kde.org ***) Package: kdevelop Version: 2.0.2 (using KDE 2.2.0 -11) Severity: wishlist Installed from: Red Hat Linux 7.2 Compiler: gcc version 2.96 20000731 (Red Hat Linux 7.1 2.96-98) OS: Linux (i686) release 2.4.7-10 OS/Compiler notes: It would be great if you could open a file whose filename is in the editor. e.g. #include <myheader.h> Click somewhere between the angle brackets and press a key combination will open myheader.h To make it easier to code you could say that the user has to highlight the whole of the filename. This will be particularly useful as you often need to open a header that you have included in a file. Thanks Bill PS Keep up the good work! (Submitted via bugs.kde.org) (Called from KBugReport dialog)
This is implemented in Kdevelop3.0 since alpha4. Click on the line where the include is with the rigth mouse buttom. On the context menu select "Goto include file : ...." Caleb you can close this one ;)
works in cvs
I think this one needs to be reopened. Working in KDevelop 3.3.2 I cannot get this menu item to appear, either by highlighting the filename or by highlighting the entire line. Using an x86_64 world, in case that's informative. BTW, I'd really like a keyboard shortcut for this one. Under Apple's XCode it is command-shift-D and I use it all the time!
Well.. it does work, but only for header files that are part of the project. Figuring out exactly what system header include the build system will pull in is a much harder problem. Perhaps something to look at for KDevelop4.
Which I guess makes it a valid wish. Reopening.
this is fixed in KDevelop4