Metzger Michel
2004-05-11 15:56:18 UTC
Hi,
I don't if it's the right place to ask, but I have a question about
ScintillaNET.
The version I use is from http://sourceforge.net/projects/scide/.
I want to use ctrl+space to autocomplete an expression (as in Visual
Studio).
I tried to catch the KeyDown event, it doesn't work, even if I call
editor.AddIgnoredKey(Keys.Space, Keys.Control);
And the Scintilla Key event is not used by the windows version.
And when I hit a key with the control modifier, it inserts the control
caracter (ascii code < 32).
ScNotepad has the same behavior.
By the way, Garrett announced a new .NET version last week, is there a
cvs version online ?
Thanks,
Michel
I don't if it's the right place to ask, but I have a question about
ScintillaNET.
The version I use is from http://sourceforge.net/projects/scide/.
I want to use ctrl+space to autocomplete an expression (as in Visual
Studio).
I tried to catch the KeyDown event, it doesn't work, even if I call
editor.AddIgnoredKey(Keys.Space, Keys.Control);
And the Scintilla Key event is not used by the windows version.
And when I hit a key with the control modifier, it inserts the control
caracter (ascii code < 32).
ScNotepad has the same behavior.
By the way, Garrett announced a new .NET version last week, is there a
cvs version online ?
Thanks,
Michel