Replies: 1 comment
-
I'd do it like VS Code where pressing up/down arrows while on the text field brings up the previous/next search terms. This can be extended to all search fields in the editor, but it'll be the most useful in the script editor's find dialog as well as Find in Files (+ Replace in Files). History will need to be saved to disk (likely in the cache folder) so that it can be recalled across editor restarts. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I find the the find and find in all files work well, but could benefit from retaining a history. That is the last 5 or 6 recent searches which could be accessed by an arrow in the search dialog box.


Currently:
with history
Beta Was this translation helpful? Give feedback.
All reactions