You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: full-file search, configurable highlight, F3/Ctrl+R shortcuts, …
…Wails 2.12
- Full-file search: backend scans entire file, not just loaded buffer
Match count (e.g. '94 of 108') reflects all matches in the file
Navigation loads line ranges on demand when match is outside window
- Search highlight now visible over rule-formatted text
- Configurable search highlight color in Settings (defaults to theme)
- F3 / Shift+F3 for search forward/backward
- Ctrl+R to refresh active tab
- Custom styled tab tooltips with label, path, and color bar
- Reopen closed tab (Ctrl+Shift+T) with metadata restore
- Upgraded Wails v2.11.0 → v2.12.0
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>