Programming Languages: Java
License: Eclipse Public License
browse code,
statistics,
last commit on 2013-05-12
svn co https://zdt.svn.sourceforge.net/svnroot/zdt zdt
browse code,
statistics cvs -d:pserver:anonymous@zdt.cvs.sourceforge.net:/cvsroot/zdt login
cvs -z3 -d:pserver:anonymous@zdt.cvs.sourceforge.net:/cvsroot/zdt co -P modulename
To copy an entry from one category to another by Drag and Drop has been implemented in FR 1486493, Suggestion: Allow to user to choose between 'move' and 'copy'. On Windows systems this is often done with CTRL and SHIFT. When dragging and drop while SHIFT is pressed, the file or item is moved. When pressing CTRL, the item is copied. When neither is pressed, the default action is executed...
2013-05-14 08:08:25 PDT by mvdberg112
The Backup/Restore function do prefectly backup and restore categories, but they do backup the Notes, Sound or Images (i.e. the path to these two files as recorded in the 'Sound' and 'Image' fields). Also the order of the Categories is lost. For example, if sb created the main category 'MyChineseBook' with as sub categories 'Lesson1' and 'Lesson2‘,then after restore, the 'Lesson1' and...
2013-05-14 07:55:20 PDT by mvdberg112
The file: http://zdt.svn.sourceforge.net/viewvc/zdt/tags/0.9.0/net.sourceforge.zdt.core/src/net/sourceforge/zdt/core/util/ParserUtils.java?revision=1160&content-type=text%2Fplain See these lines: if (!pinyin.contains(" ")) { sb.append(" "); }.
2013-05-14 07:40:03 PDT by mvdberg112
I believe that 'Left' means, the number of cards that were not marked as being correct. That example you give is correct, but I think that this way of working does not help this particular feature request. However, in pinyin recall mode, when the answer is wrong (or right), we do not want to wait the 4 seconds (assume it is set to 4), and click 'Next'. So in that case we want to click...
2013-05-14 07:14:34 PDT by mvdberg112
Why do you think that's a bug? For me it seems correct or did I understand you wrong? Example: I have 9 cards. I'm on the first card. So ZDT says "Card: 1 Left: 8". Without answering the card I click NEXT. ZDT says now "Card: 2 Left: 7", meaning, I'm on card 2 and have still 7 cards to do. That's correct, isn't it? When I go back, ZDT says "Card: 1 Left: 7"...
2013-05-13 14:05:02 PDT by kaya001
Apparently, this feature request was already implemented! Didn't know that feature. Tested it and it works. * The timer is indeed reset. Found another bug: when moving manually to the next card by clicking on the yellow arrow in the upper right corner, the "Left" counter is decremented with one, and indeed that card is removed from the stack. (Same behavior in 'Self Review'...
2013-05-13 08:50:41 PDT by mvdberg112
"The flashcard plugin has been patched (v1.0.1) and released. It can be downloaded here: https://sourceforge.net/projects/zdt/files/zdt-patches/ " ( http://www.chinese-forums.com/index.php?/topic/40807-fb-v100-importing-flashcard-to-retain-order-important/) * Copied net.sourceforge.zdt.flashcard_1.0.1.jar into C:\Program Files (x86)\zdt\plugins folder * Removed...
2013-05-13 08:27:25 PDT by mvdberg112
kaya001 committed revision 1196 to the ZDT SVN repository, changing 1 files.
2013-05-12 12:39:13 PDT by kaya001
made 1 file-release changes.
@mvdberg112: can you tell me the source file and the line of code?.
2013-05-12 12:14:30 PDT by kaya001