Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Find/Replace dialog: remove ring-tone #1908 #1923

Merged

Conversation

Wittmaxi
Copy link
Contributor

@Wittmaxi Wittmaxi commented Jun 3, 2024

Removes the beep which is issued after some unsuccessful operations in
the find/replace dialog.

fixes #1908

Copy link
Contributor

github-actions bot commented Jun 3, 2024

Test Results

 1 812 files  ±0   1 812 suites  ±0   1h 39m 35s ⏱️ + 7m 0s
 7 614 tests ±0   7 385 ✅ +1  228 💤 ±0  1 ❌  - 1 
23 994 runs  ±0  23 244 ✅ +1  749 💤 ±0  1 ❌  - 1 

For more details on these failures, see this check.

Results for commit b640bb3. ± Comparison against base commit 64cf545.

♻️ This comment has been updated with latest results.

Copy link
Contributor

@HeikoKlare HeikoKlare left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I absolutely like the proposal to remove the beep functionality (and I think particularly @vogella will do as well 🙂).

Just two comments on the proposed changes:

  1. The removal seems incomplete to me, as the allowBeep parameter in evaluateFindReplaceStatus is now unused. In my opinion, this should be cleaned up throughout the call hierarchy.
  2. This change does not seem to depend on [Modern Find/Replace] Implemented Find-Replace Overlay #1192 but currently contains the commit of that PR. You could rebase the single commit relevant for this PR onto master instead of the other PR.

@Wittmaxi Wittmaxi force-pushed the MW_remove_dialog_ringtone branch 2 times, most recently from 2e6a42d to d749474 Compare June 4, 2024 10:31
@Wittmaxi
Copy link
Contributor Author

Wittmaxi commented Jun 4, 2024

@HeikoKlare I believe that the issues you just mentionned are addressed

Copy link
Contributor

@HeikoKlare HeikoKlare left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good now, thank you! I have added a version bump for 4.33 stream to see if builds run fine. In case this is merged after some other PR affecting the same project (like #1192), the version bump will be automatically removed via rebase.

Wittmaxi and others added 2 commits June 6, 2024 08:25
Removes the beep which is issued after some unsuccessful operations in
the find/replace dialog.

fixes eclipse-platform#1908
@HeikoKlare
Copy link
Contributor

Failing test is unrelated and already documented: #294

@HeikoKlare HeikoKlare merged commit 2ad6cac into eclipse-platform:master Jun 6, 2024
14 of 16 checks passed
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.

[find/replace dialog] remove Ringtone
2 participants