improve contineous search

- rename action core:search-prev for  core:search-previous
- Ensure search counter in toolbar is i18n ready
- remember (and display in toolbar) the search term
- recall the search term when magnifier clicked
- esnure currently flashing node is cancelled before flashing next node
- Add "flash" for flow tabs revealed by a search
- Fix "flash" for config nodes revealed by a search
This commit is contained in:
Steve-Mcl
2022-03-04 16:00:02 +00:00
parent fe47b07229
commit 94e8fce40a
8 changed files with 126 additions and 40 deletions

View File

@@ -91,7 +91,7 @@
"alt-a c": "core:align-selection-to-center",
"alt-a h": "core:distribute-selection-horizontally",
"alt-a v": "core:distribute-selection-vertically",
"shift-f": "core:search-prev",
"shift-f": "core:search-previous",
"f": "core:search-next"
}
}