Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Group namespaces?

Hi,

I'm working on a patch to add Group actions (member, namespaces, macros) in the Outline view and when I try the setting C/C++ > Appearance, "Group namespaces definitions in the Outline view", I can't see any difference when selected or not. For example,

namespace std3 {
     int a;
     int b;
}

"a" and "b" are always grouped in std3 and

using namespace std;
using namespace std2;

are never grouped in the Outline view. Am I missing something or is this a bug I should open?

Thanks!

Marc-andre


Back to the top