We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Godot all day.
The Find in Files dialogue misses an option to exclude files and directories. A common use-case might be the exclusion of res://addons
As the most straightforward solution, I propose a regex search box entry to exclude any parts of paths in the Find In Files dialogue.
FindInFiles
FindInFilesDialog
FindInFilesPanel
Core
Metal core.
The text was updated successfully, but these errors were encountered:
Thanks for the proposal! Consolidating in #8384.
Sorry, something went wrong.
No branches or pull requests
Describe the project you are working on
Godot all day.
Describe the problem or limitation you are having in your project
The Find in Files dialogue misses an option to exclude files and directories. A common use-case might be the exclusion of res://addons
Describe the feature / enhancement and how it helps to overcome the problem or limitation
As the most straightforward solution, I propose a regex search box entry to exclude any parts of paths in the Find In Files dialogue.
Describe how your proposal will work, with code, pseudo-code, mock-ups, and/or diagrams
FindInFiles
: Setter, regex logic.FindInFilesDialog
: Exclude label, lineedit,FindInFilesPanel
: Display exclude in the header.If this enhancement will not be used often, can it be worked around with a few lines of script?
Core
Is there a reason why this should be core and not an add-on in the asset library?
Metal core.
The text was updated successfully, but these errors were encountered: