Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Not Applied: [cdt-patch] C Model Update - show the static element s in outline view

Title: Not Applied: [cdt-patch] C Model Update - show the static elements in outline view

Hi Hoda,

I found one problem with this patch.  Variables and functions marked file static were marked with the 'S' as well.  I'm not sure this is what you wanted, or correct.  For example, if I have a .cpp file with the following line:

static const int foo;

foo shouldn't be marked static.  That is assuming static means class scoped.

Thanks,
Doug

-----Original Message-----
From: Amer, Hoda
To: 'cdt-patch@xxxxxxxxxxx'
Sent: 3/26/2003 10:58 PM
Subject: [cdt-patch] C Model Update - show the static elements in outline view

This patch updates the C Model to show the static icon decorator for
static
elements.

Thanks
Hoda

 <<cdt.core.Mar26.txt>>  <<cdt.ui.Mar26.txt>>


Back to the top