Skip to content

Find/replace overlay: Read regex option from model instead button state#4188

Merged
HeikoKlare merged 1 commit into
eclipse-platform:masterfrom
HeikoKlare:findreplace-overlay-regex-decoration-from-model
Jul 16, 2026
Merged

Find/replace overlay: Read regex option from model instead button state#4188
HeikoKlare merged 1 commit into
eclipse-platform:masterfrom
HeikoKlare:findreplace-overlay-regex-decoration-from-model

Conversation

@HeikoKlare

Copy link
Copy Markdown
Contributor

The regex search button state is synchronized from the find/replace logic's option state via a listener, so decorate() reading the button's selection depends on that synchronization having happened. Reading the option directly from the logic removes this hidden ordering dependency and is consistent with how the other consumers (e.g., content assist availability) already query the model.

The regex search button state is synchronized from the find/replace
logic's option state via a listener, so decorate() reading the button's
selection depends on that synchronization having happened. Reading the
option directly from the logic removes this hidden ordering dependency
and is consistent with how the other consumers (e.g., content assist
availability) already query the model.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
@github-actions

Copy link
Copy Markdown
Contributor

Test Results

   855 files  ±0     855 suites  ±0   50m 35s ⏱️ - 3m 52s
 8 116 tests ±0   7 873 ✅ ±0  243 💤 ±0  0 ❌ ±0 
20 250 runs  ±0  19 596 ✅ ±0  654 💤 ±0  0 ❌ ±0 

Results for commit 4682cb1. ± Comparison against base commit e642f04.

@HeikoKlare
HeikoKlare merged commit 3f3daf7 into eclipse-platform:master Jul 16, 2026
18 checks passed
@HeikoKlare
HeikoKlare deleted the findreplace-overlay-regex-decoration-from-model branch July 16, 2026 21:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant