主页
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年11月10日 12:36
fromhttps://github.com/JetBrains/Grammar-KitAdds BNF Grammars and JFlex files editing support including parser/PSI code generator.Grammar kit is a helper tool. The simple example shows how to desig...
社区
IntelliJ IDEA Open API and Plugin Development
Language Plugin: Use specific rule as elementType
0 票
创建于
2015年11月10日 14:53
why notvar_def ::= VAR ID?or is var_name IDnecessary?
社区
IntelliJ IDEA Open API and Plugin Development
Language Plugin: Use specific rule as elementType
0 票
创建于
2015年11月10日 15:56
is it possible to use e.g. ID1 and ID2?they could be named more appropriately. The point is: use different leaves for different elements.if your lexer can tell them apart, this should work. You wou...
社区
IntelliJ IDEA Open API and Plugin Development
Language Plugin: Use specific rule as elementType
0 票
创建于
2015年11月19日 16:55
> Is it possible to register a folding builder for an existing language it should be possible, yes.to get a list of all available languages, put a breakpoint anywhere in the plugin code and evaluat...
社区
IntelliJ IDEA Open API and Plugin Development
making <remove> .. </remove>-wrapped code look like a comment (JSF syntax coloring)
0 票
创建于
2015年11月19日 17:02
Hello Osama,> to find out whether or not the PsiElement is Class.doespsiElement instanceof PsiClassdo it?
社区
IntelliJ IDEA Open API and Plugin Development
How to convert a PsiElement to a PsiClass
0 票
创建于
2015年11月19日 17:53
is PsiClass parentOfType always null?
社区
IntelliJ IDEA Open API and Plugin Development
How to convert a PsiElement to a PsiClass
0 票
创建于
2015年11月21日 11:49
if you work with Java and XML, you need to find out about Java pre-built Element types (which you may already know).You'd also need to find XML element factory to add new elements to the manifest.I...
社区
IntelliJ IDEA Open API and Plugin Development
How to convert a PsiElement to a PsiClass
0 票
创建于
2015年11月20日 08:39
EditorFactory.getInstance().getEventMulticaster().add...Listener() - try available listener implementations, you may find one that works just as you need it.
社区
IntelliJ IDEA Open API and Plugin Development
Getting notified of file navigation events when using Hadi's no tabs method
0 票
创建于
2015年11月19日 16:58
this works too:ModuleUtil.findModuleForFile(VirtualFile, Project);
社区
IntelliJ IDEA Open API and Plugin Development
How to get Module from PsiClass?
0 票
创建于
2015年11月18日 19:50
make it scrollablenot tie this to the editor I do not know how to do this. Please dig into https://github.com/JetBrains/intellij-community. If you find the answer, be kind to post it here.
社区
IntelliJ IDEA Open API and Plugin Development
How to render/format output from IDEA plugin
0 票
«
第一页
‹
上一页
下一页
›
最后
»