Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Andrei Sedelnikov
Total activity
32
Last activity
November 29, 2020 10:22
Member since
January 18, 2020 18:26
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
10
Activity overview
Posts (7)
Comments (15)
Sort by recent activity
Recent activity
Votes
Created
August 04, 2020 11:09
Are you sure with your question? The message says "patchPlugin" not Changelog. How to I attach file here - I can share my plugin.xml with you.
Community
IntelliJ IDEA Open API and Plugin Development
Exception by compiling Plugin-Template cloned project
0 votes
Edited
August 04, 2020 11:07
I haven'd changed them after template clone except adding setPlugins("java", "android")
Community
IntelliJ IDEA Open API and Plugin Development
Exception by compiling Plugin-Template cloned project
0 votes
Created
August 03, 2020 14:55
I think I was quite specific. So you are saying that the single possible option is to use PSI structure listeners or whatever? So there is no way to track changes in Editor, independently on langu...
Community
IntelliJ IDEA Open API and Plugin Development
How my plugin can get notified when user modifies current file in editor?
0 votes
Created
August 03, 2020 12:02
This is not explicitely stated in documentation.
Community
IntelliJ IDEA Open API and Plugin Development
Cannot resolve language with id "kotlin"
0 votes
Created
August 03, 2020 11:13
Already did, this is why I am asking here for support. There is no answer to my question there.
Community
IntelliJ IDEA Open API and Plugin Development
How my plugin can get notified when user modifies current file in editor?
0 votes
Created
August 03, 2020 11:12
already studied - does not help. It literally says "If a plugin processes Kotlin code (e.g., providing inspections), it needs to add a dependency on the Kotlin plugin (Plugin ID org.jetbrains.kotli...
Community
IntelliJ IDEA Open API and Plugin Development
Cannot resolve language with id "kotlin"
0 votes
Created
August 02, 2020 22:05
How to configure Kotlin support using plugin.xml ? (not Gradle) Just adding <depends>org.jetbrains.kotlin</depends> does not work. I failed to find any working tutorial on this.
Community
IntelliJ IDEA Open API and Plugin Development
Cannot resolve language with id "kotlin"
0 votes
Created
January 19, 2020 15:17
I have managed to add Android plugin jars to classpath but when I run my plugin which uses Android classes I get an exception as below. What is still missing? java.lang.NoClassDefFoundError: org/j...
Community
IntelliJ IDEA Open API and Plugin Development
Android plugin get android facet returns null
0 votes
Created
January 18, 2020 18:37
Ok, I figured that out. The key difference is that you need to call getElement() on reference. If you will use resolve() you will always get the original reference. This is not straightforward to u...
Community
IntelliJ IDEA Open API and Plugin Development
Finding usages/references of Java elements
0 votes
Created
January 18, 2020 18:26
Hi, I'm searching for references of class, not a method but I'm having the same issue: all returned references are of my class, which I'm searching for. Ok, I get the idea that this is a _referenc...
Community
IntelliJ IDEA Open API and Plugin Development
Finding usages/references of Java elements
0 votes
«
First
‹
Previous