Skip to content
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

add Sublime-like fuzzy search to file browser #94

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

cdacamar
Copy link

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

@cdacamar cdacamar force-pushed the better-fuzz branch 10 times, most recently from 9cefed9 to 44b5eb6 Compare January 27, 2024 04:06
@cdacamar cdacamar force-pushed the better-fuzz branch 6 times, most recently from d2283a1 to 4145abe Compare February 3, 2024 05:14
@cdacamar cdacamar force-pushed the better-fuzz branch 4 times, most recently from b4adb6a to 87f9b92 Compare February 13, 2024 03:58
@cdacamar cdacamar force-pushed the better-fuzz branch 2 times, most recently from 9c0d13f to 1b747ff Compare February 26, 2024 02:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant