Would it be possible for the code explorer to list both "public" and "private"
JavaScript functions? This is the format I use:
var mynamespace = {
var privateVariable = something;
var privateObjectLiteral = {
firstproperty : 'somevalue',
secondproperty : 'someothervalue'
};
function privateFunction(){
// some code
}
return {
publicFunction: function(){
// some code
},
anotherPublicFunction: function(){
// some more code
}
}
}();
Currently the code explorer sees all the private variables and functions but
doesn't list the public. It also puts all the variables that are in all the
public functions into the last private function.
Listing object properties also would be very helpful.
Thanks for providing such a great editor. I've used it daily for several years
now as my primary editor and look forward to each beta release.
--
<http://forum.pspad.com/read.php?2,46586,46586>
PSPad freeware editor http://www.pspad.com