mabdi / jMemorize-Plus-1

Memorize is written in Java and uses Leitner flashcards to make memorizing facts not only more efficient but also more fun. jMemorize manages your learn progress and features categories, Unicode flashcard texts, statistics and an intuitive interface.
http://mabdi.github.io/jMemorize-Plus-1
GNU General Public License v2.0
3 stars 0 forks source link

Adding duplicate cards #15

Closed mabdi closed 8 years ago

mabdi commented 8 years ago

When adding duplicate cards, alert user.

user may

  1. merge two cards (in the body of flipside or in new placehoder),
  2. discard new card,
  3. delete old card,
  4. add any way
mabdi commented 8 years ago

show search dialog inside addcard dialog. when typing a word in front side, the dialog shows matching cards. user can right click on the card to view detail, and can delete the old one. and he can discard new card, when he saw the old one, we have a button "load content" that loads the old card's content.

mabdi commented 8 years ago

i fixed this isssue by adding a new dialog: Duplicate window

this window is similar to find window. you press Search and all duplicates display. you can manually change, merge, delete and what ever you want .

Closing ....

mabdi commented 8 years ago

Reopen.

it's necessary to check inclusion of one word in another.

For examaple: appeal and appealing are obviously duplicated.

mabdi commented 8 years ago

fixed.