The C++ code explorer also has another issue: Functions which are defined
directly within a class definition in a .hpp include file are not shown at all.
Here is an example:
// file dummy.hpp
#pragma once
class DummyClass
{
public:
int dummyFunction()
{
return 0;
}
};
The function dummyFunction() should be shown in the code explorer, but it
isn't.
PS: For some reason, the forum software removes spaces from the beginning of
lines even in code sections. This makes example code posted here look quite
ugly.
--
<http://forum.pspad.com/read.php?6,68757,68776>
PSPad freeware editor http://www.pspad.com