Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get rid of the silly "Find results" pagination? #13272

Open
core-ai-bot opened this issue Aug 31, 2021 · 2 comments
Open

Get rid of the silly "Find results" pagination? #13272

core-ai-bot opened this issue Aug 31, 2021 · 2 comments

Comments

@core-ai-bot
Copy link
Member

Issue by FezVrasta
Monday Jul 13, 2015 at 12:08 GMT
Originally opened as adobe/brackets#11389


Is there a way to get rid of the pagination of the "find results"?

image

I'd like to:

  1. keep the number of files shown in each page constant (each page should show, for example, 5 files)
  2. show everything in a single page (not sure about performance).

The current method seems pretty random... sometimes a page shows just few results and I have to move to the next page.

@core-ai-bot
Copy link
Member Author

Comment by petetnt
Tuesday Jul 14, 2015 at 06:01 GMT


Check out this PR #11375 for an alternative

@core-ai-bot
Copy link
Member Author

Comment by TomMalbran
Tuesday Jul 14, 2015 at 20:55 GMT


Btw, it always show 100 results per page (and what is left on the last one), but those 100 results can be in 1, 2 or even 100 files. If you collapsed the results from a file that appeared on the last page it will be collapsed on the next page if it has more results that didn't fit on the previous page. So you might have some hidden results there.

Is not possible to change the amount of results per page (without changing the code). We could make it a preferences, and adding a really big number would let you get rid of it.

Without virtualisation we could find a performance issue by showing all the results, when there are lots.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant