Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Michael Jennings
Total activity
17
Last activity
January 16, 2016 15:06
Member since
August 27, 2011 00:17
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
4
Activity overview
Posts (4)
Comments (9)
Sort by recent activity
Recent activity
Votes
Created
September 07, 2011 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...
Community
IntelliJ IDEA Open API and Plugin Development
Question about <applicationService ?/>
0 votes
Created
September 06, 2011 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...
Community
IntelliJ IDEA Open API and Plugin Development
Custom language confusion
0 votes
Created
August 30, 2011 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...
Community
IntelliJ IDEA Open API and Plugin Development
Question about lang.parserDefinition in XML
0 votes
Created
August 30, 2011 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...
Community
IntelliJ IDEA Open API and Plugin Development
Question about lang.parserDefinition in XML
0 votes
Created
August 30, 2011 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...
Community
IntelliJ IDEA Open API and Plugin Development
Question about lang.parserDefinition in XML
0 votes
Created
August 29, 2011 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...
Community
IntelliJ IDEA Open API and Plugin Development
Custom language confusion
0 votes
Created
August 29, 2011 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...
Community
IntelliJ IDEA Open API and Plugin Development
Custom language confusion
0 votes
Created
August 29, 2011 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...
Community
IntelliJ IDEA Open API and Plugin Development
Custom language confusion
0 votes
Created
August 27, 2011 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...
Community
IntelliJ IDEA Open API and Plugin Development
Custom language confusion
0 votes