imagej / imagej-legacy

ImageJ+ImageJ2 compatibility layer
https://imagej.net/libs/imagej-legacy
BSD 2-Clause "Simplified" License
16 stars 25 forks source link

Bugfix freeze on Linux #233

Closed haesleinhuepf closed 4 years ago

haesleinhuepf commented 4 years ago

Hi everyone,

here comes a bugfixe related to https://github.com/imagej/imagej-legacy/issues/227

Instead of submitting individual completions to the AutoComplete (upstream dependency), we send a list of completions. This prevents the list of completions being sorted again and again. The issue appeared on some Linux/MacOS computers not very reproducibly. However, on @frauzufall laptop we were able to reproduce it and fix it.

Let me know if you see any issue. I would otherwise merge in 7 days.

Cheers, Robert

haesleinhuepf commented 4 years ago

Cool, thanks @imagejan ! First time I commited changes via Browser in this view here :-)