-
Notifications
You must be signed in to change notification settings - Fork 1
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
Dev/search basic mechanic #92
Conversation
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.
Looks promising, could you please address my comments?
sorry, its draft |
No problem. I think we can keep it simple in the first iteration. Options for file search can be: search in file names (later can add regex and search in file content), search either in current dir only or in all subdirectories. In the first iteration, we can display file list in the window with possibility of click and navigating to it/its folder. Later we can add moving all found files to panel. |
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.
Looks good, just a couple of minor comments.
…/SmartCommander into dev/SearchBasicMechanic
Basic Search
BUGS