Hi,

the ABB syntax highlighter codeexplorer correctly identifies procedures however
for functions it displays the last variable and parenthesis.

EG.

[b]
Editor:[/b]


PROC myprocedure(num mynum1, num myvar2)
 ....
ENDPROC 

FUNC num myfunction(num mynum1, num myvar2)
 ....
ENDFUNC 

_Code Explorer:_

Procedures
myprocedure(num mynum1, num myvar2)
Functions
myvar2)

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

Odpovedet emailem