We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I would like to be able to search in the online code editor. The usual browser shortcut of Ctrl+F does not work in that frame.
The ACE editor has a built-in feature for search which can be easily enabled.
In #6665 the implementation was already done. The only remaining question is how the search box can be styled properly in both light and dark mode.
Therefore, only (S)CSS knowledge needed to fully implement this.
No response
The text was updated successfully, but these errors were encountered:
Development
Resolved with Pull Request #8130 as @b-fein commented here:
Also nice to see that the new editor will have a search/search-and-replace functionality (#6811) 🎉.
Sorry, something went wrong.
pzdr7
No branches or pull requests
Is your feature request related to a problem?
I would like to be able to search in the online code editor. The usual browser shortcut of Ctrl+F does not work in that frame.
Describe the solution you'd like
The ACE editor has a built-in feature for search which can be easily enabled.
In #6665 the implementation was already done. The only remaining question is how the search box can be styled properly in both light and dark mode.
Therefore, only (S)CSS knowledge needed to fully implement this.
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: