Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Alexandr Evstigneev
Total activity
194
Last activity
March 26, 2024 09:34
Member since
January 30, 2017 15:27
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
84
Activity overview
Posts (0)
Comments (109)
Sort by recent activity
Recent activity
Votes
Created
November 26, 2018 07:47
Could you please be more specific?
Community
IntelliJ IDEA Open API and Plugin Development
Data flow analysis for Plugin
0 votes
Created
November 26, 2018 07:45
Why don't you just open this file in editor?
Community
IntelliJ IDEA Open API and Plugin Development
How could I made dialog editor syntax highlighter and can be formatted
0 votes
Created
November 20, 2018 09:01
would be nice to start an issue on tracker with link to your project or reproducible example.
Community
RubyMine
Problem with puppet module depecency resoltion
0 votes
Created
November 20, 2018 06:56
Question is unclear. Of course you are free to implement your own com.intellij.codeInsight.lookup.LookupElement with any logic you want. However, there is a com.intellij.codeInsight.lookup.LookupE...
Community
IntelliJ IDEA Open API and Plugin Development
Select autocompletion Lookup item by number
0 votes
Created
November 20, 2018 06:08
Sorry, it was a gradle script terminology. Looks like you've added classes to your project and now you have your own GroovyFileImpl. According to https://www.jetbrains.com/help/idea/dependencies.ht...
Community
IntelliJ IDEA Open API and Plugin Development
Groovy files editing
0 votes
Created
November 20, 2018 06:02
See javadoc for com.intellij.lang.annotation.ExternalAnnotator A lot of things documented with JavaDoc, not on the website. Website is more like getting started and architectural overview. It's def...
Community
IntelliJ IDEA Open API and Plugin Development
Annotator vs ExternalAnnotator
0 votes
Created
November 19, 2018 07:54
See usages of com.intellij.lang.jvm.JvmModifier Also, com.intellij.psi.PsiClass is well documented and worth reading.
Community
IntelliJ IDEA Open API and Plugin Development
How to judge a java file?
0 votes
Created
November 19, 2018 07:41
Groovy is a separate plugin and you should include it as `compileOnly` dependency of your plugin. If you are using Gradle, see `intellij.plugins` attribute. Also, don't forget to add <depends>org...
Community
IntelliJ IDEA Open API and Plugin Development
Groovy files editing
0 votes
Created
November 19, 2018 07:25
There are: Inspections - they are processing psi elements and may mark problems and suggests quickfixes. IDE provides configuration UI. Annotator - may be used for things that should not be highl...
Community
IntelliJ IDEA Open API and Plugin Development
Annotator vs ExternalAnnotator
0 votes
Created
November 19, 2018 07:18
UI Designer may also help with such tasks.
Community
IntelliJ IDEA Open API and Plugin Development
Tool window Plugin - Responsive GUI
0 votes
«
First
‹
Previous
Next
›
Last
»