mirror of
https://github.com/node-red/node-red.git
synced 2025-12-27 23:34:38 +01:00
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:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user