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
January 24, 2023 11:04
> It's expected to be built by Kotlin Compiler v 1.6.10-release-971. This is configured in the Settings, and it's persisted under VCS (.idea/kotlinc.xml), so it should be automatically picked up if...
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 23, 2023 13:28
I've missed that you are trying to build 221 branch. It's expected to be built by Kotlin Compiler v 1.6.10-release-971. I'm building 7763c6ff6c04efe1ab99e32a6bce43203d071c61 locally and I don't get...
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 17, 2023 20:19
Hi Jayakrishna Does the problem reproduce with "Rebuild Project" action (not "Build Project")? Please open the file "platform\util-ex\src\com\intellij\openapi\progress\coroutines.kt". Do you see er...
Community
IntelliJ IDEA Open API and Plugin Development
Error building IntelliJ Community : Kotlin: [Internal Error] java.lang.NoSuchFieldError: PATH_HASHING_STRATEGY
0 votes
Created
November 01, 2021 17:38
You should write a plugin with a plugin.xml which will be used to register extensions, this is a great place to start https://plugins.jetbrains.com/docs/intellij/welcome.html
Community
IntelliJ IDEA Users
IDE Scripting console: Samples.groovy and .profile.groovy error under Intellij 2021.2.*
0 votes
Edited
October 28, 2021 11:13
Official comment
This is a friendly reminder not to use private APIs. The field has been renamed to `componentKeyToAdapter`, it is defined in `com.intellij.util.pico.DefaultPicoContainer`, but `com.intellij.openap...
Community
IntelliJ IDEA Users
IDE Scripting console: Samples.groovy and .profile.groovy error under Intellij 2021.2.*
0 votes
Created
August 11, 2020 17:26
In both cases it boils down to the `com.intellij.codeInsight.navigation.action.GotoDeclarationUtil#findTargetElementsFromProviders(com.intellij.psi.PsiElement, int, com.intellij.openapi.editor.Edit...
Community
IntelliJ IDEA Open API and Plugin Development
Implementing `Navigate -> Declaration` action going to declaration for runtime type instead of the compile-time type while debugging
0 votes
Created
May 06, 2020 13:52
1) the declaration for a reference usage is determined here:com.intellij.codeInsight.navigation.actions.GotoDeclarationAction#findTargetElementsNoVSwhich calls com.intellij.codeInsight.navigation.a...
Community
IntelliJ IDEA Open API and Plugin Development
Implementing `Navigate -> Declaration` action going to declaration for runtime type instead of the compile-time type while debugging
0 votes
Edited
April 23, 2020 10:58
Official comment
It’s not possible with gdsl, and you need to create a plugin with an implementation of GroovyNamedArgumentProvider extension. Please check out GroovyConstructorNamedArgumentProvider as a reference....
Community
JetGroovy
Adding IDE assistance for extension method creating map constructor
0 votes
Created
April 08, 2020 14:47
Boaz Nahum could you please share the project you are working on or create a minimal reproducible example?
Community
IntelliJ IDEA Users
How to add flag '--enable-preview' to groovy compiler
0 votes
Edited
April 08, 2020 13:45
Official comment
Hi Martin Hofmannsobik @... is right, this is the same problem. Groovy plugin depends on properties plugin, to make the test load the Groovy plugin please include "properties": setPlugins("Groovy",...
Community
IntelliJ IDEA Open API and Plugin Development
How can I write a test for a plugin editing Groovy files?
0 votes
«
First
‹
Previous
Next
›
Last
»