Hi,
I already wrote that a couple of times in the beta forum.
Since there was no response (too much work?) I'd like to make it an "official"
bug such that it isn't forgotten.

The following (rather useless ;-) C++ code snippet shows the bug:

class A {
}
class B : public A {
}

Code explorer lists:
Class
 - A
 - A

This should of course be
Class
 - A
 - B

The class identifier is the first identifier after "class", not the last before
"{".

PS: BTW, it looks like the forum software breaks [ code ] blocks on empty
lines...

-- 
<http://forum.pspad.com/read.php?4,43104,43104>
PSPad freeware editor http://www.pspad.com

Odpovedet emailem