Add prefixes/filters #26
Labels
No Label
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: suzanne.soy/SearchBar#26
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Add a (hopefully flexible) mechanism for results providers to offer a prefix to narrow down results to only their results, e.g.
#SomeObjectName
,!SomeToolName
,?SomePreferenceName
or verbose onesObject:SomeObjectName
,Tool:SomeToolName
,Preference:SomePreferenceName
.If flexible enough, add a mechanism for results providers to offer additional filters/narrowing options, e.g. search only children of the currently-selected object with
Child:
, search only objects of the current document withOpened:
, search only boolean parameters withbool:
…A first version could just leave the text as-is in the search bar, an improved version would replace it with a widget which takes the place of a character (probably will need to fake it by positioning the object relative to the search box, and adding enough padding to the left, or even replacing the search icon to e.g. a small cube icon & placeholder text to e.g. "Search objects…", and handling the backspace key gracefully to revert the filter).