I have downloaded 2.2.2 and it works nice, especially:
* Adds support for completion of array instances.
For example, the following
public static void main (String[] args) {
args[].<--------------Complete here
}
now works
But the "now works" is not completely correct :-) It works only if the array is
declared
in the following manner:
String[] args
If you declare it like "String args[]" (also allowed in Java!!) it only displayes a
message
"Could not find class args".
It would be nice if both kinds of array-declaration would be supported!
MTIA,
Klaus
--
Klaus Berndl mailto: [EMAIL PROTECTED]
sd&m AG http://www.sdm.de
software design & management
Thomas-Dehler-Str. 27, 81737 M�nchen, Germany
Tel +49 89 63812-392, Fax -220