Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » outline view in M8 - no "extern c" part
outline view in M8 - no "extern c" part [message #99133] Thu, 08 April 2004 05:59 Go to next message
Eclipse UserFriend
Hi,
Outline view of my header files (for project with mixed c/C++ code)
doesn't contain anything inside extern c section.
Problem with CDT or just my ignorance?
Simplest example -outline shows only type AAA:

typedef int AAA;
extern "C" {
typedef int BBB;
}
Re: outline view in M8 - no "extern c" part [message #99270 is a reply to message #99133] Thu, 08 April 2004 17:23 Go to previous message
Eclipse UserFriend
Refer to https://bugs.eclipse.org/bugs/show_bug.cgi?id=56873
Submit a patch or vote for the bug if its something that really irks you.

Thanks
JohnC

Czerwony Kapturek wrote:

> Hi,
> Outline view of my header files (for project with mixed c/C++ code)
> doesn't contain anything inside extern c section.
> Problem with CDT or just my ignorance?
> Simplest example -outline shows only type AAA:
>
> typedef int AAA;
> extern "C" {
> typedef int BBB;
> }
Previous Topic:CDT v1.2.1 Crashes JVM Stack
Next Topic:How to use DirectX with CDT ?
Goto Forum:
  


Current Time: Thu May 01 09:58:37 EDT 2025

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

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

Back to the top