Page 1 of 2

find files dialog

Posted: Sun Feb 19, 2017 8:55 am
by d0ublezer0
suggestions:
please add keyboard shortcut to view button in file find results, for example - spacebar

also you can add F4 as edit shortcut without going to panel with results for quick editing (as in TC)

and final one: maybe it is not necessary to clear the previous search results?

Re: find files dialog

Posted: Sun Feb 19, 2017 9:07 am
by d0ublezer0
Even for me was strange, view graphic file as text after pressing [preview] button
Image

Re: find files dialog

Posted: Sun Feb 19, 2017 9:31 am
by mike
d0ublezer0 wrote:
Sun Feb 19, 2017 8:55 am
suggestions:
please add keyboard shortcut to view button in file find results, for example - spacebar
This one is simple - there's already a ^V hotkey for this.
d0ublezer0 wrote:
Sun Feb 19, 2017 8:55 am
also you can add F4 as edit shortcut without going to panel with results for quick editing (as in TC)
Yep, I have this one in backlog, will be done at some point.
d0ublezer0 wrote:
Sun Feb 19, 2017 8:55 am
and final one: maybe it is not necessary to clear the previous search results?
Well, it'll all about VFS management at this moment.
Simply storing some list of found items would lead to preservation of their VFS'es, which will lead to expected results in form of some network connections, opened file handles, memory usage et cetera.
It's possible to convert found items list into some meta-information for later restoration, but such fiddling is not a simple task, and might lead to very funky edge cases.
So, in short, it's good to save those results, but it's tricky to implement it.
d0ublezer0 wrote:
Sun Feb 19, 2017 9:07 am
Even for me was strange, view graphic file as text after pressing [preview] button
Actually Preview is not participating in choosing of viewer's initial state, it's only between Text and Hex now.

Re: find files dialog

Posted: Sun Feb 19, 2017 9:37 am
by d0ublezer0
mike wrote:
Sun Feb 19, 2017 9:31 am
This one is simple - there's already a ^V hotkey for this.
Spacebar functions as the default preview shortcut in the whole MacOS system. When navigating through the file panels in NC - the same thing. It would be logical to use the same key at results window, without introducing a new keyboard shortcut.

Re: find files dialog

Posted: Sun Feb 19, 2017 10:31 am
by mike
Ok, agree, it seems reasonable to process Spacebar as View when focus is on results list.
But it can't be wired as a dialog-wide hotkey, since buttons use it to trigger themselves.

Re: find files dialog

Posted: Sun Feb 19, 2017 5:35 pm
by d0ublezer0
This behavior is only required when selected entry in the results list.

Re: find files dialog

Posted: Mon Feb 20, 2017 2:58 am
by mike
Ok, done.

Re: find files dialog

Posted: Sun Feb 26, 2017 12:19 pm
by d0ublezer0
just found:
Image
when selected encoding dropdown [tab] or [shift]+[tab] not working

Re: find files dialog

Posted: Mon Feb 27, 2017 4:40 am
by mike
d0ublezer0 wrote:
Sun Feb 26, 2017 12:19 pm
just found:
when selected encoding dropdown [tab] or [shift]+[tab] not working
I can't reproduce this issue. Can please re-check it on a recent build?

Re: find files dialog

Posted: Mon Feb 27, 2017 8:12 pm
by d0ublezer0
2076
pressing [tab] on focused dropdown - nothing happened