-
Notifications
You must be signed in to change notification settings - Fork 46
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: for 2022.1 and further versions #4
base: main
Are you sure you want to change the base?
Conversation
version code has been changed to 1.9.6
Hi,
I have updated env variables with JDK 11. |
You need to import the whole zip file as plugin, rather than extract it and load the jar. Sorry for not giving correct and clear directions! |
Thank you @ClayLivince so much.
And yes, importing |
Support for 2022.2 commit: 60b03e2 |
Boss, please accept my obeisance(大佬受我一拜) |
Great work! |
@PavelA85 Jetbrains 2023.1 upgraded to JDK17, I tried to upgrade and build and had the following problem
I am not a Java developer, can you please help to release the plug-in package for 2023.1+? |
I removed some compatibility items that are no longer available in this version, and then bumped up the compatibility version, and it works in CLion and Pycharm cc: @PavelA85 |
Good job. |
I previously received a message from you seeking to compile, but I did not compile successfully; Fortunately, a professional person compiled successfully! Thank you!--发自新浪邮箱客户端
在 4月2日 19:55,Zhongsheng Ji ***@***.***> 写道:
Here is the PR
#7
@PavelA85
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
A feedback, unfortunately it is not available on IntelliJ IDEA 2023.1, but it can be used on lower versions of IDEA.
|
I don't have a mac, but everything looks like the problem is caused by a call to Also, I noticed that jetbrainsd's plugin (may) has updated its version detection and my branch is currently not building successfully. :( I may take a look at this when I have time, unfortunately, I am not familiar with java development and build environments, can anyone help with this issue? |
I'm sorry, I've done my best, but I'm writing Golang and I don't know Java. However, the inability of the plugin to run in the latest version is not a major issue, at least it can be used in older versions and is not very old. Considering that there are not many people upgrading to the latest version of the IDE, the problem is actually not significant--发自新浪邮箱客户端
在 4月7日 10:08,Zhongsheng Ji ***@***.***> 写道:
I don't have a mac, but everything looks like the problem is caused by a call to com.intellij.openapi.util.SystemInfo under com.kite.intellij.platform.KitePlatform, while intellij's open api changed.
Also, I noticed that jetbrainsd's plugin (may) has updated its version detection and my branch is currently not building successfully. :(
I may take a look at this when I have time, unfortunately, I am not familiar with java development and build environments, can anyone help with this issue?
cc @PavelA85 @Deng-Xian-Sheng
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
merging community updates
and fixed most of the @deprecated things back on track
This branch has been updated to 2023.2, and most deprecated and all marked for delete references has been fixed to correct one. If you got any problems running this plugin please let me know! |
This issue has been fixed. check the attachment above. |
Good work, thank you! 而你,才是真正的英雄😄 |
a fix for solving cross-project plugin bugs and IDE errors, which placed as 1.9.9b. |
You are the lifesaver, you are pain release. |
Support for 2023.3 |
any reason to use Kite in 2023? |
Just because one of my friends is fond of it, I don't really even know what this "Kite" thing does 😂 |
Haha, now I believe there is almost no reason as copilot/codeium is awsome.
…---Original---
From: ***@***.***>
Date: Wed, Dec 13, 2023 19:33 PM
To: ***@***.***>;
Cc: "Zhongsheng ***@***.******@***.***>;
Subject: Re: [kiteco/intellij-plugin] fix: for 2022.1 and further versions (PR#4)
any reason to use Kite in 2023?
Just because one of my friends is fond of it, I don't really even know what this "Kite" thing does 😂
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
Only a version-code-changing band-aid for it, makes it runnable on 2022.1.
version code has been changed to 1.9.6.
Caution: jetbrain 2022 plugins requires JAVA 11 for it.
If you are getting NoClassDefException for it with some package related to 'jetty', you may load the plugin again, Jetty is not the plugin, you should not extract the plugin zip file, just load the whole zip and it will work.
A release also in my fork.