Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Alexander Zolotov
Total activity
721
Last activity
November 01, 2023 08:52
Member since
April 05, 2011 22:39
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
241
Activity overview
Articles (0)
Posts (0)
Comments (480)
Sort by recent activity
Recent activity
Votes
Created
April 03, 2014 08:29
Indeed it makes sense for me. Although ${}-interpolations you can implement via injections. Anyway if you want to save 'multitoken-keyword-name-lexing' you can play with PomTargets, e.g. try to imp...
Community
IntelliJ IDEA Open API and Plugin Development
FindUsage for PsiNamedElement with multiple PsiElement children
0 votes
Created
April 03, 2014 20:36
Hmm, interesting, I saw that scenario's name in gherkin is one single token. Well I can ask how this functionality had been implemented. Or you can investigate it by yourself in repository :)UPD: s...
Community
IntelliJ IDEA Open API and Plugin Development
FindUsage for PsiNamedElement with multiple PsiElement children
0 votes
Created
April 21, 2014 11:12
Well, indeed we have no any documentation of POM api. The only useful resource that allows you to figure out what it is and how it could be used is https://github.com/JetBrains/intellij-community. ...
Community
IntelliJ IDEA Open API and Plugin Development
FindUsage for PsiNamedElement with multiple PsiElement children
0 votes
Created
April 22, 2014 13:53
Hi,looks to me a bit too loose to me, since PsiMetaOwner seems quite unrealated to Java so as far as I can see it should not be managed by aJavaFindUsagesProvider.It's ok for JavaFindUsagesProvider...
Community
IntelliJ IDEA Open API and Plugin Development
FindUsage for PsiNamedElement with multiple PsiElement children
0 votes
Created
April 16, 2014 10:49
Hi Terence,Second lexing/parsing is invoked just after inserting DUMMY_IDENTIFIER (com.intellij.codeInsight.completion.CodeCompletionHandlerBase#insertDummyIdentifier). AFAIK there is no posibility...
Community
IntelliJ IDEA Open API and Plugin Development
How do I turn off superfluous code completion lex/parse?
0 votes
Created
February 17, 2015 12:39
Hi,It seems that $JAVA_HOME/jre/lib/jfxrt.jar is missing in your classpath.
Community
IntelliJ IDEA Open API and Plugin Development
JavaFX - Stylesheets problem.
0 votes
Created
October 03, 2015 13:33
Hi,It would be easier for me if you try to implement something and ask particular question about implementation.> Is the way described in that thread (using CssElementDescriptorProvider) still the ...
Community
IntelliJ IDEA Open API and Plugin Development
Custom CSS properties
0 votes
Created
November 12, 2015 11:52
Hi,Take a look at PreFormatProcessor and its implementations
Community
IntelliJ IDEA Open API and Plugin Development
Perl5 plugin for Intellij IDEA
0 votes
Created
September 04, 2015 15:43
Hi,The most proper way to handle this is to implement formatter that will be able to handle this case and don't break code during formatting.As a workaround you can disable indenting/formatting for...
Community
IntelliJ IDEA Open API and Plugin Development
Perl5 plugin for Intellij IDEA
0 votes
Created
January 14, 2016 08:33
1. What's the version of plugin are you using?2. How did you configure the plugin?3. Have you tried to use `plugins` setting of the plugin configuration?Likeintellij { ... plugins 'android' ...}
Community
IntelliJ IDEA Open API and Plugin Development
Building plugins that depends on android using gradle plugin
0 votes
«
First
‹
Previous
Next
›
Last
»