[Japi-cvs] SF.net SVN: japi:[1154] progs/jtype/trunk/src/prj/net/sf/japi/jtype/JType. java
Status: Beta
Brought to you by:
christianhujer
From: <chr...@us...> - 2009-02-23 16:28:22
|
Revision: 1154 http://japi.svn.sourceforge.net/japi/?rev=1154&view=rev Author: christianhujer Date: 2009-02-23 16:28:19 +0000 (Mon, 23 Feb 2009) Log Message: ----------- Fixed format of TOOD comments. Modified Paths: -------------- progs/jtype/trunk/src/prj/net/sf/japi/jtype/JType.java Modified: progs/jtype/trunk/src/prj/net/sf/japi/jtype/JType.java =================================================================== --- progs/jtype/trunk/src/prj/net/sf/japi/jtype/JType.java 2009-02-23 16:27:30 UTC (rev 1153) +++ progs/jtype/trunk/src/prj/net/sf/japi/jtype/JType.java 2009-02-23 16:28:19 UTC (rev 1154) @@ -34,15 +34,15 @@ /** JType is a program that measures the speed of typing. * @author <a href="mailto:ch...@ri...">Christian Hujer</a> */ -// TODO:cher:More detailled statistics. -// TODO:cher:Excercise texts. -// TODO:cher:Statistics about which characters were mistyped most frequently. -// TODO:cher:Show keyboard layout. -// TODO:cher:Make time at which a pause is detected configurable. Maybe use that time for the first char. -// TODO:cher:Split statistics into recent (e.g. last line, 100 chars), session, day, week and all time. -// TODO:cher:Per-char-statistics. -// TODO;cher:Statistics about which character combinations. -// TODO:cher:Use aspell to generate random word lists automatically. +// TODO:2009-02-23:christianhujer:More detailled statistics. +// TODO:2009-02-23:christianhujer:Excercise texts. +// TODO:2009-02-23:christianhujer:Statistics about which characters were mistyped most frequently. +// TODO:2009-02-23:christianhujer:Show keyboard layout. +// TODO:2009-02-23:christianhujer:Make time at which a pause is detected configurable. Maybe use that time for the first char. +// TODO:2009-02-23:christianhujer:Split statistics into recent (e.g. last line, 100 chars), session, day, week and all time. +// TODO:2009-02-23:christianhujer:Per-char-statistics. +// TODO;2009-02-23:christianhujer:Statistics about which character combinations. +// TODO:2009-02-23:christianhujer:Use aspell to generate random word lists automatically. public class JType extends JApplet implements WindowListener { /** The ActionBuilder with which the Actions will be built. */ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |