Win2k sp2, jdk1.3.1, idea #507.
package pt.keysoft.ztest;
import java.io.FileReader;
public class Test3 {
public static void main(String args[]) {
FileReader fileReader = new FileReader(filename);
char[] buffer;
int countRead = fileReader.read(|;
}
}
With the cursor at the '|', no completion is suggested and control-p
doesn't show parameter lists.
Add a right parenthesis or remove the semicolon and a completion list
appears.
Carlos
--
Carlos Costa e Silva <[EMAIL PROTECTED]>
_______________________________________________
Eap-list mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-list