Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Karol Lewandowski
Total activity
2667
Last activity
December 02, 2024 13:04
Member since
January 03, 2022 14:12
Following
0 users
Followed by
2 users
Votes
43
Subscriptions
1009
Activity overview
Articles (0)
Posts (0)
Comments (1615)
Sort by recent activity
Recent activity
Votes
Created
January 17, 2022 10:48
Hi Ralph, It seems that your getSpacing() method is an issue cause. It returns 0 spaces for other than known cases, so also for the case between LABELDEF and CRLF tokens. I suggest returning null f...
Community
IntelliJ IDEA Open API and Plugin Development
How to create indents for all children of PsiFile?
0 votes
Created
January 14, 2022 16:57
Ralph, could you please add the building script to it as well? I would like to run it for an easier understanding of what's happening, so I need a repo that I can checkout and run without any addit...
Community
IntelliJ IDEA Open API and Plugin Development
How to create indents for all children of PsiFile?
0 votes
Created
January 14, 2022 15:57
I'm sorry, but I don't see the issue cause. Could you please share more code (preferably on a GitHub repo branch)?
Community
IntelliJ IDEA Open API and Plugin Development
How to create indents for all children of PsiFile?
0 votes
Edited
January 14, 2022 13:47
Hi Ronbood04, I understand you want to mark some parts of the code. Drawing in the editor can be problematic and I suggest taking a look at RangeHighlighter and related classes as mentioned here: h...
Community
IntelliJ IDEA Open API and Plugin Development
Adding visuals onto editor
0 votes
Created
January 14, 2022 11:25
Hi Ralph, Selecting an item on one side will not jump to counterpart on the other side when text ranges are the same. Please ignore it as this is just UI (I'll check the exact reason for this). Wha...
Community
IntelliJ IDEA Open API and Plugin Development
How to create indents for all children of PsiFile?
0 votes
Created
January 13, 2022 06:43
Hi Ricardo, I recommend checking Spring API and SDK Docs in general if you are not familiar with it yet.
Community
IntelliJ IDEA Open API and Plugin Development
Is it possible to integrate plugin with Spring framework?
0 votes
Created
January 13, 2022 06:38
Hi Ralph, Is it confirmed in PSI Viewer that your blocks structure has correct indents? Could you please share a screenshot? To see the structure go to Tools | View PSI Structure of Current File......
Community
IntelliJ IDEA Open API and Plugin Development
How to create indents for all children of PsiFile?
0 votes
Created
January 12, 2022 10:12
Hi Matouš, Did you override PsiElement.getTextOffset() as PsiNamedIdentifierOwner's JavaDoc states?
Community
IntelliJ IDEA Open API and Plugin Development
Clickable area range for reference
0 votes
Created
January 12, 2022 07:31
Hi Ralph, Could you please check how the blocks structure is actually built? You can do it with PSI Viewer (it is mentioned here: https://plugins.jetbrains.com/docs/intellij/code-formatting.html).
Community
IntelliJ IDEA Open API and Plugin Development
How to create indents for all children of PsiFile?
0 votes
Edited
January 12, 2022 07:29
Hi Ralph, You have to register PostFormatProcessor in com.intellij.postFormatProcessor extension point in plugin configuration file. So you should do it a similar way as you registered your formatt...
Community
IntelliJ IDEA Open API and Plugin Development
How to change case in a FormattingModelBuilder?
0 votes
«
First
‹
Previous
Next
›
Last
»