主页
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年11月07日 15:36
Sehr gut! It seems there are known problems with KotlinCompilerConfigurableTab https://youtrack.jetbrains.com/issues?q=KotlinCompilerConfigurableTab so please ignore it.
社区
IntelliJ IDEA Open API and Plugin Development
Which disposable to use for a component validator in a settings window?
1 票
创建于
2023年10月31日 12:36
Sorry for delay, I've asked for insights from colleagues.
社区
IntelliJ IDEA Open API and Plugin Development
"Thread context was already set: [CoroutineName(commit workflow)" when showing window during commit check
1 票
创建于
2023年09月07日 14:37
You'll probably have to use com.intellij.psi.PsiNamedElement or com.intellij.psi.PsiNameIdentifierOwner for each individual attribute. And provide custom Rename refactoring https://plugins.jetbrain...
社区
IntelliJ IDEA Open API and Plugin Development
How to implement PsiNamedElement with complex identifiers?
1 票
创建于
2023年08月30日 11:44
You must add dependency on Properties plugin https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html#1-locating-plugin-id-and-preparing-sandbox, Plugin ID com.intellij.properties
社区
IntelliJ IDEA Open API and Plugin Development
WriteCommandAction deleting values instead replacing
1 票
创建于
2023年08月28日 14:56
Ok, but you would like to set it ENABLED always - even if user had previously deselected it which seems dubious practice. What is the ultimate goal of enabling it always?
社区
IntelliJ IDEA Open API and Plugin Development
Is it possilbe to add a custom dialog for Moving Files?
0 票
创建于
2023年08月21日 08:49
Please try removing IDE sandbox folder https://plugins.jetbrains.com/docs/intellij/ide-development-instance.html#the-development-instance-sandbox-directory
社区
IntelliJ IDEA Open API and Plugin Development
Plugin not using License of IntelliJ ultimate and prompts for Activation
1 票
创建于
2023年08月17日 15:15
Please watch the issue for updates.
社区
IntelliJ IDEA Open API and Plugin Development
MarkdownJCEFHtmlPanel issue: Canceling request for an external page with url
1 票
已编辑于
2023年08月17日 14:55
Locate the static main PsiMethod from the BaseServer class (https://plugins.jetbrains.com/docs/intellij/psi-cookbook.html#how-do-i-find-a-class-by-qualified-name then PsiClass#findMethod) use com...
社区
IntelliJ IDEA Open API and Plugin Development
Find and run main classes programatically
1 票
创建于
2023年08月01日 15:20
`com.intellij.psi.css.impl.util.CssPsiColorUtil#getColor`
社区
IntelliJ IDEA Open API and Plugin Development
Calculated CSS color
1 票
创建于
2023年07月20日 09:55
Researching, there is no clear/obvious solution to that...
社区
IntelliJ IDEA Open API and Plugin Development
How do I locate the currently focused editor in popups and other IDE panels?
1 票
«
第一页
‹
上一页
下一页
›
最后
»