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

Increase threshold for files per directory in editor Find in Files #91338

Merged

Conversation

Calinou
Copy link
Member

@Calinou Calinou commented Apr 29, 2024

This allows up to 100,000 files per folder to be searched with Find in Files, as opposed to just 1,000.

This means searches can potentially take more time in huge projects, but this pretty much ensures all results will be displayed as you'd expect. In the era of SSDs, I don't expect this increased limit to cause too much of an issue.

@Calinou Calinou added this to the 4.3 milestone Apr 29, 2024
This allows up to 100,000 files per folder to be searched
with Find in Files, as opposed to just 1,000.
@Calinou Calinou force-pushed the find-in-files-increase-file-threshold branch from bcdfa99 to 760d7cb Compare April 29, 2024 23:05
@akien-mga akien-mga merged commit f9eb81e into godotengine:master May 7, 2024
16 checks passed
@akien-mga
Copy link
Member

Thanks!

@Calinou Calinou deleted the find-in-files-increase-file-threshold branch May 7, 2024 16:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Search Find in Files does not search all *gd files in project.
2 participants