Make the SearchBar a proper standalone, configurable widget #28
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#28
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?
ResultsToolbar.py
, and let some search bars query it for results or not. This requires the dialog https://github.com/SuzanneSoy/SearchBar/issues/27 for refreshing the cache, otherwise each search box will have some sort of partial "cache refresh" command that only covers some result providers, or will refresh things that the user has no idea it's going to refresh.Luckily, the code is already pretty modular in these ways, this isn't a big refactor, it's just renaming a few things and extracting a few lines of code here and there to separate functions.