主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
H Raven
活动总数
99
最后的活动
2024年07月02日 07:32
成员加入日期
2018年10月19日 19:01
关注
0 名用户
关注者数
0 名用户
投票数
8
订阅数
22
活动概览
帖子(19)
评论(50)
按最近的活动排序
最近的活动
投票数
创建于
2023年12月18日 12:33
That'd be worth adding to documentation, please.Also why not open that servise for public?I've actually tried copy-pasting Psi2Symbol and it's MyPointer classes, which for whatever reason didn't wo...
社区
IntelliJ IDEA Open API and Plugin Development
How create Symbol for Psi
0 票
创建于
2023年07月07日 15:33
Ou ok - seems that it's mostly just separate from all the other features not integrated like I though. https://blog.jetbrains.com/platform/2023/07/lsp-for-plugin-developers/
社区
IntelliJ IDEA Open API and Plugin Development
GrammarKit - statement struggle with inline function
0 票
已编辑于
2023年07月07日 17:10
That'd create a new issue of splitting statements somehow as not all of them ends by semicon - like if condition if true: asd(); where endStmt is closing asd() call, the whole if condition is not...
社区
IntelliJ IDEA Open API and Plugin Development
GrammarKit - statement struggle with inline function
0 票
创建于
2023年05月16日 06:52
Correct me if I'm wrong, but digging into it - the bnf grammar used with grammar-kit is only Context free,while the grammar I'm trying to create is not as statements inside inline function are litt...
社区
IntelliJ IDEA Open API and Plugin Development
GrammarKit - statement struggle with inline function
0 票
创建于
2023年05月09日 15:19
P.S. I've tried to change gradle build to IntelliJ as writtent at the end of: https://www.jetbrains.com/help/idea/work-with-gradle-projects.html#delegate_build_gradle But no luck... or does it not ...
社区
IntelliJ IDEA Open API and Plugin Development
Swing UI elements not initialized
0 票
创建于
2023年05月05日 16:31
I've found it, properties are not getted mutable and copied I suppose, so after altering them I have to call (library.modifiableModel as ModifiableModelEx).properties = props
社区
IntelliJ IDEA Open API and Plugin Development
Saving custom Library globally
0 票
创建于
2023年05月03日 19:01
Just a little update, I've been looking into community idea and noticed, that Kotlin's LibraryPropeties used itself in generic type so I've tried to update it like: @State(name = "GdLibraryProperti...
社区
IntelliJ IDEA Open API and Plugin Development
Saving custom Library globally
0 票
创建于
2023年05月03日 17:08
One additional question please:I'm having hard time persisting LibraryState. Library is now created and saved ok with: val library = modifier.createLibrary(name, GdLibraryKind)val libModifier = lib...
社区
IntelliJ IDEA Open API and Plugin Development
Saving custom Library globally
0 票
创建于
2023年05月03日 15:10
Oh, I've managed to overlook that I'm commiting Library instead of LibraryTable. Another case where taking a break from code solves it.Thank you for pointing me to tests... saw it right away.
社区
IntelliJ IDEA Open API and Plugin Development
Saving custom Library globally
0 票
已编辑于
2023年04月07日 14:34
Thanks, for anyone else looking for it the main thing is to send message into .tooltip() instead of message param of newAnnotation holder .newAnnotation(HighlightSeverity.ERROR, "Instead of the...
社区
IntelliJ IDEA Open API and Plugin Development
Annotator message formatting
0 票
«
第一页
‹
上一页
下一页
›
最后
»