Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    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 09:59 Go to next message
Czerwony Kapturek is currently offline Czerwony KapturekFriend
Messages: 11
Registered: July 2009
Junior Member
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 21:23 Go to previous message
John Camelon is currently offline John CamelonFriend
Messages: 242
Registered: July 2009
Senior Member
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: Sun Jul 21 13:34:13 GMT 2024

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

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

Back to the top