Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Afaqa
Total activity
33
Last activity
September 02, 2022 14:40
Member since
August 08, 2021 16:15
Following
0 users
Followed by
0 users
Votes
5
Subscriptions
8
Activity overview
Posts (7)
Comments (13)
Sort by recent activity
Recent activity
Votes
Created
August 31, 2022 19:16
Or how do I provide virtual files for SyntethicLibrary source roots? Should I have some files created somewhere in the system and retrieve them in the override of AdditionalLibraryRootsProvider#get...
Community
IntelliJ IDEA Open API and Plugin Development
Language Support - Indexing language defined classes
0 votes
Created
August 31, 2022 17:51
Hi Karol Lewandowski Thank you for your response. I don't have a library, it's a small language so it has couple of predefined classes with a little set of functions each. Could you give me more d...
Community
IntelliJ IDEA Open API and Plugin Development
Language Support - Indexing language defined classes
0 votes
Created
August 18, 2022 12:49
Anybody? Please?
Community
IntelliJ IDEA Open API and Plugin Development
Custom Language Support - error element ruins structure
0 votes
Created
August 15, 2022 20:22
Yann Cebron I understand what you are saying, but I think tweaking ElementPatterns won't affect how intellij interprets my current position in code. I have another language plugin on the side as a ...
Community
IntelliJ IDEA Open API and Plugin Development
Custom Language Support Completion Contributor
0 votes
Edited
August 13, 2022 14:07
I'm facing the same issue, basically the same code as yours but none of the braces (i.e {, (, [) get completion and isPairedBracesAllowedBeforeType doesn't get invoked at all. Does it have any prer...
Community
IntelliJ IDEA Open API and Plugin Development
Auto-closing braces in a custom language, BraceMatcher not working
0 votes
Created
August 05, 2022 03:01
Oh, I think you are right, I just thought I was doing something wrong when that was happening. It's not mandatory for right brace to behave like that at all.
Community
IntelliJ IDEA Open API and Plugin Development
Custom Language Support Contributor Implementation
0 votes
Created
August 03, 2022 21:07
Karol Lewandowski Sorry for bothering again, I abstained from starting a new post (maybe it wasn't a good idea but still). So after your clarifications I managed to get a better psi tree but there...
Community
IntelliJ IDEA Open API and Plugin Development
Custom Language Support Contributor Implementation
0 votes
Created
August 02, 2022 12:14
Karol Lewandowski Thank you so much. I have read the documentation but I thought pin and recovery where only for error handling but with your example everything is clear now, thank you yet again!
Community
IntelliJ IDEA Open API and Plugin Development
Custom Language Support Contributor Implementation
0 votes
Created
August 02, 2022 11:39
Karol Lewandowski Thanks, now I understand what I have to do. Can I ask one last question? So when I view the structure from PsiViewer in kotlin files, the thing I noticed is: if I am standing ins...
Community
IntelliJ IDEA Open API and Plugin Development
Custom Language Support Contributor Implementation
0 votes
Created
August 01, 2022 15:19
Karol Lewandowski I tried to do what you told me, however as expected it only changed the text of the LeafPsiElement, I'm adding a screenshot of the state of execution. This is where all the confu...
Community
IntelliJ IDEA Open API and Plugin Development
Custom Language Support Contributor Implementation
0 votes
Next
›
Last
»