[Wontdo] Edit Shortcuts: Dialog gets filters (search fields)

Want to submit a new feature, an enhancement ? Do it here !
Post Reply
porg
Posts: 554
Joined: Tue Apr 05, 2022 1:04 pm
Country: Austria

[Wontdo] Edit Shortcuts: Dialog gets filters (search fields)

Post by porg »

Followup of Custom Shortcuts: Lost after each beta update. Mockup:


Image

Design Proposal 1: Tree with auto-expansion and filtering
• When filtering in the menu path, the entire tree until the match is expanded.
• Non matching command paths are hidden.
• The match in each lines shows as highlighted.

If that tree auto expansion logic during filtering is too hard, I have a cheap alternative in mind:

Design Proposal 2: Browse as tree or filter as flat list
Keep two synced representations of the same data-set:

1) The tree view for browsing as long as both filtering fields are empty.
2) View as flat lines in "Menu→Path→Command" fashion (1:1 as in the text file before the TAB separator) whenever one of the filter fields is filled.
- Not only potentially easier to implement, but also more compact to read/compare.
- Highlighting the matching part is probably also "included for free" by Cocoa features.
- Interestingly also the Menu Search in macOS Cocoa Apps displays the results in a "Path > to … > Command" fashion:



Image
User avatar
forum_adm
Site Admin
Posts: 1814
Joined: Fri Dec 23, 2016 9:41 am
Location: Germany
Country: Germany
Contact:

Re: Edit Shortcuts: Dialog gets filters (search fields)

Post by forum_adm »

The used NSOutlineView from Apple does currently not support this.
porg
Posts: 554
Joined: Tue Apr 05, 2022 1:04 pm
Country: Austria

Re: [Wontdo] Edit Shortcuts: Dialog gets filters (search fields)

Post by porg »

@forum_adm :
• Okay, one has to work with what's available then.
• The UX design proposal is archived here should the underpinning technology allow a redesign one day.
User avatar
forum_adm
Site Admin
Posts: 1814
Joined: Fri Dec 23, 2016 9:41 am
Location: Germany
Country: Germany
Contact:

Re: [Wontdo] Edit Shortcuts: Dialog gets filters (search fields)

Post by forum_adm »

The next steps will be:
• keyboard shortcuts independent of the language
• option to hide menu items

But that will be a separate topic.
porg
Posts: 554
Joined: Tue Apr 05, 2022 1:04 pm
Country: Austria

Re: [Wontdo] Edit Shortcuts: Dialog gets filters (search fields)

Post by porg »

Glad to hear about those plans too!
Post Reply