When performing a workspace Search (Ctrl + H) and excluding search in binary files, we currently still load all files in order to determine which files to look through.
Ideally, we would only look into files which we know to be nonbinary, for example by discriminating based on file-extension.
I am not sure what an ideal solution would look like.
When performing a workspace Search (Ctrl + H) and excluding search in binary files, we currently still load all files in order to determine which files to look through.
Ideally, we would only look into files which we know to be nonbinary, for example by discriminating based on file-extension. I am not sure what an ideal solution would look like.
Issue stems from a discussion in https://github.com/eclipse-platform/eclipse.platform.ui/issues/2180