主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
T M Schouten
活动总数
77
最后的活动
2023年07月10日 18:01
成员加入日期
2018年06月04日 11:05
关注
0 名用户
关注者数
0 名用户
投票数
43
订阅数
14
活动概览
帖子(8)
评论(12)
按最近的活动排序
最近的活动
投票数
创建于
2023年05月18日 14:54
Thanks! I guess it is an issue with the plugin verifier then as it gets confused on the function marked inline.
社区
IntelliJ IDEA Open API and Plugin Development
Registering a tool window programmatically without using Internal api
0 票
创建于
2023年01月05日 19:28
Just want to add that the stubElementTypeHolder has to be a Java interface, a Kotlin interface will not work and IStubElementType will fail with All stub element types should be created before ind...
社区
IntelliJ IDEA Open API and Plugin Development
Using externalIdPrefix for a stubElementTypeHolder generated by Grammar-Kit
0 票
创建于
2023年01月04日 14:24
Clear, thanks!
社区
IntelliJ IDEA Open API and Plugin Development
Using externalIdPrefix for a stubElementTypeHolder generated by Grammar-Kit
0 票
创建于
2022年07月28日 19:11
Thanks for your answer! That first issue sounds similar, though I recall when I searched for this exception I also found it reported against some other plugins, so it wouldn't surprise me if the Ko...
社区
IntelliJ IDEA Open API and Plugin Development
Stub ids not found for key in index
0 票
创建于
2021年10月04日 16:25
Thanks, that works for me! For reference, adding this to build.gradle.kts works: tasks.test { systemProperty("idea.force.use.core.classloader", "true")}
社区
IntelliJ IDEA Open API and Plugin Development
jarFiles is not set for PluginDescriptor
0 票
已编辑于
2021年02月25日 19:38
Solution: set inspection level in plugin.xml, e.g. <localInspection implementationClass="myclass" level="WARNING" /> and always use GENERIC_ERROR_OR_WARNING in source code.Other options are e.g. "W...
社区
IntelliJ IDEA Open API and Plugin Development
How to add a user-overridable ProblemHighlightType for an inspection descriptor which is error by default?
0 票
创建于
2020年10月13日 06:23
Indeed, it looks to be exactly that issue, thanks for linking it!
社区
IntelliJ IDEA Open API and Plugin Development
Recommended way to create custom code style settings: createCustomSettings is marked as Internal api
0 票
已编辑于
2020年05月20日 06:56
I will do so, thanks for the comment! [edit] submitted: https://youtrack.jetbrains.com/issue/IDEA-241360
社区
IntelliJ IDEA Open API and Plugin Development
How to avoid a caret stop at punctuation when it is not a word boundary?
0 票
创建于
2020年03月16日 17:27
Thanks, found it now. Thanks for letting me know, looking forward to that!
社区
IntelliJ IDEA Open API and Plugin Development
How to register a New Project type without using the non-dynamic ModuleType extension?
0 票
已编辑于
2021年04月29日 08:28
[Edit] I have no idea why this is downvoted, but it appears that it didn't work for someone. Please let me know if you find something to be improved in this workflow. Original post: Vaughan Rouesne...
社区
IntelliJ IDEA Open API and Plugin Development
Plugin not unload-safe because class loader cannot be unloaded
-1 票
«
第一页
‹
上一页