SlickEdit Product Discussion > SlickEdit®

Defs tool window and nested C++ namespaces.

(1/1)

florihupf:
Hi there,

I just noticed that when I write the following C++ code:

namespace hello {
struct Foo;
}

Foo gets indented in the Defs (proctree.e) tool window.  Yeah! Great!

However, when doing this via:

namespace hello::nest {
struct Foo;
}

I get Foo not indented.

Is this a config error on my end?

Clark:
We will look into this. Not a config error.

florihupf:
Thanks Clark, as always.  This would make the Defs tool much more useful for me.

Navigation

[0] Message Index

Go to full version