posted 15 years ago
Hi
i am sunil developing a java editor. i face following problem. please help me as fast as possible. i am very much thankful. i am waiting for a good answer and saying thanks in advance.
i am developing a java editor . please tell me how expose the java api in my TextArea. thats mean as more advance editor give the suggestions when we write (.) after class name or object. for example
if i write:- obj. [Then suggestion for methods comes after (.)]
Ex. let obj is of type Object class then after dot(.) methods like toString(), equls() etc comes in a drop down list.....