Page 1 of 2

Quick search in lists [DONE]

Posted: Mon May 30, 2016 9:11 am
by sasha
I'm often using "Quick Search" with "Soft filtering" disabled and "typing view" enabled. (As you type, this removes items from the panel's view that don't match the string you typed in.) IMHO, one of NC's best features.

It would be great if the same functionality also was available in lists (e.g. "Go -> Quick lists -> ..." and "View -> Left/right panel -> Change folder..."). Currently, cursor positioning after typing works only at the beginning of a string. As my lists are long, reducing the entries as you type some characters just like in a panel would help a lot to speed the use case up. This could be an optional setting.

Thanks!
Sasha

Re: Quick search in lists

Posted: Mon Jun 06, 2016 8:31 am
by mike
Hi sasha!

This idea looks great and I like it. However, I have some doubts that Cocoa's menu system will let me to intercept key strokes while menu is shown.
(current implementation of quick lists relies on standard menu system solely)
Have you seen any examples of such on-the-fly filtration of menu items in any mac software?
Any hints might help a lot.

Mike.

Re: Quick search in lists

Posted: Mon Jun 13, 2016 5:18 pm
by sasha
Hi Mike,

I did some research on that but unfortunately I couldn't find any app where this is done. Still I think this would really be useful. Hope you can make that work somehow.

Sasha

Re: Quick search in lists

Posted: Wed Apr 05, 2017 12:22 pm
by sasha
Now that NC can manage favorites, I'm using lists even more often, especially F1/F2 and Cmd+3.

As my lists have a lot of entries, a Quick Search (as implemented for the panels) would be very nice help navigating in lists. That's why I'm carefully pushing this thread up again :)

Re: Quick search in lists

Posted: Fri Apr 07, 2017 2:32 am
by mike
Ok, I agree - I have the same issue.
I have a pretty clear picture of what has to be done - just need some time to implement it :)

Currently I'm working on a built-in Dropbox client for NC (new VFS), and it turns out to be an absurdly complex task, especially writing a custom asynchronous FIFO streaming :?

Re: Quick search in lists

Posted: Sat Apr 08, 2017 8:45 am
by mike
I've decided to take a short break and switch the to quick lists filtration.
Surprisingly enough, I've managed to crack it!
With some hacking NC can now filter already shown menus via the keyboard input.
The downside here is that this method is based purely on hacking, but since Apple's official position is like "if you want more from the menu system - then go on and write your own", I think it's better at the moment.
Screen Shot 2017-04-08 at 15.36.09.png
Screen Shot 2017-04-08 at 15.36.09.png (174.45 KiB) Viewed 19062 times
Screen Shot 2017-04-08 at 15.35.21.png
Screen Shot 2017-04-08 at 15.35.21.png (97.33 KiB) Viewed 19062 times

Re: Quick search in lists

Posted: Sat Apr 08, 2017 10:57 am
by warpkanal
Looks quite nice!
If possible (maybe through "hacking") I'd prefer if the filter element only shows when having typed a character (similar to the quick search in the file list).
Also if possible (maybe through "hacking") I'd prefer if the first element is already selected when hitting CMD+3, this saves at least one arrow down key press when using arrow keys to select the desired entry.
But as said, UI-wise it looks really nice!

Re: Quick search in lists

Posted: Sat Apr 08, 2017 11:56 am
by mike
warpkanal wrote:
Sat Apr 08, 2017 10:57 am
If possible (maybe through "hacking") I'd prefer if the filter element only shows when having typed a character (similar to the quick search in the file list).
Understand this point, that's possible to do.
I'm actually a bit afraid of that, if implemented that way, this feature might be missed at all.
warpkanal wrote:
Sat Apr 08, 2017 10:57 am
Also if possible (maybe through "hacking") I'd prefer if the first element is already selected when hitting CMD+3, this saves at least one arrow down key press when using arrow keys to select the desired entry.
I'll dig around this one.
Obviously, there's no "legal" way to manipulate a menu's position, but perhaps there's some backdoor.

Re: Quick search in lists

Posted: Sat Apr 08, 2017 12:15 pm
by warpkanal
I'm actually a bit afraid of that, if implemented that way, this feature might be missed at all.
True, however I think NC has with it's rather empty toolbar a lot of features that can be missed :)

On the other hand I liked Crax' approach on favorites: the first element is always selected, management or configuration items are put at the bottom so they don't interfere with what you do 99% of the time with the favorites list: selecting an entry.
crax_favlist.png
crax_favlist.png (22.85 KiB) Viewed 19056 times
(although Crax favorites don't have the beaufitul number shortcuts, I use them most of the time in NC).

I think my (personal) preference of having the filter either hidden by default or placed at the bottom, is that I rarely have more then 10 favorite locations, hence I expect that I'm not going to use it often, but let's see :)

Re: Quick search in lists

Posted: Sat Apr 08, 2017 12:29 pm
by mike
Ok, added another hack to manipulate a menu's position - minus one key to press.
My Sin-O-Meter went thru the roof this day :)

Good point about the toolbar, however I prefer the word "laconic" instead of "empty" :D
Speaking seriously, I want to add toolbar buttons for main functionality at some point, but what worries me the most is an amount of icons needed for that. And these damn icons are bloody expensive.