Hi, 

For Java code explorer, I am seeing local int variables created inside methods
in the Code Explorer tree, at the top level. 

public class testing {
    public static void main(String[] args) {
        
        int i = 0; 
        //shown outside main in code explorer tree
        
        System.out.println("Hello world");
    }
}

I am using the 2351 version cleanly installed (unzipping 4.5.3 cab and then 2351
cab)

I am not sure if this was the previous behaviour.  I am seeing this now.

-- 
<http://forum.pspad.com/read.php?6,49898,49907>
PSPad freeware editor http://www.pspad.com

Odpovedet emailem