主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Jakub Chrzanowski
活动总数
1394
最后的活动
2025年04月24日 07:29
成员加入日期
2020年01月22日 06:34
关注
0 名用户
关注者数
1 名用户
投票数
8
订阅数
571
活动概览
文章(0)
帖子(0)
评论(815)
按最近的活动排序
最近的活动
投票数
创建于
2023年12月14日 12:30
Please fix your configuration in the first place: update the Kotlin Gradle plugin to 1.9.21 drop the `jvmTarget = "11"` — you're supposed to build the plugin for IDEs that rely on Java 17 the `inte...
社区
IntelliJ IDEA Open API and Plugin Development
After updating to intellij 2023.3 my plugin is incompatible and does not build anymore
1 票
创建于
2023年04月17日 20:00
Hi, Collin! Python plugin isn't bundled in the IU, so you have to pass its version that matches 2022.1.4 — which reflects build number 221.6008.13.To do so, check available versions on the Python p...
社区
IntelliJ IDEA Open API and Plugin Development
Cannot find builtin plugin 'Pythonid' for IDE
1 票
创建于
2022年12月07日 10:09
Stefan, please use the 1.11.0-SNAPSHOT snapshot release for now.
社区
IntelliJ IDEA Open API and Plugin Development
IDEA complains about missing classes after updating the Gradle Intellij Plugin to 1.10.0
1 票
创建于
2022年09月03日 22:56
These are warnings that come from the SDK you use – not caused by your plugin. You can ignore them.
社区
IntelliJ IDEA Open API and Plugin Development
Warning after initializing Plugin Gradle Template
1 票
创建于
2022年08月30日 10:29
Hi Damian, You may try wrapping the part responsible for writing with invokeLater or invokeAndWait. See: https://plugins.jetbrains.com/docs/intellij/general-threading-rules.html#modality-and-invoke...
社区
IntelliJ IDEA Open API and Plugin Development
Writing in a document when handling websocket message
1 票
已编辑于
2022年07月05日 08:37
Ok, it seems this is a base "11" release. Until Java 11.0.2, resolving dependencies in Gradle may fail due to the JDK-8220723: Exception in thread "main" javax.net.ssl.SSLPeerUnverifiedException: p...
社区
IntelliJ IDEA Plugin Users
Gradle and aspoze problem
1 票
创建于
2022年02月11日 15:45
Please follow https://youtrack.jetbrains.com/issue/IDEA-221641
社区
IntelliJ IDEA Plugin Users
[Groovy/Gradle] 'manifest' cannot be applied to '(groovy.lang.Closure)'
1 票
创建于
2022年01月26日 12:26
This is why the DevKit approach is not supported in favor of building plugins using the Gradle build system.
社区
IntelliJ IDEA Open API and Plugin Development
The lack of python.jar/python-ce.jar in IntelliJ Platform Plugin SDK cause a error of resovle plugin depends 'com.intellij.modules.python'
1 票
已编辑于
2021年11月25日 09:27
Max, this class is available since the 2021.2 release. You also need to have com.intellij.java added as a dependency.
社区
IntelliJ IDEA Open API and Plugin Development
Creating a blank Gradle project from a plugin
1 票
创建于
2021年11月24日 08:01
You have all the details about the issue provided in the second screenshot. Also, please make sure to follow the Registering a File Type article.
社区
IntelliJ IDEA Open API and Plugin Development
Required properties of <extensions> tag is incosistent with documentation
1 票
«
第一页
‹
上一页
下一页
›
最后
»