Large maps make repetition expensive. This release improves the pattern-search workflow so broad cleanup passes can happen inside the editor instead of forcing one-off manual fixes.
- 01
Search windows scale up without becoming unreadable.
The find-and-replace workflow is better suited to multi-layer cleanup passes. It focuses on pattern intent rather than making the user simulate the same operation tile by tile.
- 02
Replacement rules are clearer before commit.
Wildcard handling and replacement structure are easier to inspect, which lowers the risk of broad edits that need immediate rollback.