Hi,
im trying to build an editor (simple one...).
as part of it i need to do this :
when the user write down an instance of a class and then press the "." all of the class public or private method will appear (like on .net or visual 6 and so..)
im stuck for now on thinking of a way on how to read and recognize the "." pressed (i mean not a naive way...)
before i sit down and write it from scratch i wonder it somebody did something like that or can point me to a refernce to a project like that ?
Thanks.
im trying to build an editor (simple one...).
as part of it i need to do this :
when the user write down an instance of a class and then press the "." all of the class public or private method will appear (like on .net or visual 6 and so..)
im stuck for now on thinking of a way on how to read and recognize the "." pressed (i mean not a naive way...)
before i sit down and write it from scratch i wonder it somebody did something like that or can point me to a refernce to a project like that ?
Thanks.