Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
the_Fallenangel
Total activity
39
Last activity
February 28, 2025 02:08
Member since
November 05, 2022 12:25
Following
0 users
Followed by
0 users
Votes
3
Subscriptions
8
Activity overview
Posts (7)
Comments (21)
Sort by recent activity
Recent activity
Votes
Created
October 17, 2023 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...
Community
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 votes
Created
October 16, 2023 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!
Community
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 votes
Created
September 22, 2023 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...
Community
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 votes
Created
September 15, 2023 18:27
Karol Lewandowski Useful, but the <separator/> should in my_group, or it will not appear in ProjectViewPopupMenu.
Community
IntelliJ IDEA Open API and Plugin Development
Adding an menu item in the context menu when right clicked on a file
0 votes
Created
September 05, 2023 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! ...
Community
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 votes
Edited
September 05, 2023 07:37
No, I'm using IntelliJ IDEA plugin Grammar-Kit.
Community
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 votes
Edited
November 28, 2022 10:25
Got it! Before getting data, invoke the panel's `apply()` method, that's it! dialogPanel.apply()
Community
IntelliJ IDEA Open API and Plugin Development
[Kotlin UI DSL] Data binding does not work when the UI is being displayed
0 votes
Created
November 11, 2022 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....
Community
IntelliJ IDEA Open API and Plugin Development
[Kotlin UI DSL] Data binding does not work when the UI is being displayed
0 votes
Edited
November 09, 2022 02:02
Yes, it worked! Thank you very much!
Community
IntelliJ IDEA Open API and Plugin Development
[Kotlin UI DSL] How to dynamically modify the options in comboBox at runtime?
0 votes
Edited
November 07, 2022 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 ...
Community
IntelliJ IDEA Open API and Plugin Development
[Kotlin UI DSL] How to dynamically modify the options in comboBox at runtime?
0 votes
«
First
‹
Previous