Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
editor: Add classic text search functionality to Output panel
Implements classic search in the Output (EditorLog) panel, including:
- Search box with toggles for "Match Case" and "Whole Words"
- Navigation buttons for next/previous match
- Highlights matches, with distinction for the currently selected
- Scroll to active match when navigating

This improves usability for developers debugging or scanning log
output by allowing quick and flexible keyword searching.
This looks to implement what was referenced in godot-proposals
features  #12074 and #10249.
Co-authored-by: Sun Chenwei <sunchenwei@tecnico.ulisboa.pt>

fix: re-added a line that was deleted by accident

fix : inconsistent text and unwanted checkbox being pushed off to the right.
  • Loading branch information
yangyey committed Jun 19, 2025
commit a966cd7a399ea8a8fe4461b938578d0e1c2ae2ae
Loading