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

override #getActionUpdateThread in all actions #738

Closed
adietish opened this issue Mar 12, 2024 · 2 comments
Closed

override #getActionUpdateThread in all actions #738

adietish opened this issue Mar 12, 2024 · 2 comments
Labels

Comments

@adietish
Copy link
Contributor

adietish commented Mar 12, 2024

depends on redhat-developer/intellij-common#218

All our actions report a warning that they should override getActionUpdateThread and provide either EDT or BGT.

Override 'getActionUpdateThread' and choose 'EDT' or 'BGT'

The override is available only once we switch to IC-2022.3 as minimal version though.

'com.intellij.openapi.actionSystem.ActionUpdateThread' is available only since 222.3345.118 but the module is targeted for 221.5080.210+. It may lead to compatibility problems with IDEs prior to 222.3345.118. Note that this type might have had a different fully qualified name in the previous IDEs.

@adietish
Copy link
Contributor Author

This bumps the sinceVersion to IC-2022.3. The change is required because of the error that occurrs when using IC-2024.1

@adietish
Copy link
Contributor Author

adietish commented Apr 18, 2024

This was fixed in redhat-developer/intellij-common#218. We're now using intellij-common that includes this fix (1.9.4), see #758
Closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant