[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools] Re: Suggestion for Auto completion

Hi,

The feature you want is already in Eclipse. All you need is to attach the
source .jar file to the library (in this case, to swt.jar).

HTH,
Regards,
Csaba

"Pavan Podila" <pavan_podila@xxxxxxxxxxxxxxxx> wrote in message
news:atu5ti$90t$1@xxxxxxxxxxxxxxxx
hello all,
    The auto completion feature needs one slight change with respect to the
argument names. Right now it just shows arg0, arg1 with the appropriate data
types. This is confusing in certain cases like the constructor for
RowData(int width, int height). If instead of arg0 and arg1, it shows up as
width and height it would make life more simpler. Providing argument names
that are indicative will be a useful feature. I hope in M5 ,this could be
incorporated.

thanks,
~ Pavan