This adds a filter entry in the keybindings tab in the preferences dialog, similar to the filter entry in the plugin manager dialog.
Screenshot_2025-01-05_11-04-26.png (view on web)
Remarks:
- only the action name is considered for filtering, not the keybindings
- the categories are always shown (hiding them on no matching children isn't trivial)
- Ctrl-F in the TreeView sets focus to the filter entry
- Ctrl-F in the TreeView in the plugin manager dialog sets focus to the filter entry
- I also changed the dialog title of the assign keybinding dialog, as suggested in #4185
Closes #2848.
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/4192
Commit Summary
- ec8cf21 Move UTF-8 capable sub string matching from plugin manager to utils
- 70f02ba Preferences: add filter entry for keybindings
- 172bf42 Plugin Manager: Bind Ctrl-F shortcut to focus the filter entry
- 4f25b91 Preferences: Retitle assign keybinding dialog title
File Changes
(5 files)
Patch Links:
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <geany/geany/pull/4192@github.com>