This repository has been 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.6k
Improve Quick Open by searching across the whole file path #1470
Merged
Merged
Changes from all commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
06bf62f
Improves quick open by search across the whole file path
dangoor 6932eae
Merge branch 'master' of https://github.com/adobe/brackets
dangoor 8f88167
Merge branch 'master' of https://github.com/adobe/brackets
dangoor df2db9d
Merge branch 'master' of https://github.com/adobe/brackets
dangoor 781e7aa
Improved QuickOpen matching.
dangoor 1824ee7
Merge branch 'master' of https://github.com/adobe/brackets
dangoor 06a7999
refactoring and improved comments based on feedback.
dangoor 5a44ea1
More fixes based on feedback.
dangoor 51cc0d5
QuickOpen returns everything for an empty query.
dangoor 79c72b8
highlights the matched characters in the filename.
dangoor dad5383
Provides a boost for upper case characters.
dangoor 4302db0
Merge branch 'master' of https://github.com/adobe/brackets
dangoor 14c201e
Merge branch 'master' of https://github.com/adobe/brackets
dangoor 79c219f
Improve color for displayName in quicksearch window.
dangoor 1f266d4
Cleanup multiline comment spacing.
dangoor 6dd2cf2
revert accidental addition to brackets.less.
dangoor 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 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 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
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.
Ideally the segmentation would be parameterizable, so e.g. you could segment the CSS selector search mode on dot, space, #, etc.
For now though, you could just add a comment saying this block is special-case code for handling paths.