With a JavaScript file, the PSPad code explorer lists  global variables "var
variablename" and global functions "function doSomething(){code}".

Namespaced, object-oriented JavaScript uses these forms for private properties
and methods. Public methods use the form "doSomething: function(){code}". Public
properties use the  form "this.variablename". (See
http://www.dustindiaz.com/namespace-your-javascript/ for a brief
description.)

Is it possible for the code explorer to list both private and public methods and
properties?

Thanks for a great editor!

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

Odpovedet emailem