At the moment we are working on a small code-editor for pascal which uses the EditControl. The IntelliSense like autoComplete Function opens after typing the lexems we just defined (eg. ".") and gives us all defined Methods of our API. Thats ok.
But we need to open the AutoComplete dialog after just pressing the Buttons CTRL + SPACE and showing us all api methods, regardless of whether we typed a lexem or not. Since it is Pascal without any OOP, thats the only way it makes sense.
How is that possible?
Greez Chris