Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Ralph
Total activity
53
Last activity
February 09, 2022 18:31
Member since
January 12, 2021 15:38
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
12
Activity overview
Posts (12)
Comments (29)
Sort by recent activity
Recent activity
Votes
Edited
January 14, 2022 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'!).
Community
IntelliJ IDEA Open API and Plugin Development
How to create indents for all children of PsiFile?
0 votes
Created
January 14, 2022 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...
Community
IntelliJ IDEA Open API and Plugin Development
How to create indents for all children of PsiFile?
0 votes
Created
January 14, 2022 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...
Community
IntelliJ IDEA Open API and Plugin Development
How to create indents for all children of PsiFile?
0 votes
Created
January 13, 2022 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!
Community
IntelliJ IDEA Open API and Plugin Development
How to create indents for all children of PsiFile?
0 votes
Created
January 12, 2022 17:31
Thanks, Karol, you're right, I erroneously checked for PsiLiteral while excluding it at the same time. Everything works now.
Community
IntelliJ IDEA Open API and Plugin Development
How to change case in a FormattingModelBuilder?
0 votes
Created
January 12, 2022 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...
Community
IntelliJ IDEA Open API and Plugin Development
How to create indents for all children of PsiFile?
0 votes
Created
January 07, 2022 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?
Community
IntelliJ IDEA Open API and Plugin Development
How to change case in a FormattingModelBuilder?
0 votes
Created
January 03, 2022 14:55
Excellent! Thank you very much for your explanation and solution.
Community
IntelliJ IDEA Open API and Plugin Development
How to change case in a FormattingModelBuilder?
0 votes
Created
January 02, 2022 18:16
I gave up on that and use my own panel instead.
Community
IntelliJ IDEA Open API and Plugin Development
How to use CodeStyleSettingsCustomizable.showCustomOption for Drop Down Lists?
0 votes
Created
December 14, 2021 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.
Community
IntelliJ IDEA Open API and Plugin Development
Custom language plugin: How to use more than one lexer (at different times)?
0 votes
«
First
‹
Previous
Next
›
Last
»