Michael Jennings
- 活动总数 17
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 4
-
创建于 Question about <applicationService ?/>
Hi,Can anyone explain how to use the tag in my plugin.xml?It looks like it needs a "serviceInterface" attribute as well as a "serviceImplementation" attribute. In the example code I'm looking at, ... -
创建于 Problems compiling La Clojure with IDEA 10.5.1
Hi,I grabbed La Clojure from http://plugins.intellij.net/plugin/?id=4050 and I can't seem to compile the code.In ClojureClassFinder, it is declared to implement the interface called PsiElementFinde... -
创建于 Question about lang.parserDefinition in XML
Hi,In my META-INF/plugin.xml if I have a tag called tag, what attributes must be present?From trial and error I've determined that if I put a "factoryClass" attribute in, it should be the fully-qu... -
创建于 Custom language confusion
Hi,I'm playing around with building a custom language plugin. The instructions at:http://confluence.jetbrains.net/display/IDEADEV/DevelopingCustomLanguagePluginsforIntelliJIDEA has the following:Sy...