himselfv / wakan

Japanese and Chinese learning tool with dictionary
36 stars 7 forks source link

Dictionary names are now taken from file name #260

Closed himselfv closed 10 years ago

himselfv commented 10 years ago

Original report by me.

Originally reported on Google Code with ID 260

Up to 1.87 Wakan used a complicated system where dictionary had both file name and internally-stored
"Dictionary name" (the one shown in search results). Renaming the dictionary did nothing,
and there was no way to change the "visual name" once the dic was built.

This is now deprecated, internal names are still written (I think) on import, but are
ignored when opening the dictionary. File name is now used as dictionary name, and
can be changed from dict manager (again, I think. If not, can add the functionality).

Justification: No need to make things complicated where they can be simple. No need
to have two names where one is enough.

Reported by himselfv on 2014-07-02 22:20:11

himselfv commented 10 years ago

Reported by himselfv on 2014-10-02 09:29:44