主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Ralph
活动总数
53
最后的活动
2022年02月09日 18:31
成员加入日期
2021年01月12日 15:38
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
12
活动概览
帖子(12)
评论(29)
按最近的活动排序
最近的活动
投票数
已编辑于
2022年01月14日 16:10
I pushed my code to https://github.com/endlos99/idea-temp. The code in question is in src/main/java/net/endlos/xdt99/xbas99l (with an 'L'!).
社区
IntelliJ IDEA Open API and Plugin Development
How to create indents for all children of PsiFile?
0 票
创建于
2022年01月14日 14:26
First, this is the actual source code I use for indenting: @Override public Indent getIndent() { if (myNode.getElementType() == Xbas99LTypes.SLIST) return Indent.getSpaceIn...
社区
IntelliJ IDEA Open API and Plugin Development
How to create indents for all children of PsiFile?
0 票
创建于
2022年01月14日 10:14
No, sorry, I still don't get it. Looking at the Psi and block structures, we see one line consisting of 4 hierarchy steps on each side (ignore last PsiElement and first block): Now no matter whic...
社区
IntelliJ IDEA Open API and Plugin Development
How to create indents for all children of PsiFile?
0 票
创建于
2022年01月13日 16:12
Yes, you were right, there is something amiss in my block structure: I didn't know that viewing the Psi tree through the Tools menu could also show the block tree, so thanks a lot!
社区
IntelliJ IDEA Open API and Plugin Development
How to create indents for all children of PsiFile?
0 票
创建于
2022年01月12日 17:31
Thanks, Karol, you're right, I erroneously checked for PsiLiteral while excluding it at the same time. Everything works now.
社区
IntelliJ IDEA Open API and Plugin Development
How to change case in a FormattingModelBuilder?
0 票
创建于
2022年01月12日 16:43
Hello Karol, Thanks for your answer! I use Psi Viewer all the time; here is my Psi tree: where LABELDEF is BAR and SLIST is FOO above. My block structure is identical to the Psi elements. For un...
社区
IntelliJ IDEA Open API and Plugin Development
How to create indents for all children of PsiFile?
0 票
创建于
2022年01月07日 15:47
OK, now I have the PostFormatProcessor, but how do I make use of it? First In the IDE? And then how do I invoke it from FormattingModelBuilder?
社区
IntelliJ IDEA Open API and Plugin Development
How to change case in a FormattingModelBuilder?
0 票
创建于
2022年01月03日 14:55
Excellent! Thank you very much for your explanation and solution.
社区
IntelliJ IDEA Open API and Plugin Development
How to change case in a FormattingModelBuilder?
0 票
创建于
2022年01月02日 18:16
I gave up on that and use my own panel instead.
社区
IntelliJ IDEA Open API and Plugin Development
How to use CodeStyleSettingsCustomizable.showCustomOption for Drop Down Lists?
0 票
创建于
2021年12月14日 18:47
Never mind. After discussing on Slack, I'll move some of my rules, including the settings check, from the lexer to the parser.
社区
IntelliJ IDEA Open API and Plugin Development
Custom language plugin: How to use more than one lexer (at different times)?
0 票
«
第一页
‹
上一页
下一页
›
最后
»