Skip to content

I20240925-1800

@iloveeclipse iloveeclipse tagged this 24 Sep 15:25
If the search view has matches for 100.000 files, it would hang forever
on updating the view via F5 because it asks getMatchCount() for every
element and that traverses entire result again and again.

This change remembers last computed result and returns that value if
there were no further changes on the search result itself.

See https://github.com/eclipse-platform/eclipse.platform.ui/issues/2279
Assets 2
Loading