Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] Outline view

Hello,
 
What you can do is:
-Go to Window->Preference->C/C++->file types
- Create a new file type for *.h_static
- Reopen your header file in editor, now you should be able to see stuff in Outline view.
 
James
 
 
-----Original Message-----
From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx]On Behalf Of Maurice THEOBALD
Sent: Thursday, July 14, 2005 10:10 AM
To: cdt-dev@xxxxxxxxxxx
Subject: [cdt-dev] Outline view

Bonjour,
 
With CDT 3.0 RC2, when using a user defined extension for a C header file, (for example myfile.h_static )
the outline view is missing even if the C/C++ file extension is declared in the project settings.
The outline view is active only for files with a .h or .c extension
 
Maurice

Back to the top