主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Peter Gromov
活动总数
2258
最后的活动
2023年05月09日 12:44
成员加入日期
2008年07月25日 18:59
关注
0 名用户
关注者数
1 名用户
投票数
0
订阅数
739
活动概览
文章(0)
帖子(3)
评论(1516)
按最近的活动排序
最近的活动
投票数
创建于
2009年06月04日 07:05
See http://www.jetbrains.com/idea/documentation/dom-rp.html
社区
IntelliJ IDEA Open API and Plugin Development
UI for XML Document
0 票
创建于
2009年06月15日 08:46
You should wrap all your write operations into a WriteCommandAction. Thescope of this action should be precisely what you want to be undone in asingle Ctrl+Z.
社区
IntelliJ IDEA Open API and Plugin Development
XML Editing via GenericDomValue
0 票
创建于
2010年06月16日 12:18
Looks like it should work. The fastest troubleshooting way I can suggest to you is to debug it by attaching IDEA Community Edition sources from 'maia' branch and setting a breakpoint in getVariants...
社区
IntelliJ IDEA Open API and Plugin Development
getting Code-completion to work
0 票
创建于
2010年05月29日 21:54
ReferenceProvidersRegistry.getInstance(project).registerReferenceProvider(XmlTag.class,dozerPsiReferenceProvider);You'll also need to provide a meaningful ElementPattern here, otherwise your refere...
社区
IntelliJ IDEA Open API and Plugin Development
PsiReference
0 票
创建于
2010年08月26日 22:16
org.jetbrains.plugins.groovy.compiler.GroovyCompilerTestCase#assertOutput sources may be helpful.
社区
IntelliJ IDEA Open API and Plugin Development
How to run an existing RunConfiguration
0 票
创建于
2010年12月23日 11:07
Is this a complete stack trace or there is something more at the bottom, e.g. a cause for this exception? Without seeing it I can only suggest that some foggy classloader issue may be to blame.
社区
IntelliJ IDEA Open API and Plugin Development
DomFileDescription Question
0 票
创建于
2011年02月17日 08:35
No, that doesn't look right. Well, it works, but it's doomed to ignore lookups and some other things. Using the extension would give you a possibility to give them a chance. And to make it work onl...
社区
IntelliJ IDEA Open API and Plugin Development
Language Console autocomplete popup problem
0 票
创建于
2011年03月08日 11:31
It seems that you also have to override isEnabled() there and (at least) delegate it to the original handler.
社区
IntelliJ IDEA Open API and Plugin Development
Language Console autocomplete popup problem
0 票
创建于
2011年05月04日 14:19
You certainly don't need a dedicated JavaScript tree, it gets embedded into the HTML tree automatically in the presence of JS plugin. And yes, having separate Play/Groovy trees would be better (it'...
社区
IntelliJ IDEA Open API and Plugin Development
Example of a custom language plugin for a templating language
0 票
创建于
2011年05月24日 13:18
There are two ways of managing syntax highlighting in IDEA. You mentioned one, but Groovy (and a bunch of other languages) uses another: they override com.intellij.openapi.fileTypes.LanguageFileTyp...
社区
IntelliJ IDEA Open API and Plugin Development
How to activate a plugin for Groovy files?
0 票
«
第一页
‹
上一页
下一页
›
最后
»