Hi,
Following are observed when I write a c++ program. Not sure if this happens to
the other languages.
If I write:
int main() {
/* if (number=1) {
}
*/
for (int i=1; i<10; i++) {
}
}
the code explore tree will show two functions:
main()
for (int i=1 ... )
Another case is that if I write a commented function:
/*
void commentedfunc() {
}
*/
It still appears in the code explore tree. The second one may have its reason to
exist, but the first one seems a bug.
Thanks for developing this great free editor =)
--
<http://forum.pspad.com/read.php?4,34925,34925>
PSPad freeware editor http://www.pspad.com