主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
the_Fallenangel
活动总数
39
最后的活动
2025年02月28日 02:08
成员加入日期
2022年11月05日 12:25
关注
0 名用户
关注者数
0 名用户
投票数
3
订阅数
8
活动概览
帖子(7)
评论(21)
按最近的活动排序
最近的活动
投票数
创建于
2023年10月17日 07:33
After setting DUMMY_IDENTIFIER to an empty string, when I enter a character that triggers a prompt, the inserted message loses the first character, for example:Typing 'abc' matches 'abcde', and whe...
社区
IntelliJ IDEA Open API and Plugin Development
When implementing code hints for custom languages, CompletionUtilCore#DUMMY_IDENTIFIER affects the logic of the CompletionContributor where CompletionParameters recognizes the PSI structure at the cursor.
0 票
创建于
2023年10月16日 14:24
I've experimented with it and doing multiple generation doesn't make Grammer-Kit recognize those methods. I'll go ahead and add the Issue afterward, thank you!
社区
IntelliJ IDEA Open API and Plugin Development
When using Grammer-Kit to generate parser code for a custom language plugin developed in Kotlin, it reports an error saying that it can't find a method in the class corresponding to psiImplUtilClass.
0 票
创建于
2023年09月22日 02:28
Johannes Spangenberg I know what's going on.I have the tokens array defined in my bnf file, and before performing the lexical generation, I comment out an element of the tokens array that does not...
社区
IntelliJ IDEA Open API and Plugin Development
When using Grammer-Kit to generate parser code for a custom language plugin developed in Kotlin, it reports an error saying that it can't find a method in the class corresponding to psiImplUtilClass.
0 票
创建于
2023年09月15日 18:27
Karol Lewandowski Useful, but the <separator/> should in my_group, or it will not appear in ProjectViewPopupMenu.
社区
IntelliJ IDEA Open API and Plugin Development
Adding an menu item in the context menu when right clicked on a file
0 票
创建于
2023年09月05日 23:29
Yes, but there was a strange problem. The generation was successful, but when I try Cradle's Run IDE task, it said can't recognize methods in Util class.But I may have found a way to get it right! ...
社区
IntelliJ IDEA Open API and Plugin Development
When using Grammer-Kit to generate parser code for a custom language plugin developed in Kotlin, it reports an error saying that it can't find a method in the class corresponding to psiImplUtilClass.
0 票
已编辑于
2023年09月05日 07:37
No, I'm using IntelliJ IDEA plugin Grammar-Kit.
社区
IntelliJ IDEA Open API and Plugin Development
When using Grammer-Kit to generate parser code for a custom language plugin developed in Kotlin, it reports an error saying that it can't find a method in the class corresponding to psiImplUtilClass.
0 票
已编辑于
2022年11月28日 10:25
Got it! Before getting data, invoke the panel's `apply()` method, that's it! dialogPanel.apply()
社区
IntelliJ IDEA Open API and Plugin Development
[Kotlin UI DSL] Data binding does not work when the UI is being displayed
0 票
创建于
2022年11月11日 06:12
My plugin should support 2020.3.4, can't use kotlin ui dsl version 2... And I also tried v2 and it doesn't work either Okay, let's re-implement the components I might use based on property binding....
社区
IntelliJ IDEA Open API and Plugin Development
[Kotlin UI DSL] Data binding does not work when the UI is being displayed
0 票
已编辑于
2022年11月09日 02:02
Yes, it worked! Thank you very much!
社区
IntelliJ IDEA Open API and Plugin Development
[Kotlin UI DSL] How to dynamically modify the options in comboBox at runtime?
0 票
已编辑于
2022年11月07日 08:30
I have tried this way before, I can call addItem and removeAllItems methods, the ItemEvent of the two combo boxes did trigger, each Item triggered an event, but the ui did not change, the blue box ...
社区
IntelliJ IDEA Open API and Plugin Development
[Kotlin UI DSL] How to dynamically modify the options in comboBox at runtime?
0 票
«
第一页
‹
上一页