主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Dan
活动总数
49
最后的活动
2024年06月07日 14:45
成员加入日期
2018年02月24日 04:17
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
18
活动概览
帖子(17)
评论(14)
按最近的活动排序
最近的活动
投票数
创建于
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 票
创建于
2018年10月02日 00:03
Another note, Some attributes repeat, so I put them in interfaces. Will that cause the xml file to fail?
社区
IntelliJ IDEA Open API and Plugin Development
XML like language, Refused to parse text
0 票
创建于
2018年05月18日 17:06
I don't have an actual, short code example to show, as the compiled code is about 15,000 lines long, and the decompiled code is 9,000, but here is a sample of each. These parts are not directly map...
社区
IntelliJ IDEA Open API and Plugin Development
Custom plugin with custom decompiler
0 票
创建于
2018年03月01日 19:24
Hello, thank you for taking time to reply. I had already written my completion contributor for method selector completion, which is how I became aware of the problem with the psi tree breaking. It ...
社区
IntelliJ IDEA Open API and Plugin Development
Code completion and syntax error recovery
0 票
创建于
2018年02月26日 21:12
Thank you for such a quick and helpful response. It finally explained why when I used `recoverWhile` it would tell me that it expected a symbol, even though the statement was indeed followed by the...
社区
IntelliJ IDEA Open API and Plugin Development
Code completion and syntax error recovery
0 票
«
第一页
‹
上一页