<http://forum.pspad.com/read.php?f=2&i=12047&t=12047> 
----------------------------------------------------------------

In a javascript file (.js) Code Explorer fail to recognize variables
properly.

Example:


var var1 ; //this variable is properly recognized

function fun1()
{       var var2 ; //this variable is not recognized at all
        var var3 ; //this variable is properly recognized
}

var var4 ; //this variable is recognized as belonging to function fun1

I hope this will be fixed.

-- 
PSPad freeware editor http://www.pspad.com

Reply via email to