Bug 552714 - Open Resources from Find Actions
Summary: Open Resources from Find Actions
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: IDE (show other bugs)
Version: 4.12   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: 4.14 M3   Edit
Assignee: Mickael Istria CLA
QA Contact:
URL:
Whiteboard:
Keywords: noteworthy, usability
Depends on: 552935
Blocks: 551494
  Show dependency tree
 
Reported: 2019-11-05 16:49 EST by Mickael Istria CLA
Modified: 2019-11-13 03:43 EST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mickael Istria CLA 2019-11-05 16:49:33 EST
List resources/files in Find Actions.
Comment 2 Julian Honnen CLA 2019-11-12 05:24:23 EST
The current implementation collects as many resources as it can within 200ms, leaving any filtering to the quick access framework.

On my workspace it manages to collect ~150k resources in that timespan, slowing down the subsequent sorting in QuickAccessProvider::getElementsSorted (takes ~10s).
Comment 3 Andrey Loskutov CLA 2019-11-12 05:28:55 EST
(In reply to Julian Honnen from comment #2)
> The current implementation collects as many resources as it can within
> 200ms, leaving any filtering to the quick access framework.
> 
> On my workspace it manages to collect ~150k resources in that timespan,
> slowing down the subsequent sorting in
> QuickAccessProvider::getElementsSorted (takes ~10s).

Same here, since some of our major customers have workspaces with over 100k files "by default", we should add UI preference to disable this feature (that one can unset via product customization), or I would vote for reverting this patch.
Comment 4 Eclipse Genie CLA 2019-11-12 06:55:08 EST
New Gerrit change created: https://git.eclipse.org/r/152486