chewing / chewing-editor

Cross platform chewing user phrase editor
https://chewing.im/
GNU General Public License v2.0
31 stars 52 forks source link

[Feature Request] Import progress display #194

Open PeterDaveHello opened 8 years ago

PeterDaveHello commented 8 years ago

Currently, the import progress may take a long time for huge dictionary file, the UI [dialog to select file] will hang on, but I can see the process is still working by enabling debug message, so maybe it'll be good to hide the dialog once the import process starting, and also have a progress bar or something to show to import progress.

robert501128 commented 8 years ago

Is it possible to change the architecture of the importation progress? I think we definitely have to speed up the importation time if we want to import a huge dictionary in the future.

If so, where to start for changing the architecture?

PeterDaveHello commented 8 years ago

Yes we should speed it up, and there is no conflict with these two features, we can do them both.