主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Michael Jennings
活动总数
17
最后的活动
2016年01月16日 15:06
成员加入日期
2011年08月27日 00:17
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
4
活动概览
帖子(4)
评论(9)
按最近的活动排序
最近的活动
投票数
创建于
2011年08月29日 00:11
Thanks Jon!I actually installed it, but I have no idea how to use it ;)On 2011-08-28 16:39:09 +0000, Jon Akhtar said:Dont forget to check out the PsiViewer plugin - it is extremely helpful once you...
社区
IntelliJ IDEA Open API and Plugin Development
Custom language confusion
0 票
创建于
2011年08月30日 17:44
Hi Dmitry,Thanks for the clarification. I'll try to infer what's going on from sample code.I tried creating a new plugin project and then added the groovy plugin sources, but now I'm having trouble...
社区
IntelliJ IDEA Open API and Plugin Development
Question about lang.parserDefinition in XML
0 票
创建于
2011年08月30日 18:22
Thanks Dmitry!I apologize for the naiive question, but how do I grab the "xena" branch? (I haven't used git very much).On 2011-08-30 17:06:04 +0000, Dmitry Jemerov said:Hello Mike,If you're working...
社区
IntelliJ IDEA Open API and Plugin Development
Question about lang.parserDefinition in XML
0 票
创建于
2011年09月07日 21:35
Thanks Dmitry and Björn!Is it safe to say that if I have serviceInterface="foo.bar.MyServiceImplClass" and serviceImplementation="foo.bar.MyServiceImplClass" then I can get a reference to it via:My...
社区
IntelliJ IDEA Open API and Plugin Development
Question about <applicationService ?/>
0 票
创建于
2011年08月27日 00:23
Oh yeah, the question part;)How and where do I put the "parserDefinition" extension-thingie?On 2011-08-26 23:17:22 +0000, Mike Jennings said:Hi,I'm playing around with building a custom language pl...
社区
IntelliJ IDEA Open API and Plugin Development
Custom language confusion
0 票
创建于
2011年08月29日 00:07
Thanks for the clarification Dmitry!So to use the com.intellij.lang. syntaxHighlighterFactory extension point I just need a "syntaxHighlighter" tag in my xml, but to use thecom.intellij.lang. parse...
社区
IntelliJ IDEA Open API and Plugin Development
Custom language confusion
0 票
创建于
2011年08月29日 17:14
Hi Dmitry,If I put in "lang.syntaxHighlighterFactory" IDEA colours it red, but if I put just "syntaxHighlighterFactory" IDEA colours it normally. Why would that be?Also, I use "fileTypeFactory" and...
社区
IntelliJ IDEA Open API and Plugin Development
Custom language confusion
0 票
创建于
2011年09月06日 17:16
Thanks for the clarification Jon!A bit more documentation would be nice though.Thanks again!-MikeOn 2011-09-05 20:03:43 +0000, Jon Akhtar said: btw, perhaps it was just confusion.There is: *lang.sy...
社区
IntelliJ IDEA Open API and Plugin Development
Custom language confusion
0 票
创建于
2011年08月30日 18:27
Is it just:git clone --branch xena git://git.jetbrains.org/idea/community.git xena?On 2011-08-30 17:22:01 +0000, Mike Jennings said:Thanks Dmitry!I apologize for the naiive question, but how do I g...
社区
IntelliJ IDEA Open API and Plugin Development
Question about lang.parserDefinition in XML
0 票