Add search UI feedback and hide button to search/replace plugin

- Add visual feedback styling for search states (searching, success, fail)
- Show match count in status label when searching
- Add hide (X) button to hide search panel
- Fix typo: stateus_lbl → status_lbl
- Add _set_find_options_lbl to display active search options
This commit is contained in:
2026-02-19 01:07:44 -06:00
parent 61b8bbc5fa
commit 3e920291a0
4 changed files with 66 additions and 13 deletions

View File

@@ -32,6 +32,8 @@ class SearchMixin:
def _find_all_matches(self, search_text, buffer):
self.update_style(0)
self.matches.clear()
self.current_index = -1