Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Technology Project and PMC » How to track Key Stroke Events?
How to track Key Stroke Events? [message #58459] Thu, 02 October 2003 03:00 Go to next message
Eclipse UserFriend
Originally posted by: notvalid.hotmail.com

I was wondering if it is a fairly straightforward process to keep track of
the keystrokes that are occuring in Eclipe's file editor view?

I want to be able to track what characters are being inserted/deleted to
pass over a connection, but I wasn't sure if it's something that will be
easy with Eclipse. Is there a specific API I should look at?


thanks for any help...
Re: How to track Key Stroke Events? [message #58470 is a reply to message #58459] Thu, 02 October 2003 06:48 Go to previous message
Eclipse UserFriend
Originally posted by: daniel.megert.gmx.net

Walrus wrote:

>I was wondering if it is a fairly straightforward process to keep track of
>the keystrokes that are occuring in Eclipe's file editor view?
>
>I want to be able to track what characters are being inserted/deleted to
>pass over a connection, but I wasn't sure if it's something that will be
>easy with Eclipse. Is there a specific API I should look at?
>
>
You will find threads about this in the deprecated newsgroup
eclipse.tools or via Eclipse search page. Detecting what's being
inserted in the document is not that hard (see for example
IDocumentListener) while getting all key strokes is harder because the
key binding service might catch some of them before they reach the editor.

Dani

>
>thanks for any help...
>
>
>
>
Re: How to track Key Stroke Events? [message #595502 is a reply to message #58459] Thu, 02 October 2003 06:48 Go to previous message
Eclipse UserFriend
Originally posted by: daniel.megert.gmx.net

Walrus wrote:

>I was wondering if it is a fairly straightforward process to keep track of
>the keystrokes that are occuring in Eclipe's file editor view?
>
>I want to be able to track what characters are being inserted/deleted to
>pass over a connection, but I wasn't sure if it's something that will be
>easy with Eclipse. Is there a specific API I should look at?
>
>
You will find threads about this in the deprecated newsgroup
eclipse.tools or via Eclipse search page. Detecting what's being
inserted in the document is not that hard (see for example
IDocumentListener) while getting all key strokes is harder because the
key binding service might catch some of them before they reach the editor.

Dani

>
>thanks for any help...
>
>
>
>
Previous Topic:How to track Key Stroke Events?
Next Topic:Non IDE application Based on Eclipse.
Goto Forum:
  


Current Time: Fri Apr 19 19:05:09 GMT 2024

Powered by FUDForum. Page generated in 0.03142 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top