主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Peter Gromov
活动总数
2258
最后的活动
2023年05月09日 12:44
成员加入日期
2008年07月25日 18:59
关注
0 名用户
关注者数
1 名用户
投票数
0
订阅数
739
活动概览
文章(0)
帖子(3)
评论(1516)
按最近的活动排序
最近的活动
投票数
创建于
2015年08月02日 21:20
There's no standard way. But you surely can reuse the parser code by supplying it with some parameters.
社区
IntelliJ IDEA Open API and Plugin Development
Perl5 plugin for Intellij IDEA
0 票
创建于
2015年08月03日 20:56
No, it's not possible. You can stub their composite parents.
社区
IntelliJ IDEA Open API and Plugin Development
Perl5 plugin for Intellij IDEA
0 票
创建于
2015年08月07日 10:10
Yes, such strings should be treated as composite elements with multiple children. There's nothing special in it. You can see how it's done in Groovy support (e.g. GrString interface)
社区
IntelliJ IDEA Open API and Plugin Development
Perl5 plugin for Intellij IDEA
0 票
创建于
2015年08月10日 06:57
It's hard to tell from the information you give. It can be that you try to walk PSI tree from elementType.indexStub, where only stubs are available, not PSI. In that case, you can add all the neces...
社区
IntelliJ IDEA Open API and Plugin Development
Perl5 plugin for Intellij IDEA
0 票
创建于
2015年04月27日 05:13
When calling withPrefixMatcher, just pass a string there that contains the "@" prefix. If you have a PsiReference in those elements, you can also make sure that reference ranges cover those special...
社区
IntelliJ IDEA Open API and Plugin Development
Perl5 plugin for Intellij IDEA
0 票
创建于
2015年04月27日 10:55
resultSet = resultSet.withPrefixMatcher("@" + resultSet.getPrefixMatcher().getPrefix())...resultSet.add...You don't have to pass it back, it should work this way.As for live consulation, that's not...
社区
IntelliJ IDEA Open API and Plugin Development
Perl5 plugin for Intellij IDEA
0 票
创建于
2015年05月13日 10:54
Which PSI elements are the annotations attached to? Please try to attach them to leaf elements whenever possible (e.g. name identifiers). Otherwise the highlighting might notice that the underlying...
社区
IntelliJ IDEA Open API and Plugin Development
Perl5 plugin for Intellij IDEA
0 票
创建于
2008年08月26日 11:16
In what extent does intellij7 support language dialects? See there is no screen where language dialects can be associated to files (like in 8.0). Is there any way to do this programmatically?Tell ...
社区
IntelliJ IDEA Open API and Plugin Development
com.intellij.lang.LanguageDialect with idea 7.0
0 票
创建于
2008年08月13日 09:49
IDEA build - > 7935Spring plugin from same build1. SpringManager.getInstance(Project).getLocalSpringModel(XmlFile)need some XmlFile where i should take it ?You know where to add your bean (which fi...
社区
IntelliJ IDEA Open API and Plugin Development
Create bean in spring
0 票
创建于
2008年12月24日 11:53
Oh yes. Some completion clients assume that when they are invoked, a full-blown completion is in progress. And I can understand that. Will be fixed in next EAP.
社区
IntelliJ IDEA Open API and Plugin Development
SmartCompletion results
0 票
«
第一页
‹
上一页
下一页
›
最后
»