Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » How to open corresponding .h file
How to open corresponding .h file [message #160185] Fri, 09 December 2005 11:14 Go to next message
Eclipse UserFriend
Originally posted by: yinglcs.aim.com

Hi,

If i am open a *.cpp file in my editor, is there a easy way to open the
corresponding .h file?

Thank you.
Re: How to open corresponding .h file [message #160211 is a reply to message #160185] Fri, 09 December 2005 13:48 Go to previous message
Eclipse UserFriend
Originally posted by: eclipse.dharty.com

The easiest way, that I am aware of, is to double click on the header
file in the outline view.

Of course this applies for any #include file included in your source.

The indexer is case sensitive even if your file system (eg NTFS) is not,
so double clicking #include "test.h" will not open up Test.h.



ying wrote:
> Hi,
>
> If i am open a *.cpp file in my editor, is there a easy way to open the
> corresponding .h file?
>
> Thank you.
>
>
Previous Topic:Make problems with link: -L -l in wrong order
Next Topic:C++ indexer wont build one file
Goto Forum:
  


Current Time: Mon Apr 28 03:01:24 EDT 2025

Powered by FUDForum. Page generated in 0.04073 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top