Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Mylyn » How Mylyn Monitor
How Mylyn Monitor [message #601972] Tue, 24 August 2010 21:08
rinoya  is currently offline rinoya Friend
Messages: 2
Registered: August 2010
Junior Member
Hello everyone,

I am currently working on creating a new eclipse plugin, which is able to monitor every changes happened in Eclipse. Mylyn did something to record changes in perspective, windows, key stroke and so on already, but the problem is that Mylyn don't provide with more detailed information about those events happened on which file.

For example, I added a perspective monitor(PerspectiveChangeMonitor), and the output log file looks like this:

<interactionEvent>
<kind>preference</kind>
<date>2010-08-20 03:26:52.582 EDT</date>
<endDate>2010-08-20 03:26:52.582 EDT</endDate>
<originId>org.eclipse.ui.DefaultTextEditor</originId>
<structureKind>null</structureKind>
<structureHandle>null</structureHandle>
<navigation>null</navigation>
<delta>perspective changed: editorOpen</delta>
<interestContribution>1.0</interestContribution>
</interactionEvent>
<interactionEvent>
<kind>preference</kind>
<date>2010-08-20 03:26:52.582 EDT</date>
<endDate>2010-08-20 03:26:52.582 EDT</endDate>
<originId>org.eclipse.jdt.ui.JavaPerspective</originId>
<structureKind>null</structureKind>
<structureHandle>null</structureHandle>
<navigation>null</navigation>
<delta>perspective changed: editorOpen</delta>
<interestContribution>1.0</interestContribution>
</interactionEvent>

It shows nothing about which specific file has opened. Any hints is appreciated!!
Previous Topic:Error loading Task view Eclipse 3.6, Mylyn
Next Topic:Using wikitext plugin in my plugin
Goto Forum:
  


Current Time: Thu Apr 25 09:00:04 GMT 2024

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

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

Back to the top