views:

100

answers:

1

Hi everybody,

After seeing this movie and the introduction to Lapsus (http://synapticmishap.co.uk/synapticmishap/lapsuspromo/) I really felt that I had missed this feature in my own daily work.

Are there any time tracking solution for windows that can monitor a set folder and its changes to the content files that may or may not integrate with Eclipse PHP?

Thanks!

+2  A: 

You always had time tracking with mylyn tasks (this is why it is called "Task Timing").

Since Mylyn3.3, you can even:

Time tracking can now be turned off independently of focusing.
Time tracking has always been optional and private since it required task activation and stored all tracking information in the workspace.
But it was not previously possible to use focusing without active time being captured.
Note that the preference is off by default, since Mylyn makes all activity tracking and automation opt-in.

alt text

zvikico mentions in the comments the webminar "Code at the Speed of Thought with Task-focused Programming" on that topic: Watch Webminar, and see presentation slides, from:

  • Mik Kersten, creator and lead of the Eclipse Mylyn project and CEO of Tasktop Technologies, and
  • Roy Ganor, Zend Studio and PDT Project Lead.

alt text

VonC
There's a good webinar on the subject (mylyn with PDT) which was given by Zend and Tasktop guys. Look in this page and search for "mylyn": http://www.zend.com/resources/webinars/
zvikico
Hi! Thanks a lot for your help! However, I am looking for something that is a bit more automatic and works in the background without any output. From what I can tell, mylyn needs to be activated every time a task is started?
Industrial