search icon indicating copy to clipboard operation
search copied to clipboard

Should we have an history saved on the local PC

Open ldufr opened this issue 3 years ago • 4 comments

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

ldufr avatar Jan 13 '23 10:01 ldufr

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

ldufr avatar Mar 17 '23 09:03 ldufr

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).

Mattwmaster58 avatar Jun 17 '24 17:06 Mattwmaster58

which can typically be browsed with Alt+Down

Or just up. ;-)

Frenzie avatar Jun 17 '24 17:06 Frenzie

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.

ldufr avatar Jun 18 '24 10:06 ldufr