主页
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年09月24日 23:44
Hi Saleeh,You could define both languages in one bnf file.just make sure the lexer can figure out, which elements belong to which language, and return the appropriate element type.If bnf is defined...
社区
IntelliJ IDEA Open API and Plugin Development
Extending syntax checking
0 票
创建于
2015年09月24日 23:49
Irina,Saleeh needs to mix languages in one file type. This is common in some frameworks e.g. MVC: Html and C#.Net. Or Html and JavaScriptThis mixed code -if valid- should not throw errors.
社区
IntelliJ IDEA Open API and Plugin Development
Extending syntax checking
0 票
创建于
2015年09月25日 13:46
it is probably possible.these files may be relevant:JavaLexer:https://github.com/JetBrains/intellij-community/blob/a5cd6ac6102731ea9b557dcc1c684340f7d8432a/java/java-psi-impl/src/com/intellij/lang/...
社区
IntelliJ IDEA Open API and Plugin Development
Extending syntax checking
0 票
创建于
2015年10月30日 16:12
try this:disable as many plugins as possible - leave only the most essentialdisable other plugins which work on the same file extensioninvalidate caches & restart ideaopen plugin projectrebuild pl...
社区
IntelliJ IDEA Open API and Plugin Development
Trouble deploying plugin - works in sandbox but not when I manually build/install
0 票
创建于
2015年10月30日 16:44
maybe try this:uninstall your pluginopen plugin projectset breakpoint on any exception (maybe set class filter if you can narrow it down to any classes)run the plugin in debug mode
社区
IntelliJ IDEA Open API and Plugin Development
Trouble deploying plugin - works in sandbox but not when I manually build/install
0 票
创建于
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 票
«
第一页
‹
上一页
下一页
›
最后
»