主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Imants Cekusins
活动总数
410
最后的活动
2024年06月25日 06:27
成员加入日期
2015年07月30日 11:35
关注
0 名用户
关注者数
0 名用户
投票数
15
订阅数
108
活动概览
帖子(12)
评论(275)
按最近的活动排序
最近的活动
投票数
创建于
2015年10月19日 07:42
I'd try this: CustomFindUsagesHandler extends JavaFindUsagesHandler @Overridepublic PsiElement[] getPrimaryElements() {...} @Overridepublic PsiElement[] getSecondaryElements() {...} @Overridepu...
社区
IntelliJ IDEA Open API and Plugin Development
Problem with adding additional usages to the results of the standard "Find Usages" operation
0 票
创建于
2015年10月18日 18:03
you could try to add a global library:https://github.com/JetBrains/intellij-community/blob/210e0ed138627926e10094bb9c76026319cec178/platform/lang-impl/src/com/intellij/util/ui/classpath/SimpleClass...
社区
IntelliJ IDEA Open API and Plugin Development
Accessing the Libraries of a Project
0 票
创建于
2015年10月17日 08:33
this may help:https://github.com/JetBrains/intellij-community/blob/210e0ed138627926e10094bb9c76026319cec178/platform/lang-api/src/com/intellij/codeInsight/completion/CompletionContributor.java#L108...
社区
IntelliJ IDEA Open API and Plugin Development
How can I define a completion sorter?
0 票
创建于
2015年10月17日 15:07
could you update git with the most recent .bnf and completion files, please?
社区
IntelliJ IDEA Open API and Plugin Development
completion on non-dot qualifiers
0 票
创建于
2015年10月17日 15:20
can you autogen psi from this bnf?identifier does not seem to be defined anywhere, no? I mean, like this:identifier ::= ...
社区
IntelliJ IDEA Open API and Plugin Development
completion on non-dot qualifiers
0 票
创建于
2015年11月14日 09:02
yes you could display any text in structured view. Follow the tutorial and tweak it like this:public class CustomStructureViewTreeElementimplement StructureViewTreeElement @Override public Obje...
社区
IntelliJ IDEA Open API and Plugin Development
non psi-based structured view
0 票
创建于
2015年11月14日 21:12
> a tree not based upon Psi. will your StructureView be used without any file open in the editor?if yes, then of course StructureViewTreeElement is not usable - structure view only appears with a f...
社区
IntelliJ IDEA Open API and Plugin Development
non psi-based structured view
0 票
创建于
2015年11月13日 07:29
try annotator:http://www.jetbrains.org/intellij/sdk/docs/tutorials/custom_language_support/annotator.html
社区
IntelliJ IDEA Open API and Plugin Development
How to Highlight one line in EditorTextField
0 票
创建于
2015年11月13日 09:24
I misunderstood. I was writing about the original text which is folded.Usually the folded region description is only a short one, a one-liner.As a workaround you could break the original text into ...
社区
IntelliJ IDEA Open API and Plugin Development
Multiline folding/virtual text
0 票
创建于
2015年11月10日 11:57
You seem to follow this one, right:https://github.com/JetBrains/Grammar-Kit/blob/master/testData/livePreview/Json.bnf?this is Grammar kit test data, no? Not sure what its purpose is. It is possible...
社区
IntelliJ IDEA Open API and Plugin Development
Language Plugin: Use specific rule as elementType
0 票
«
第一页
‹
上一页
下一页
›
最后
»