When editing an autogenerated verb conjugation (or anything other vocab class) the current implementation (elif(mode == MODE_EDIT_VERB): in LangTrainer.py) simply involves printing out what was autogenerated and then giving the user space to rewrite the correct conjugation from scratch. It'd be nice if we could somehow print out the current autogenerated version but allow the user to adjust that text in the buffer, so that they don't have to type something from scratch.
When editing an autogenerated verb conjugation (or anything other vocab class) the current implementation (
elif(mode == MODE_EDIT_VERB):in LangTrainer.py) simply involves printing out what was autogenerated and then giving the user space to rewrite the correct conjugation from scratch. It'd be nice if we could somehow print out the current autogenerated version but allow the user to adjust that text in the buffer, so that they don't have to type something from scratch.