You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Automatically filter out a variety of common binary file types from Find in Files (it already checks isBinary) - note that this does not affect Mac, where all binary file IO fails automatically. Helps reduce bugs like [CLOSED] Line Highlighting and Line Selection with Line Number #6091.
I left the ProjectManager.isBinary() API in place for now, since it also excludes files from Quick Open and other getAllFiles() clients that don't yet check isBinary via LanguageManager the way Find in Files does. When we get to the real user story we should fully eliminate it, though.
Fix incorrect code in Find in Files that only narrowly avoids creating bugs where filtered-out files are incorrectly added to search results.
Friday Mar 21, 2014 at 23:16 GMT
Originally opened as adobe/brackets#7290
ProjectManager.isBinary()API in place for now, since it also excludes files from Quick Open and other getAllFiles() clients that don't yet check isBinary via LanguageManager the way Find in Files does. When we get to the real user story we should fully eliminate it, though.peterflynn included the following code: https://github.com/adobe/brackets/pull/7290/commits