主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Yann Cebron
活动总数
8231
最后的活动
2025年04月23日 09:06
成员加入日期
2003年04月16日 11:50
关注
0 名用户
关注者数
2 名用户
投票数
21
订阅数
3314
活动概览
帖子(120)
评论(4776)
按最近的活动排序
最近的活动
投票数
创建于
2023年05月23日 12:05
please try kotlin { jvmToolchain(17)}
社区
IntelliJ IDEA Open API and Plugin Development
How to fix all files excluded from the project because of "Failed to calculate the value of task ':compileJava'" error?
2 票
创建于
2023年05月02日 13:34
https://plugins.jetbrains.com/docs/intellij/syntax-highlighting-and-error-highlighting.html#external-tool
社区
IntelliJ IDEA Open API and Plugin Development
What is the suggested pattern for implementing a plugin that runs an external command that generates inspections?
2 票
创建于
2022年03月10日 15:51
Object multicaster = EditorFactory.getInstance().getEventMulticaster();if (multicaster instanceof EditorEventMulticasterEx) { EditorEventMulticasterEx ex = (EditorEventMulticasterEx)multicaster; ...
社区
IntelliJ IDEA Open API and Plugin Development
How do I listen for editor focus events?
3 票
创建于
2021年03月08日 16:39
https://github.com/JetBrains/Grammar-Kit#tokens defines value for tokens should be constant. Anyway, generating .flex from bnf is only thought to be used in very initial, prototype-stage developmen...
社区
IntelliJ IDEA Open API and Plugin Development
[Grammar-Kit] define tokens in .bnf which reference other tokens
2 票
创建于
2020年10月12日 08:24
Good news, today I can share some instructions. HTH. ===== Theory =================================================================== 1. Pre-processing happens "before" so it belongs to the lexe...
社区
IntelliJ IDEA Open API and Plugin Development
support for #include "file.ext" directive
2 票
创建于
2020年06月30日 16:14
Thanks, the dump location is now logged in idea.log and also shown as notification in UI.
社区
IntelliJ IDEA Open API and Plugin Development
Plugin not unload-safe because class loader cannot be unloaded
2 票
创建于
2020年03月17日 14:34
com.intellij.refactoring.ui.ClassNameReferenceEditor
社区
IntelliJ IDEA Open API and Plugin Development
What kind of TextFieldWithAutoCompletion should I use to select classes?
2 票
创建于
2020年02月28日 14:04
You can use com.intellij.openapi.application.PathManager#getSystemPath and create a subfolder for your plugin there
社区
IntelliJ IDEA Open API and Plugin Development
Plugin working folder to store resources
2 票
创建于
2020年01月17日 16:22
Case-sensitivity depends on the filesystem/OS of the machine - I'd assume your local dev machine file system isn't case-sensitive but the CI machine ones is.
社区
IntelliJ IDEA Open API and Plugin Development
Error: Cannot find builtin plugin Gradle for IDE
2 票
创建于
2019年08月30日 09:47
Starting with 2019.2, Java dependency must be declared explicitly https://blog.jetbrains.com/platform/2019/06/java-functionality-extracted-as-a-plugin/
社区
IntelliJ IDEA Open API and Plugin Development
java.lang.NoClassDefFoundError in test after upgrading on 2019.2
2 票
«
第一页
‹
上一页
下一页
›
最后
»