主页
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年07月08日 13:59
@jojo2357 I think Rustam Vishniakov is suggesting that a dedicated method will be available in public api. I would say, yes, that would be very useful! It will both make it more safe for plugin aut...
社区
IntelliJ IDEA Open API and Plugin Development
How to detect EnterHandlerDelegate line wrap during format
0 票
已编辑于
2023年07月02日 10:53
I just want to clarify that AUTO_WRAP_LINE_IN_PROGRESS_KEY works fine for detecting if a line break occurs because the user was typing, we just want to also detect if the line break occurred becaus...
社区
IntelliJ IDEA Open API and Plugin Development
How to detect EnterHandlerDelegate line wrap during format
0 票
创建于
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 票
下一页
›
最后
»