Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Dan
Total activity
49
Last activity
June 07, 2024 14:45
Member since
February 24, 2018 04:17
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
18
Activity overview
Posts (17)
Comments (14)
Sort by recent activity
Recent activity
Votes
Created
June 07, 2024 14:45
The reason I would like to check the character typed is because I want to detect when the final letter of certain commands are typed and reformat the code in between the start and end keywords.An e...
Community
IntelliJ IDEA Open API and Plugin Development
TypedHandlerDelegate not called each character
0 votes
Edited
April 11, 2024 21:14
So I registered my TypedHandlerDelegate as first, but CompletionAutoPopup was called first, so I added order="first, before completionAutoPopup". But it made no difference.That had my handler call...
Community
IntelliJ IDEA Open API and Plugin Development
TypedHandlerDelegate not called each character
0 votes
Created
February 25, 2022 18:58
Thank you for finding that for me. It did indeed fix my problem.
Community
IntelliJ IDEA Open API and Plugin Development
Error annotation clears text attributes
0 votes
Created
February 25, 2022 18:58
Thank you for posting your fix using HighlightInfoType.SYMBOL_TYPE_SEVERITY! That solved the same problem for me too.
Community
IntelliJ IDEA Open API and Plugin Development
Missing highlight when multiple annotators applied to same TextRange?
0 votes
Created
February 16, 2021 17:40
Ah, thank you so much! It totally worked. I had extended from abstract node not ProjectViewNode originally. So I extended project view node, and copied the body from PsiFileNode, and everything is ...
Community
IntelliJ IDEA Open API and Plugin Development
Sorting of custom AbstractTreeNodes
0 votes
Created
November 17, 2020 19:41
Thank you for your reply, I decided to go with FoldingModelEx.fetchTopLevel(), and it works well. I wasn't sure if multiple editors would ever be needed, but I decided to err on the side of caution...
Community
IntelliJ IDEA Open API and Plugin Development
Hiding Inlay Hints when code is folded
0 votes
Edited
November 10, 2020 18:17
I realized I should start by looking at the editor, not the folding regions. This led me to creating the following function, but I am not sure if there is a better, more efficient way. val PsiEleme...
Community
IntelliJ IDEA Open API and Plugin Development
Hiding Inlay Hints when code is folded
0 votes
Created
July 15, 2020 13:41
Thank you for getting back to me, Unfortunately, I have already tried to use FilePropertyPusher, and though I can set the data, I cannot figure out how to access it from the lexer or the parser. Is...
Community
IntelliJ IDEA Open API and Plugin Development
File info in Lexer/Parser
0 votes
Edited
October 03, 2018 23:18
So I was trying to run the DOM API as its own file type, and nothing was working there, but I decided to create just an XML file with the root tag of my files, and it began to generate this error w...
Community
IntelliJ IDEA Open API and Plugin Development
XML DOM API - Tag Completion
0 votes
Created
October 02, 2018 16:39
If anyone is interested, I was able to fix the problem by registering a file type and parser definition. The two files are brief, but as I defined my own language and file type, I guess it was nece...
Community
IntelliJ IDEA Open API and Plugin Development
XML like language, Refused to parse text
0 votes
Next
›
Last
»