主页
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年03月29日 08:08
I'm extending AbstractBlock, which implemnents ASTBlock, but the position does not take into account whitespaces so I don't know after how many empty line I'm at -> or I got something wrong. f.e. f...
社区
IntelliJ IDEA Open API and Plugin Development
getChildAttributes caret position
0 票
创建于
2023年03月28日 15:00
I was afraid it might not be possible, I also could not find anything this specific in PyBlock. Thank you for response.
社区
IntelliJ IDEA Open API and Plugin Development
getChildAttributes caret position
0 票
创建于
2023年03月21日 18:10
Thank you, that was actually quite an easy solution I've missed.
社区
IntelliJ IDEA Open API and Plugin Development
Formatter - comment settings based on position
0 票
创建于
2023年02月26日 19:08
Thank you, I haven't even realized, that Alignment should be null apart from those specific tokens like assigments.
社区
IntelliJ IDEA Open API and Plugin Development
Formatter alignment - unsure about tutorial explanation
0 票
已编辑于
2023年01月15日 14:33
Ou awesome - had no idea how else to get Project instance. Getting it from IdeFrame instead of defaultProject made the Library above work - module is present, library files get indexed and it does ...
社区
IntelliJ IDEA Open API and Plugin Development
SDK in other IDE is not indexed
0 票
创建于
2023年01月15日 10:24
I've came up with an ugly workaround using IndexableSetContributor override fun getAdditionalProjectRootsToIndex(project: Project): MutableSet<VirtualFile> { val path = GdSettingsState.getInsta...
社区
IntelliJ IDEA Open API and Plugin Development
SDK in other IDE is not indexed
0 票
创建于
2023年01月15日 09:04
Thank you, I've tried it, but in both IntelliJ & Rider I've run into an issue, that ModuleManager.getInstance(project).modules is always empty, which is weird even more so for IntelliJ, where in Pr...
社区
IntelliJ IDEA Open API and Plugin Development
SDK in other IDE is not indexed
0 票
创建于
2023年01月11日 06:59
Hi, can anyone help me with it, please?
社区
IntelliJ IDEA Open API and Plugin Development
SDK in other IDE is not indexed
0 票
已编辑于
2022年12月30日 10:08
No, it's a GdScript from Godot - so completly unrelated language. The reason why I need Rider is because Godot projects can use both GdScript & C# simultaneously. That Library I'm trying to create...
社区
IntelliJ IDEA Open API and Plugin Development
SDK in other IDE is not indexed
0 票
已编辑于
2022年12月29日 16:52
I'm trying to create a Standard Library... list of built-in classes available in empty project, built-in functions They are resolved inside editor f.e. when I extend my class by one of them, call a...
社区
IntelliJ IDEA Open API and Plugin Development
SDK in other IDE is not indexed
0 票
«
第一页
‹
上一页
下一页
›
最后
»