creating intellisense in a editor - how? tips?

From: soni29 (soni29_at_hotmail.com)
Date: 10/29/03


Date: 29 Oct 2003 14:09:03 -0800

hi,
i'm working on a java editor, college assignment, i wanted to add the
intellisense option in it, but don't know where to start. i was
thinking about displaying a context menu after the user hits the .
(period), but is this the best way? And how do i go about getting the
methods And variables associated with the class?

Thank you.