主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Nikolay Chashnikov
活动总数
838
最后的活动
2023年11月23日 11:52
成员加入日期
2007年11月13日 10:36
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
334
活动概览
文章(0)
帖子(1)
评论(503)
按最近的活动排序
最近的活动
投票数
创建于
2019年05月27日 07:42
Scott, IntelliJ-based IDEs still can be run under Java 8. Although we provide distributions with bundled JBR 11, it still possible to download a distribution which bundles JBR 8, and we're going to...
General
Troubleshooting
Selecting the JDK version the IDE will run under
0 票
创建于
2019年05月20日 14:43
Hi, in the current architecture changing list of loaded modules is a rather expensive operation. And indexing is supposed to happen when project configuration changes, not on opening each file in t...
社区
IntelliJ IDEA Open API and Plugin Development
Intellij Plugin Dev - Performance issues when loading modules automatically.
0 票
创建于
2019年05月14日 07:59
The problem was fixed in 'master' branch, see IDEA-206314. (BTW you can easily search for an error message in YouTrack.) The error message seems to be harmless, but I'll backport the fix to 191 bra...
社区
IntelliJ IDEA Open API and Plugin Development
Build IntelliJ IDEA Community Edition branch 191.6707 FAILED
0 票
创建于
2019年02月20日 10:02
You can fix the problem without switching to a different library. The problem happens because javax.websocket.ContainerProvider uses ServiceLoader.load(Class) method to load service implementations...
社区
IntelliJ IDEA Open API and Plugin Development
Websocket runtime exception couldn't find an implementation class, with gradle dependency, in IntelliJ tool window.
0 票
创建于
2019年01月25日 07:24
The implementations for ServiceLoader are configured in files under META-INF/services directory. Are you sure that these files are copied to the plugin output and available at runtime? You may need...
社区
IntelliJ IDEA Open API and Plugin Development
Create plugin with library that uses ServiceLoader
0 票
创建于
2019年01月24日 10:50
Hello Tobias, I'm sorry for the late reply. Unfortunately, I don't see a good solution for this problem now. IntelliJ Platform heavily depends on PicoContainer library, and we don't plan to update ...
社区
IntelliJ IDEA Open API and Plugin Development
Recommended way to resolve classpath incompatibilities between plugin code and IntelliJ SDK
0 票
创建于
2018年12月21日 08:58
Michele, how do you get the Logger instance? If you're using Logger.getInstance(Class) method, it adds '#' to the category name (see its sources), so you need to specify #com.mypackage.MyClass in D...
社区
IntelliJ IDEA Open API and Plugin Development
Can't see log output from my plugin
0 票
创建于
2018年12月11日 06:38
Sorry for the late reply. You can use com.intellij.task.ProjectTaskManager to start compilation. If the project is configured to delegate build actions to Gradle, this will automatically run gradle...
社区
IntelliJ IDEA Open API and Plugin Development
how to tell which build tool is used for the current project? Maven or Gradle
0 票
创建于
2018年12月10日 14:42
Use Help | Show Log action to navigate to the log file.
社区
IntelliJ IDEA Open API and Plugin Development
PersistentStateComponent with Application level cause Error.
0 票
创建于
2018年12月10日 07:02
Could you please post the full exception stack trace from idea.log file?
社区
IntelliJ IDEA Open API and Plugin Development
PersistentStateComponent with Application level cause Error.
0 票
«
第一页
‹
上一页
下一页
›
最后
»