主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
H Raven
活动总数
99
最后的活动
2024年07月02日 07:32
成员加入日期
2018年10月19日 19:01
关注
0 名用户
关注者数
0 名用户
投票数
8
订阅数
22
活动概览
帖子(19)
评论(50)
按最近的活动排序
最近的活动
投票数
创建于
2020年09月29日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Indentation in Custom Languages
2 票
创建于
2023年05月26日 05:46
Hello, just a reminder so it won't be forgotten. I'd be glad for any tips.
社区
IntelliJ IDEA Open API and Plugin Development
GrammarKit - statement struggle with inline function
1 票
创建于
2023年05月09日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Swing UI elements not initialized
1 票
创建于
2024年07月02日 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 ...
社区
IntelliJ IDEA Open API and Plugin Development
Formatter losing indent with code selection
0 票
已编辑于
2024年02月28日 15:52
Not sure what CTOR is, it's initially called from ToolWindowFactoryclass TscnScenePreviewWindowFactory(private val coroutineScope: CoroutineScope) : ToolWindowFactory { override fun createTool...
社区
IntelliJ IDEA Open API and Plugin Development
Check if app is loaded
0 票
已编辑于
2024年02月18日 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...
社区
IntelliJ IDEA Open API and Plugin Development
[Custom Language] How to create reference contributor for an element with stub
0 票
已编辑于
2024年02月13日 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...
社区
IntelliJ IDEA Open API and Plugin Development
How create Symbol for Psi
1 票
创建于
2024年01月31日 07:26
It's not the whole code, contentPane should be initialized at // initialize other components
社区
IntelliJ IDEA Open API and Plugin Development
Swing UI elements not initialized
0 票
已编辑于
2024年01月30日 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() ...
社区
IntelliJ IDEA Open API and Plugin Development
Swing UI elements not initialized
0 票
创建于
2023年12月18日 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...
社区
IntelliJ IDEA Open API and Plugin Development
How create Symbol for Psi
0 票
下一页
›
最后
»