-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Summary
Provide a small dialog for Find & Replace (case-sensitive toggle).
Tasks
- Add menu items + accelerators.
- Build a modal dialog with fields: "Find", "Replace", checkboxes: "Match case", "Replace All".
- Implement "Find Next", "Replace", "Replace All".
- Highlight current match (optional).
Acceptance Criteria
- User can search forward and replace matches.
- Replace All operates on full text safely.
Hints
- Use
TextInputDialog/customDialog. - For search: use regex or indexOf depending on "Match case".