Hi,

I just noticed a minor issue with the Code Explorer: if you declare your
function like this:

_function_ doStuff (
[color=#ffffff]···[/color]paramA,
[color=#ffffff]···[/color]paramB,
[color=#ffffff]···[/color]paramC
) {
[color=#ffffff]···[/color]// …
}


instead of:

_function_ doStuff (paramA, paramB, paramC) {
[color=#ffffff]···[/color]// …
 }


the Code Explorer doesn’t recognize the function’s parameters correctly. It
only displays “_function_ doStuff(” without parameter
listing and closing bracket. So in essence parameters on a new line are left out
obviously.

Happened in a JavaScript file but I guess it concerns other languages too.
It’s only a minor issue but maybe you can take a look at this some time.

Thanks a lot for your continuous efforts on this great software and have a nice
weekend!

Matthias

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

Odpovedet emailem