how to access keystroke event in Visual Studio.NET 2003
- From: "watcher" <lyubomir@xxxxxxxxxxxx>
- Date: 1 Apr 2005 01:20:35 -0800
Hi,
I have some questions about writing plugins for Visual Studio .NET
2003.
1) how do we detect keystroke events in the text editor? The only text
editor event that we find exposed is LineChanged. Sometimes we also see
erratic occurrence of CharLeft/CharRight commands, but they do not
occur for every keystroke, in fact sometimes they do not happen at all.
We are using EventWatcher from
http://msdn.microsoft.com/vstudio/downloads/samples/automation2002/,
which is basically the only treatment of VS events we could find. Of
course, from the example of commercial plugins like VisualAssist and
CodeRush, it is clear that these keystrokes are exposed somehow.
2) is there is a way to trap the code autocomplete/intellisense popup
activation event?
Thank you very much for your consideration.
Michael L
.
- Follow-Ups:
- Re: how to access keystroke event in Visual Studio.NET 2003
- From: Cindy M -WordMVP-
- Re: how to access keystroke event in Visual Studio.NET 2003
- Prev by Date: Re: CAPI Exception 0x800A2388 - ActiveDocument.TrackRevisions = false
- Next by Date: Re: email notification of new file arrival
- Previous by thread: Re: CAPI Exception 0x800A2388 - ActiveDocument.TrackRevisions = false
- Next by thread: Re: how to access keystroke event in Visual Studio.NET 2003
- Index(es):
Relevant Pages
|