Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Daniil Ovchinnikov
Total activity
136
Last activity
April 16, 2024 13:09
Member since
April 22, 2015 14:21
Following
0 users
Followed by
0 users
Votes
3
Subscriptions
51
Activity overview
Posts (0)
Comments (82)
Sort by recent activity
Recent activity
Votes
Created
February 10, 2017 16:55
Also please check if you are affected by https://youtrack.jetbrains.com/issue/IDEA-164546
Community
IntelliJ IDEA Users
Breakpoints not working for Grails 3.2.5 project In IntelliJ Idea Ultimate 2016.3.4
2 votes
Created
February 21, 2019 16:47
It should work out of the box as long as line numbers are correct. Please check generated `LineNumberTable` in compiled class file.
Community
IntelliJ IDEA Users
Telling the intellij debugger to re-position break-point information
1 vote
Edited
July 07, 2017 07:01
Official comment
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...
Community
IntelliJ IDEA Open API and Plugin Development
Injecting fields in groovy script
1 vote
Created
March 29, 2017 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...
Community
IntelliJ IDEA Open API and Plugin Development
reference injector - set return type
1 vote
Created
April 09, 2024 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...
Community
IntelliJ IDEA Open API and Plugin Development
RunWriteCommandAction and suspend functions
0 votes
Created
November 14, 2023 15:31
Official comment
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...
Community
IntelliJ IDEA Open API and Plugin Development
"Thread context was already set: [CoroutineName(commit workflow)" when showing window during commit check
0 votes
Created
May 09, 2023 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...
Community
IntelliJ IDEA Open API and Plugin Development
Deprecated EditorWindow.INITIAL_INDEX_KEY with replacement marked as @ApiStatus.Internal
0 votes
Created
February 15, 2023 20:08
Try `com.intellij.codeInsight.editorActions.TypedHandlerDelegate#charTyped`
Community
IntelliJ IDEA Open API and Plugin Development
How do I get the final caret offset after a document change event?
0 votes
Created
February 03, 2023 13:59
This looks like idea.log, not build.log
Community
IntelliJ IDEA Open API and Plugin Development
Error building IntelliJ Community : Kotlin: [Internal Error] java.lang.NoSuchFieldError: PATH_HASHING_STRATEGY
0 votes
Created
January 25, 2023 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...
Community
IntelliJ IDEA Open API and Plugin Development
Error building IntelliJ Community : Kotlin: [Internal Error] java.lang.NoSuchFieldError: PATH_HASHING_STRATEGY
0 votes
Next
›
Last
»