主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Dan
活动总数
49
最后的活动
2024年06月07日 14:45
成员加入日期
2018年02月24日 04:17
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
18
活动概览
帖子(17)
评论(14)
按最近的活动排序
最近的活动
投票数
创建于
2024年06月07日 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...
社区
IntelliJ IDEA Open API and Plugin Development
TypedHandlerDelegate not called each character
0 票
已编辑于
2024年04月11日 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...
社区
IntelliJ IDEA Open API and Plugin Development
TypedHandlerDelegate not called each character
0 票
创建于
2022年02月25日 18:58
Thank you for finding that for me. It did indeed fix my problem.
社区
IntelliJ IDEA Open API and Plugin Development
Error annotation clears text attributes
0 票
创建于
2022年02月25日 18:58
Thank you for posting your fix using HighlightInfoType.SYMBOL_TYPE_SEVERITY! That solved the same problem for me too.
社区
IntelliJ IDEA Open API and Plugin Development
Missing highlight when multiple annotators applied to same TextRange?
0 票
创建于
2021年02月16日 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 ...
社区
IntelliJ IDEA Open API and Plugin Development
Sorting of custom AbstractTreeNodes
0 票
创建于
2020年11月17日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Hiding Inlay Hints when code is folded
0 票
已编辑于
2020年11月10日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Hiding Inlay Hints when code is folded
0 票
创建于
2020年07月15日 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...
社区
IntelliJ IDEA Open API and Plugin Development
File info in Lexer/Parser
0 票
已编辑于
2018年10月03日 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...
社区
IntelliJ IDEA Open API and Plugin Development
XML DOM API - Tag Completion
0 票
创建于
2018年10月02日 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...
社区
IntelliJ IDEA Open API and Plugin Development
XML like language, Refused to parse text
0 票
下一页
›
最后
»