support check-by-typing when load files
Brought to you by:
axel77,
ronnystandtke
Added support for setting check-by-typing boolean on
new cards when added from text files.
If a second deliminator exists on any given line,
check-by-typing is enabled for that card.
By default, check-by-typing is disabled.
Should be backwards compatible with exisiting lists.
Patch is for pauker/Pauker.java
Patch for pauker/Pauker.java
Logged In: YES
user_id=320415
Daniel can you please post some sample lesson files or sent
it to me via mail (erde at sourceforge.net) so I can verify
your fix and check it in.
Thanks
Logged In: YES
user_id=320415
Daniel,
thanks for the testcases they helped me to clarify my
understaning of what the intention of your implementation
is. Because from the first reading of the text and the code
I was unsure if you wanted to implement it that way (without
an additional keyword) or if it was a bug.
I decided to modify your code so an additional keyword
'text' is expected after the delimiter if 'repeat-by-typing'
should be switched on. Implementing it with an adddtional
keyword - not only an 'empty' separator - makes this feature
more maintainable in the future.
If we decide any time to add an additional keyword anytime
we will not run into trouble this way.
I just could not check in this evening since I get time
out's from the CVS server.
Joerg
Logged In: YES
user_id=320415
Meanwhile I included the patch and checked it in.
thanks Daniel
Logged In: YES
user_id=379538
patch is integrated