Hi, I am new user of Actipro SyntaxEditor. I have some problem about intellipromt. I want to add the memberlist in code, for example, I have a string list, it contains "SA,SA1,SA2,SB", when the user type 'S', the intelliprompt.memberlist will show and contains "SA,SA1,SA2,SB"; then, if the user continue to type 'A', the intellipromt.memberlist will show and contains 'SA,SA1,SA2"; what should I do in the SyntaxEditor Keypress Event? Could you give me an example? Thank you very much.