-
Notifications
You must be signed in to change notification settings - Fork 0
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
[CLOSED] Avoid searching binary files; tweaks to language mappings; APIs to unregister file extension mapping #6586
Comments
Comment by peterflynn
|
Comment by TomMalbran
|
Comment by pthiess Hey Thanks! |
Comment by TomMalbran
|
Comment by peterflynn
I think I missed where your 2nd question was posted. What was the other thing you wanted me to address? |
Comment by TomMalbran
|
Comment by peterflynn
|
Comment by TomMalbran Sure, we could change both. And is easy to make it take a string or an array. We already provide that with |
Comment by peterflynn
|
Comment by TomMalbran
Just one final thing. Do you think that we should add even more extensions (since is easy to remove them) like Code looks great and test are passing, so feel free to merge it after what you decide to do with the extra extensions. |
Comment by peterflynn
I've left audio separate for now so we don't have to worry about any potential backwards-compatibility issues. |
Comment by TomMalbran Awesome. Merging |
Issue by peterflynn
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
The text was updated successfully, but these errors were encountered: