Jan, I found a small bug in the code explorer when using C:

Sequence A:
if (any condition) { /* 2-line comment
                        starting on same line as the if statement */
  ...

Sequence B:
if (any condition) { 
                     /* 2- line comment starting on
next line */
  ...


Sequence A seems to irritate the code explorer. After that sequence, while, if
and for statements are shown in the explorer, as if they would be functions.
however, if there is a newline between the opening bracket and the comment (like
in sequence B), it works correctly. I guess, that the opening bracket { is not
counted for the level counter in sequence A.

-- 
<http://forum.pspad.com/read.php?6,49176,49321>
PSPad freeware editor http://www.pspad.com

Odpovedet emailem