PreviousNextTracker indexSee it online !

(105/161) 3255773 - Javasidekick: improvement in completion and parsing

Here is some advice for javasidekick, thanks for your attention and great work.

1.Javasidekick could not parse extends full classname correctly
Ex:
public class a extends java.io.DataInputStream
{
}
The ExtendsNode in sidekick will show class a extends java .But it should be java.io.DataInputStream or DataInputStream.

2. add popup completion for keyword class
Ex:
Object obj;
obj.class.| //We can popup a completion with methods in java.lang.class here

3. Javasidekick could not popup a completion for a protected field in superclass,
Ex:
public class a extends java.io.DataInputStream
{
public void dosth()
{
in.| //We could popup a completion for in here.
}
}

Submitted wingser - 2011-03-29 - 04:41:59z Assigned kog13
Priority 5 Category None
Status Open Group None
Resolution None Visibility No

Comments

2011-03-29 - 12:07:19z
daleanson
Moved #1 to tracker 3257175 and assigned it to myself.
2011-07-17 - 19:26:53z
ezust
Assigning #2, #3 to kog13.

Attachments