himselfv
himselfv
**[Original report](https://bitbucket.org/himselfv/wakan/issue/69) by me.** It seems SVN lacks sources to wakanh.dll. Have to find those.
**[Original report](https://bitbucket.org/himselfv/wakan/issue/28) by me.** When issue 27 is done, make a form to let user add a ruby annotation to a part of the text.
**[Original report](https://bitbucket.org/himselfv/wakan/issue/27) by me.** Move all the text tracking/rendering/copy-pasting code into a separate component to reuse it elsewhere in program. Make it mostly not dependent on global properties such as...
**[Original report](https://bitbucket.org/himselfv/wakan/issue/263) by me.** Or a bunch of other such places which do Application.Terminate(). This is because most of the saving code is in fMenu.FormClose which doesn't get called. We...
**[Original report](https://bitbucket.org/himselfv/wakan/issue/256) by me.** Entries with "usually kana" flag in EDICT are displayed by Wakan dictionary as "kana/kana" instead of "kana/kanji". Kana is displayed in both columns and kanji is...
**[Original report](https://bitbucket.org/himselfv/wakan/issue/255) by me.** When searching in Auto mode, both results from Jp->En and En->Jp queries are displayed. Sometimes the same entry matches both direct and reverse search and appears...
**[Original report](https://bitbucket.org/himselfv/wakan/issue/253) by me.** As of Wakan 1.87, character data is taken from KANJIDIC/Unihan. There are different language versions at least of KANJIDIC, and potentially of Unihan too. Currently to...
**[Original report](https://bitbucket.org/himselfv/wakan/issue/251) by me.** This is because vocabularies are by format built without WORDFSIZE flag and dynamic field sizes can be up to 255 bytes. Proposed fix: set WORDFSIZE for...
**[Original report](https://bitbucket.org/himselfv/wakan/issue/237) by me.** Similar to Issue 187. When starting the app with KanjiList page activated, it is focused, then focus is lost and even though you can select cells...
**[Original report](https://bitbucket.org/himselfv/wakan/issue/227) by me.** I don't even know why it wasn't done that way from the start. There should be a directory ("My Documents\Wakan\Kanji groups" if standalone, "Wakan\Kanji groups" if...