gkunter / coquery

Coquery is a free corpus query tool for linguists, lexicographers, translators, and anybody who wishes to search and analyse a text corpus.
GNU General Public License v3.0
18 stars 4 forks source link

Retrieve context in a separate thread #220

Open gkunter opened 7 years ago

gkunter commented 7 years ago

Depending on the hardware and the corpus, it may take a few moments till the context viewer opens after clicking on a cell. As there's no feedback that the click was registered, users may be confused whether their action actually had an effect.

Instead, the context viewer should open immediately after the click, start a thread that retrieves the context, and update the context once it is retrieved.

gkunter commented 7 years ago

Commit ae5d964 is the first step for this issue. However, this still needs some polishment.