主页
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月25日 15:56
why not try to build with gradle as in this example:https://github.com/JetBrains/kotlin-examples/tree/master/gradle/mixed-java-kotlin-hello-world
社区
IntelliJ IDEA Open API and Plugin Development
No classes generated for my plug-in
0 票
创建于
2015年10月25日 13:58
well done! Thank you for sharing it.
社区
IntelliJ IDEA Open API and Plugin Development
What is the Action class of "Run context configuration" and "Debug context configuration"
0 票
创建于
2015年09月06日 23:53
nearly there:Only the first line of the definition is displayed.A block element with full definition is passed to Processor<PsiElement>. Could it be that quick definition view stops at \n? How to c...
社区
IntelliJ IDEA Open API and Plugin Development
Quick Definition
0 票
创建于
2015年09月07日 08:28
Cheers Colin, I'll try ImplementationTextSelectioner.update: yes, ImplementationTextSelectioner did it.Thank you very much, Colin and Dmitry!
社区
IntelliJ IDEA Open API and Plugin Development
Quick Definition
0 票
创建于
2015年10月17日 16:43
cheers for posting the solution! :)
社区
IntelliJ IDEA Open API and Plugin Development
Match method signature
0 票
创建于
2015年10月17日 07:52
Hello,in RESOLVECompletionContributoryou call extend .withElementType(ResTypes.IDENTIFIER)ResTypes.IDENTIFIER is only 1 element type, right?I'd try this:change RESOLVECompletionContributor so that ...
社区
IntelliJ IDEA Open API and Plugin Development
completion on non-dot qualifiers
0 票
创建于
2015年10月17日 12:58
well it appears that the reason completion is not triggered is : some element type does not trigger completion, when it should.I suggest to Capture additional element types.let's say, your symbol i...
社区
IntelliJ IDEA Open API and Plugin Development
completion on non-dot qualifiers
0 票
创建于
2015年10月17日 15:47
well if it works, this is all that matters ;)I do not understand bnf well. Particularly, what is this "identifier" thingy. in this example:http://cui.unige.ch/db-research/Enseignement/analyseinfo/A...
社区
IntelliJ IDEA Open API and Plugin Development
completion on non-dot qualifiers
0 票
创建于
2015年10月17日 16:17
if this "identifier" were derived type (defined in other terms), I would run "extend" with each base type.e.g.1) private static PsiElementPattern.Capture<PsiElement> usesSpec() { return psiE...
社区
IntelliJ IDEA Open API and Plugin Development
completion on non-dot qualifiers
0 票
创建于
2015年11月14日 08:37
> .. It worksThat's what matters. Well done.
社区
IntelliJ IDEA Open API and Plugin Development
How to Highlight one line in EditorTextField
0 票
«
第一页
‹
上一页
下一页
›
最后
»