Tracking every action in eclipse [message #335250] |
Fri, 27 March 2009 13:36  |
Eclipse User |
|
|
|
Hello,
i want to create an action trace. This trace should fetch every user
action. I tried it with event filter such like this:
Display display = Display.getDefault();
display.addFilter(SWT.MouseDown, new EventListener("MouseDown Event"));
But these listeners dont give me the corresponding plugin, i get only
the mouse down information wihtout the consequence. Can you give me a
hint? I would be very glad about some help.
Greetings
|
|
|
|
|
|
|
|
|
Re: Tracking every action in eclipse [message #335323 is a reply to message #335315] |
Wed, 01 April 2009 08:54  |
Eclipse User |
|
|
|
hi,
You might want to have a look on the Usage Data Collector component as that's what it's exactly doing AFAIK.
Cédric
jebblue wrote:
> On Tue, 31 Mar 2009 12:49:18 +0200, Jörg wrote:
>
>> Thanks for your reply, but this helps only by my own created actions.
>> Ist it possible to initialize a general actionlistner, which catches
>> every action in eclipse?
>>
>
> I see your point, perhaps someone reading this thread is aware of the
> best solution. Good luck!
>
|
|
|
Powered by
FUDForum. Page generated in 0.03781 seconds