-
Notifications
You must be signed in to change notification settings - Fork 11
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
fix compatiblity issues with IC-2024.1 #665
Comments
be careful to still support minor IJ version ( 2022.1 ) |
It looks as if I need to bump "since-build" to PopupHandler.installPopupHandler(tree, group, ActionPlaces.POPUP, actionManager, new TektonTreePopupMenuListener()); can be replaced with the following when bumping to PopupHandler.installPopupMenu(tree, group, ActionPlaces.POPUP, new TektonTreePopupMenuListener()); Alternatively I can of course go reflection but a simple bump by 1 version seems more rational to me given that we're still supporting 1.5y old IDEAs. |
…er#665) Signed-off-by: Andre Dietisheim <adietish@redhat.com>
…at-developer#665) Signed-off-by: Andre Dietisheim <adietish@redhat.com>
…at-developer#665) Signed-off-by: Andre Dietisheim <adietish@redhat.com>
We agreed to bump the minimal IDEA version to |
adietish@2acd4e3 was merged. Closing. |
Signed-off-by: Andre Dietisheim <adietish@redhat.com>
See: https://plugins.jetbrains.com/plugin/14096-tekton-pipelines-by-red-hat/edit/versions/stable/500388
![image](https://private-user-images.githubusercontent.com/25126/312490943-a6be732d-ba42-4f4d-abea-cbf5ff914244.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk4MzQ4NDgsIm5iZiI6MTczOTgzNDU0OCwicGF0aCI6Ii8yNTEyNi8zMTI0OTA5NDMtYTZiZTczMmQtYmE0Mi00ZjRkLWFiZWEtY2JmNWZmOTE0MjQ0LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTclMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE3VDIzMjIyOFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWU2OGIzNjZlN2U4NGI2MWQ2MjM5NTJhOGM4MjljNDg4NmEwMmJiODlmZDMxN2Q3MGMwOTAyM2E3MDdkODdmMzcmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.B9JjH1UuB0cV1CQ1DtcZZte_g_NW4OJa_dc5LlHmob8)
The text was updated successfully, but these errors were encountered: