Code explorer for C++ still has a problem.
Functions defined within a namespace do not show in the code explorer. This has
been there for a while and I had was hoped it would be fixed since you were
working on the code explorer for C++. I understand you only have so much time to
work on PSPad, so when ever you can get to it will fine.
The following is sample code that will show the problem. The only function to
show in the code explorer is "Show" which is defined outside the namespace.
#include "Sample.h"
namespace nspace
{
Sample::Sample(void)
{
fname_ = "";
}
Sample::~Sample(void)
{
}
int & Sample::Number()
{
return number_;
}
}// nspace
void Show()
{
}
--
<http://forum.pspad.com/read.php?6,43037,43071>
PSPad freeware editor http://www.pspad.com