-
Notifications
You must be signed in to change notification settings - Fork 65
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
#41 fix the DefaultTemplate problem to meet IDEA 2024 #48
Conversation
changes: issues of checks: new build plugin for IDEA 2024,i tested it and can successfully run in IDEA 2024 |
Thank you @huangliang992 this issue has highest priority right now. can't stress enough how important this contribution is. Sorry for the late reply. I'm on vacation will review as soon as I can. Hopefully in 1-2 weeks. |
The constructor of DefaultTemplate changed, incompatible with IDEA 2023.2 any more
|
@huangliang992 correct version of |
ok, i fixed it with reflection |
Thanks @huangliang992 , nevermind the integationTest for now 👍
for cross version compatibility, perhaps call the underlaying method directly and store is statically: new CustomShortcutSet(getInsertKeystroke()); |
1、fix the DefaultTemplate instance creation to meet IDEA 2024
2、the migration from org.jetbrains.intellij to org.jetbrains.intellij.platform not finished