shiraji / yet-another-emoji-support

This is the IntelliJ plugin that supports inserting emoji in editor using content assist.
https://plugins.jetbrains.com/plugin/12512-yet-another-emoji-support
Apache License 2.0
31 stars 9 forks source link

runWithCheckCanceled might be useless #48

Closed shiraji closed 5 years ago

shiraji commented 5 years ago

At the beginning, because I always read data from file, it was mandatory to use thread. However, now this plugin uses preloading activity to read file at the beginning. Therefore, this threading might be useless.

If I see no big performance down, I can delete that threading.