This repository was archived by the owner on Sep 6, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7.5k
Exclude files from Find in Files operations #7015
Merged
Merged
Changes from 15 commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
12456de
Initial implementation search exclusion using project-based view sett…
RaymondLim 56e70d6
Remove an incorrect assignment.
RaymondLim d960b63
Switch to global view state instead of project-based one and also lim…
RaymondLim f87f488
Fix JSLint error for extra trailing whitespaces.
RaymondLim bafbe88
Merge remote-tracking branch 'origin' into rlim/search-exclusions
RaymondLim eb580f1
First pass at UI for Find in Files exclusion filters. Not wired up to
peterflynn ad9cb51
Merge remote-tracking branch 'origin/rlim/search-exclusions' into pfl…
peterflynn 6cec6e9
Wire up file exclusion UI to Find in Files search code & preferences.
peterflynn 0bbaf7a
Hoist out a generic DropdownButton widget from CSSInlineEditor, and u…
peterflynn 0068fa7
File exclusions usability improvements:
peterflynn 7a96840
Fix bug that snuck into last FileFilters commit at last minute.
peterflynn dd94f96
Simplify file exclusions UI & prefs after discussion in #7015: single
peterflynn 6a9b292
Basic UI integration tests for Find in Files filtering.
peterflynn 904180a
Merge remote-tracking branch 'origin/master' into pflynn/search-exclu…
peterflynn f8091fe
Simplify file-exclusion filter syntax so we can use plain regexps ins…
peterflynn b0ea154
Fix bug when clearing filter: move trimming back to editFilter() so we
peterflynn 439ea34
Merge commit '8572b1d8' into pflynn/search-exclusions
peterflynn 0195c2f
Code review:
peterflynn File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should be using
\u2026for elipsis for consistency.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will fix