dactonbond / rabbit-eclipse

Automatically exported from code.google.com/p/rabbit-eclipse
0 stars 0 forks source link

Settings for timeouts #21

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Currently we are using Rabbit to measure our time during work on Android 
projects. It seems that timeout setting (i.e. after how many seconds of 
inactivity Rabbit stops to count it as working time) is too low and we have the 
following problem: A developer works in Eclipse for 2 hours without any 
distraction but Rabbit counts it as ~40 minutes. This is huge diff... I suspect 
that Rabbit is just not counting the time that programmer is spending on 
thinking (i.e. not typing or clicking with the mouse) and the timeout interval 
for this event is too short. Is there a way to change the timeout period or if 
not: is it possible such functionality to be included in future version?

Original issue reported on code.google.com by ogiban...@gmail.com on 19 Apr 2012 at 10:19

GoogleCodeExporter commented 8 years ago
Hi, currently the timeout is set to 1 minute and not configurable. I understand 
that's very inconvenient, I will make that configurable in the next release.

More specifically, currently the timeout is applied when Eclipse is the focused 
application and no user input is received for the specified amount of time; if 
Eclipse is out of focus then recording will stop regardless of the timeout, and 
recording will resume when Eclipse is in focus again.

Original comment by llaec...@gmail.com on 4 May 2012 at 10:49

GoogleCodeExporter commented 8 years ago
I agree that would be useful to be able to set custom timeout values. 1mn is 
too short. Despite that, that's a nice plugin.

Original comment by jpjoun...@gmail.com on 3 Dec 2013 at 8:01