jdlorimer / chinese-support-redux

Anki add-on providing support for Chinese study
https://ankiweb.net/shared/info/1128979221
GNU General Public License v3.0
101 stars 50 forks source link

Bugfix: Allow simultaneously adding cards and browsing cards #179

Open psii opened 3 years ago

psii commented 3 years ago

Fixes a bug where simultaneous adding new cards and having the card browser open for editing stops the auto-fill feature from working correctly.

edit.EditManager wrongly assumes that there is only one Editor instance. The window for adding cards and the browsing window each instantiate their own editor.

Other small changes include replacing some legacy GUI hooks, see

jdlorimer commented 3 years ago

Much appreciated.

I'm very likely to merge this once I've resolved the more critical issues and had some time to test the changes.