Update plugin to support 2026.1 releases#207
Conversation
|
Hey, are you still having issues on the 0.17.0 release with this goland version? |
Sure, 0.17.0 is not compatible with 2026.* branch...
Due to Compatibility docs it should be built with 261 tree like here in this PR |
|
I see, looking at the previous times we've update this we also need to do update:
Are you able to get the plugin running with this version with |
|
Hey, thanks for your work on this. I am just trying to make sure I can test locally the same and then we can get this in. |
Signed-off-by: Anton Kucherov <idexter.ru@gmail.com>
Signed-off-by: Anton Kucherov <idexter.ru@gmail.com>
|
I've been able to test this locally, let's see if we can get the tests running here and then we can merge. |
- replace runReadAction with ApplicationManager pattern - migrate ProcessAdapter to ProcessListener - update FileTypeDescriptor to FileChooserDescriptor API - isolate fastutil in grammarKitClasspath to prevent runtime conflicts with the platform's bundled version. - Add -jvm-default=no-compatibility to prevent bridge method issues. - Remove redundant null operators. Signed-off-by: Charlie Egan <charlie_egan@apple.com>
charlieegan3
left a comment
There was a problem hiding this comment.
I had a number of issues and deprecations in the tests, see 2f4007d. But I think we should be good now!
|
Thanks for the work on this, I'll try and get a release out shortly. |



Description
Update plugin to work with 2026.* versions of IDE.
Tested on Goland 2026.1.2
Tested using environment:
Fixes #196