quick response. I've checked the option in 'Settings->Program
Settings->Tools->Sort Code explorer results alphabetically'. Actually I didn't
find this setting effect any sorting result(See my sample java below).
Besides the previous request, another question is: Why these items
'bar','foo','varA2','varB1' are sub-items of MySample item node in the code
explorer, while the sister method 'kao' is the same level item as 'MySample'?
__________________________
public class MySample{
private int varB1;
private int varA2;
public void foo(){
}
public void bar(){
}
public static void main(String[] args){
}
public void kao(){
}
private int varA0;
}
___________________________
--
<http://forum.pspad.com/read.php?2,35945,35964>
PSPad freeware editor http://www.pspad.com