Use case: I have a SQLite file with ~50 tables, so selecting a table out of that list is rough when repeated often enough.
Suggestion:
Add some autocomplete/filter feature here so that I can filter down the list of tables to tables that contain the string I type in.
When the user has the "Select Table" Dropdown in focus and types in something, it could be used as a sort of filter-string where only tables remain that contain the given string.
I'm not sure which would be the appropriate GTK widget for such a thing or if there even is one that can also be used as part of the header-bar.
Use case: I have a SQLite file with ~50 tables, so selecting a table out of that list is rough when repeated often enough.
Suggestion:
Add some autocomplete/filter feature here so that I can filter down the list of tables to tables that contain the string I type in.
When the user has the "Select Table" Dropdown in focus and types in something, it could be used as a sort of filter-string where only tables remain that contain the given string.
I'm not sure which would be the appropriate GTK widget for such a thing or if there even is one that can also be used as part of the header-bar.