主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Daniil Ovchinnikov
活动总数
136
最后的活动
2024年04月16日 13:09
成员加入日期
2015年04月22日 14:21
关注
0 名用户
关注者数
0 名用户
投票数
3
订阅数
51
活动概览
文章(0)
帖子(0)
评论(82)
按投票数排序
最近的活动
投票数
创建于
2017年02月10日 16:55
Also please check if you are affected by https://youtrack.jetbrains.com/issue/IDEA-164546
社区
IntelliJ IDEA Users
Breakpoints not working for Grails 3.2.5 project In IntelliJ Idea Ultimate 2016.3.4
2 票
创建于
2019年02月21日 16:47
It should work out of the box as long as line numbers are correct. Please check generated `LineNumberTable` in compiled class file.
社区
IntelliJ IDEA Users
Telling the intellij debugger to re-position break-point information
1 票
已编辑于
2017年07月07日 07:01
正式评论
For each reference there is a processor created.Both fields are passed to each processor, so first field always wins. You need to ask a processor about a reference being resolved currently. This is...
社区
IntelliJ IDEA Open API and Plugin Development
Injecting fields in groovy script
1 票
创建于
2017年03月29日 12:25
I'm afraid there is no such API as for 2017.1. `GroovyMapContentProvider` only works for expression like `foo.bar` or `foo().bar`, where `foo` type is an inheritor of `java.util.Map` and `bar` is a...
社区
IntelliJ IDEA Open API and Plugin Development
reference injector - set return type
1 票
创建于
2024年04月09日 13:14
There is token-based way, which can be used from a coroutine: com.intellij.openapi.command.CommandProcessorEx#startCommandlaunch { val token = startCommand(…) try { writeAction {} // suspen...
社区
IntelliJ IDEA Open API and Plugin Development
RunWriteCommandAction and suspend functions
0 票
创建于
2023年11月14日 15:31
正式评论
One has to reset the thread context before processing arbitrary events, so that the context of the caller (whoever invokes Dialog.setVisible) would not leak into an event which might not set its ow...
社区
IntelliJ IDEA Open API and Plugin Development
"Thread context was already set: [CoroutineName(commit workflow)" when showing window during commit check
0 票
创建于
2023年05月09日 15:51
Hi > Official JetBrains policy was that file type changes do not reload editors, keeping the file type as it was when the file was opened I'm sorry, this is still the case. I'm against opening Fil...
社区
IntelliJ IDEA Open API and Plugin Development
Deprecated EditorWindow.INITIAL_INDEX_KEY with replacement marked as @ApiStatus.Internal
0 票
创建于
2023年02月15日 20:08
Try `com.intellij.codeInsight.editorActions.TypedHandlerDelegate#charTyped`
社区
IntelliJ IDEA Open API and Plugin Development
How do I get the final caret offset after a document change event?
0 票
创建于
2023年02月03日 13:59
This looks like idea.log, not build.log
社区
IntelliJ IDEA Open API and Plugin Development
Error building IntelliJ Community : Kotlin: [Internal Error] java.lang.NoSuchFieldError: PATH_HASHING_STRATEGY
0 票
创建于
2023年01月25日 09:15
IntelliJ IDEA 2022.3.1 (Ultimate Edition)Build #IU-223.8214.52, built on December 20, 2022Licensed to JetBrains Team / Daniil OvchinnikovYou have a perpetual fallback license for this version.Subsc...
社区
IntelliJ IDEA Open API and Plugin Development
Error building IntelliJ Community : Kotlin: [Internal Error] java.lang.NoSuchFieldError: PATH_HASHING_STRATEGY
0 票
下一页
›
最后
»