---------- Tester.java
public class Tester {
public String testing( String arg0,
String arg1 )
throws Exception {
return null;
}
}
-----------
I am using UltraEdit32 10.10a. I found the ultraedit did not show the function list properly if the argument is in multiple lines.
Any setting i can adjust to show the function list properly ? Thanks!