主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
简体中文
English (United States)
登录
Alexander Zolotov
活动总数
721
最后的活动
2023年11月01日 08:52
成员加入日期
2011年04月05日 22:39
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
241
活动概览
文章(0)
帖子(0)
评论(480)
按最近的活动排序
最近的活动
投票数
创建于
2014年04月03日 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...
社区
IntelliJ IDEA Open API and Plugin Development
FindUsage for PsiNamedElement with multiple PsiElement children
0 票
创建于
2014年04月03日 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...
社区
IntelliJ IDEA Open API and Plugin Development
FindUsage for PsiNamedElement with multiple PsiElement children
0 票
创建于
2014年04月21日 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. ...
社区
IntelliJ IDEA Open API and Plugin Development
FindUsage for PsiNamedElement with multiple PsiElement children
0 票
创建于
2014年04月22日 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...
社区
IntelliJ IDEA Open API and Plugin Development
FindUsage for PsiNamedElement with multiple PsiElement children
0 票
创建于
2014年04月16日 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...
社区
IntelliJ IDEA Open API and Plugin Development
How do I turn off superfluous code completion lex/parse?
0 票
创建于
2015年02月17日 12:39
Hi,It seems that $JAVA_HOME/jre/lib/jfxrt.jar is missing in your classpath.
社区
IntelliJ IDEA Open API and Plugin Development
JavaFX - Stylesheets problem.
0 票
创建于
2015年10月03日 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 ...
社区
IntelliJ IDEA Open API and Plugin Development
Custom CSS properties
0 票
创建于
2015年11月12日 11:52
Hi,Take a look at PreFormatProcessor and its implementations
社区
IntelliJ IDEA Open API and Plugin Development
Perl5 plugin for Intellij IDEA
0 票
创建于
2015年09月04日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Perl5 plugin for Intellij IDEA
0 票
创建于
2016年01月14日 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' ...}
社区
IntelliJ IDEA Open API and Plugin Development
Building plugins that depends on android using gradle plugin
0 票
«
第一页
‹
上一页
下一页
›
最后
»