Skip to content

🐛 fix(jetbrains): fix binary incompatibility in MqSettingsConfigurable browse listeners - #2225

Merged
harehare merged 1 commit into
mainfrom
fix/jetbrains-settings-browse-folder-binary-compat
Aug 19, 2026
Merged

🐛 fix(jetbrains): fix binary incompatibility in MqSettingsConfigurable browse listeners#2225
harehare merged 1 commit into
mainfrom
fix/jetbrains-settings-browse-folder-binary-compat

Conversation

@harehare

Copy link
Copy Markdown
Owner

Summary

TextFieldWithBrowseButton.addBrowseFolderListener(Project, FileChooserDescriptor) isn't present in early 242.x builds (e.g. IU-242.26775.15), causing a NoSuchMethodError at runtime despite pluginSinceBuild = 242. Switch to addBrowseFolderListener(TextBrowseFolderListener), which is stable across the whole supported build range.

Type of Change

  • 🐛 Bug fix
  • ✨ New feature
  • ♻️ Refactor
  • 📝 Documentation
  • ⚡ Performance
  • ✅ Test
  • 📦 Build / dependencies
  • 👷 CI

Checklist

  • I ran cargo fmt and cargo clippy and addressed any warnings
  • I ran just test-all and all tests pass
  • I added or updated tests covering this change
  • I updated relevant documentation (/docs, crate README.md) if needed
  • I added a changelog entry if this is a user-facing change

Additional Context

…e browse listeners

TextFieldWithBrowseButton.addBrowseFolderListener(Project, FileChooserDescriptor)
isn't present in early 242.x builds (e.g. IU-242.26775.15), causing a
NoSuchMethodError at runtime despite pluginSinceBuild = 242. Switch to
addBrowseFolderListener(TextBrowseFolderListener), which is stable across
the whole supported build range.

Verified with the IntelliJ Plugin Verifier against IU-242.26775.15:
Compatible (previously failed with COMPATIBILITY_PROBLEMS).
@harehare
harehare merged commit 3c7d556 into main Aug 19, 2026
11 checks passed
@harehare
harehare deleted the fix/jetbrains-settings-browse-folder-binary-compat branch August 19, 2026 12:52
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