主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Martin Sommer
活动总数
67
最后的活动
2023年01月24日 10:52
成员加入日期
2017年09月26日 18:18
关注
0 名用户
关注者数
0 名用户
投票数
7
订阅数
22
活动概览
帖子(10)
评论(28)
按最近的活动排序
最近的活动
投票数
创建于
2021年07月15日 17:37
I already did it locally (maybe thats why I got different errors)... ...but now I tried updating everything, and the problem seems to be related to my outdated "gradle-grammar-kit-plugin" classpath...
社区
IntelliJ IDEA Open API and Plugin Development
Gradle plugin build fails: Received status code 403 from server: Forbidden
2 票
创建于
2021年03月24日 09:27
This is an older thread, but I just came across the very same notification, and the actual challenge I see is: How to further support IDE versions before 2020.3, as the required FormattingContext w...
社区
IntelliJ IDEA Open API and Plugin Development
FormattingModelBuilder.createModel scheduled for removal
0 票
创建于
2019年09月27日 06:06
/** * Represents a Java literal expression. */public interface PsiLiteralExpression extends PsiExpression, PsiLiteral { Try adding 'java' as plugin: https://blog.jetbrains.com/platform/2019/06/java...
社区
IntelliJ IDEA Open API and Plugin Development
Gradle vs Devkit
0 票
创建于
2019年09月27日 05:59
AFAIK you should use the plugins configuration and add 'java' as described here: https://blog.jetbrains.com/platform/2019/06/java-functionality-extracted-as-a-plugin/
社区
IntelliJ IDEA Open API and Plugin Development
Accessing com.intellij.openapi from Gradle based plugin project
1 票
创建于
2019年09月26日 05:37
The following issues might be related: https://youtrack.jetbrains.com/issue/IDEA-220093 https://youtrack.jetbrains.com/issue/IDEA-221563 Try fileTypeFactory approach with latest EAP (19.3.*) or pre...
社区
IntelliJ IDEA Open API and Plugin Development
custom language support tutorial
0 票
创建于
2019年09月13日 07:32
*To help others understand and for later reference* The solution is to define the whole popup menu in the plugin.xml (not only the re-used actions) as a <group> <group id="CsvTableEditorRowContextM...
社区
IntelliJ IDEA Open API and Plugin Development
How to add an action group (com.intellij.openapi.actionSystem.ActionGroup) to a custom JBPopupMenu?
0 票
创建于
2019年09月11日 09:05
"Java functionality extracted as a plugin" https://blog.jetbrains.com/platform/2019/06/java-functionality-extracted-as-a-plugin/?_ga=2.268727217.1352627469.1568007554-964921380.1510580322
社区
IntelliJ IDEA Open API and Plugin Development
Missing classes after upgrade to 2019.2.2
2 票
创建于
2019年09月10日 18:14
No, I wasn't aware that this is an option. Do you have any documentation or example regarding this? I am aware of the docu I linked in my initial thread, but I couldn't find any reference or hint r...
社区
IntelliJ IDEA Open API and Plugin Development
How to add an action group (com.intellij.openapi.actionSystem.ActionGroup) to a custom JBPopupMenu?
0 票
已编辑于
2019年08月28日 15:16
No, its quite the opposite: While I tried in https://youtrack.jetbrains.com/issue/IDEA-220093 to keep the plugin backward compatible by keep on using fileTypeFactory extension point (but did encoun...
社区
IntelliJ IDEA Open API and Plugin Development
fileType extension point - not considered in tests?
0 票
创建于
2019年08月27日 07:20
That's a wholesome answer - Thanks Dmitry!
社区
IntelliJ IDEA Open API and Plugin Development
Custom editor font issues (Thai/Korean language)
0 票
下一页
›
最后
»