add Sublime-like fuzzy search to file browser#94
Open
cdacamar wants to merge 1 commit intoEpicGamesExt:devfrom
Open
add Sublime-like fuzzy search to file browser#94cdacamar wants to merge 1 commit intoEpicGamesExt:devfrom
cdacamar wants to merge 1 commit intoEpicGamesExt:devfrom
Conversation
9cefed9 to
44b5eb6
Compare
d2283a1 to
4145abe
Compare
b4adb6a to
87f9b92
Compare
9c0d13f to
1b747ff
Compare
5c66290 to
790695e
Compare
|
@ryanfleury Sorry to bother you, but this feature would be very helpful for searching in big directories. I hope you can find the time to review this and hopefully merge a version you are satisfied with! |
Collaborator
|
Fuzzy search in the file browser was implemented, so I'll close this one since it's no longer relevant. |
Author
Is it the same style of fuzzy search? Looking at the latest build, the algorithm appears to be the same. This fuzzy search enables more pattern matching. If this specific style of fuzzy search is not a goal then that's totally fine. |
Collaborator
|
This should be reopened. The debugger has fuzzy searching but it’s a simple
algorithm. That simpler version is certainly still my preference, but I’m
not sure if I want to include the fancier stuff as an optional thing yet,
or if I want to amend the regular fuzzy matcher. In either case using this
PR would be helpful.
I can’t reopen from my phone so I will just do it tomorrow.
…-Ryan
On Fri, May 1, 2026 at 3:08 PM Cameron DaCamara ***@***.***> wrote:
*cdacamar* left a comment (EpicGamesExt/raddebugger#94)
<#94 (comment)>
Fuzzy search in the file browser was implemented, so I'll close this one
since it's no longer relevant.
Is it the same style of fuzzy search? Looking at the latest build, the
algorithm appears to be the same. This fuzzy search enables more pattern
matching. If this specific style of fuzzy search is not a goal then that's
totally fine.
—
Reply to this email directly, view it on GitHub
<#94 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AC7ASGMZWE4KHA2EJBSMRNL4YUG5LAVCNFSM6AAAAACYNZ74BWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHM2DGNRRGY2TENZWGQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This implements a fuzzy text search similar to that of Sublime or VSCode when searching for files in the file browser. This implementation is based on the article: https://www.forrestthewoods.com/blog/reverse_engineering_sublime_texts_fuzzy_match.
This video demonstrates the new behavior. The newly implemented fuzzy text search can be seen on the right-hand version of the RAD debugger.
2024-01-20.20-25-03.mp4