Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
H Raven
Total activity
99
Last activity
July 02, 2024 07:32
Member since
October 19, 2018 19:01
Following
0 users
Followed by
0 users
Votes
8
Subscriptions
22
Activity overview
Posts (19)
Comments (50)
Sort by recent activity
Recent activity
Votes
Created
September 29, 2020 16:28
Well... you're not alone, I'm stuck at this as well for a long time and left it for later.Sadly that documentation JetBrains offers explains about 5% of what you need to know... if not less.I'd adv...
Community
IntelliJ IDEA Open API and Plugin Development
Indentation in Custom Languages
2 votes
Created
May 26, 2023 05:46
Hello, just a reminder so it won't be forgotten. I'd be glad for any tips.
Community
IntelliJ IDEA Open API and Plugin Development
GrammarKit - statement struggle with inline function
1 vote
Created
May 09, 2023 15:41
Ok I've found it.Not sure why it worked when runned for development, but 'Ive been missing main method inside form class and even found out that maybe I've been building it wrong and should call bu...
Community
IntelliJ IDEA Open API and Plugin Development
Swing UI elements not initialized
1 vote
Created
July 02, 2024 07:32
Errors are just from Annotators “Variable not defined”, disabling that or adding declaration doesn't affect this case.I'll check Incomplete() method I haven't touched that at all when implementing ...
Community
IntelliJ IDEA Open API and Plugin Development
Formatter losing indent with code selection
0 votes
Edited
February 28, 2024 15:52
Not sure what CTOR is, it's initially called from ToolWindowFactoryclass TscnScenePreviewWindowFactory(private val coroutineScope: CoroutineScope) : ToolWindowFactory { override fun createTool...
Community
IntelliJ IDEA Open API and Plugin Development
Check if app is loaded
0 votes
Edited
February 18, 2024 15:04
Can I ask for what the functional result of this is? I'm not using gammar-kit anymore and encountered the same issue.MyPsiElement implements PsiNamedElement for reference and within MyStubElementTy...
Community
IntelliJ IDEA Open API and Plugin Development
[Custom Language] How to create reference contributor for an element with stub
0 votes
Edited
February 13, 2024 19:34
Hello,is there any update on this? I don't see any changes in the SymbolAPI which is kind of useless for non-internal plugin devs.At least removal of that @ApiStatus.Internal on PsiSymbolService wo...
Community
IntelliJ IDEA Open API and Plugin Development
How create Symbol for Psi
1 vote
Created
January 31, 2024 07:26
It's not the whole code, contentPane should be initialized at // initialize other components
Community
IntelliJ IDEA Open API and Plugin Development
Swing UI elements not initialized
0 votes
Edited
January 30, 2024 12:19
Hi, if I remember correctly, it was following class (shortened version)public class GdDownloadSdk extends JDialog { private JPanel contentPane; // other components… public GdDownloadSdk() ...
Community
IntelliJ IDEA Open API and Plugin Development
Swing UI elements not initialized
0 votes
Created
December 18, 2023 16:07
Ah ok.But while I'm at it, I've also found reason why my own Symbol doesn't work is, that it always falls into PsiSymbolServiceImpl where it's thrown away: public @Nullable PsiElement extractEleme...
Community
IntelliJ IDEA Open API and Plugin Development
How create Symbol for Psi
0 votes
Next
›
Last
»