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

Should we have an history saved on the local PC #6

Open
reduf opened this issue Jan 13, 2023 · 4 comments
Open

Should we have an history saved on the local PC #6

reduf opened this issue Jan 13, 2023 · 4 comments
Labels
enhancement New feature or request

Comments

@reduf
Copy link
Owner

reduf commented Jan 13, 2023

It could contains search done, paths searched and tabs opened. It shouldn't be in the settings file, because it changes all the time.

@reduf
Copy link
Owner Author

reduf commented Mar 17, 2023

That could be combined with fuzzy-searching (crate exist here and example here) and ImGui combo box?

@reduf reduf added the enhancement New feature or request label Jun 28, 2023
@Mattwmaster58
Copy link

If I understand this correctly, I think some inspiration can be taken from find dialogs in IDEs (VS, VSC, Intellij): they often have a history of the last values of the input widget, which can typically be browsed with Alt+Down

A natural facet of this feature in my opinion would be to prepopulate the input widget with its last used value (again, similar to many IDEs find dialogs).

@Frenzie
Copy link

Frenzie commented Jun 17, 2024

which can typically be browsed with Alt+Down

Or just up. ;-)

@reduf
Copy link
Owner Author

reduf commented Jun 18, 2024

Yeah, I thought of doing it like Sublime Text, but I must say, I never really have the need. I wonder if it would actually be useful.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants