主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Colin Fleming
活动总数
1477
最后的活动
2024年08月28日 19:36
成员加入日期
2005年01月04日 19:45
关注
0 名用户
关注者数
1 名用户
投票数
0
订阅数
484
活动概览
帖子(205)
评论(788)
按最近的活动排序
最近的活动
投票数
创建于
2011年01月21日 09:06
Having thought about this some more, the only way I can see to do this is by making it part of the project configuration. One thing is that when the user changes this config I'll need to either inv...
社区
IntelliJ IDEA Open API and Plugin Development
Switching lexer/parser implementations based on module config?
0 票
创建于
2011年01月26日 13:31
In case anyone is interested, I found the answer in the community source code. See com.intellij.openapi.roots.impl.LanguageLevelProjectExtensionImpl.reloadProjectOnLanguageLevelChange().
社区
IntelliJ IDEA Open API and Plugin Development
Switching lexer/parser implementations based on module config?
0 票
创建于
2011年01月18日 02:55
<shameless bump>Does anyone have any ideas about this?Thanks,Colin
社区
IntelliJ IDEA Open API and Plugin Development
LanguageConsole problems
0 票
创建于
2011年04月29日 08:30
So I got a bit further with this by wrapping the whole test (after calling setUp()) in ApplicationManager.getApplication().invokeLater(), but then it crashes later with an NPE:java.lang.NullPointer...
社区
IntelliJ IDEA Open API and Plugin Development
Using test framework with JUnit 4?
0 票
创建于
2011年04月08日 15:38
I'm actually going to be updating the PsiViewer plugin and releasing an updated version of it shortly, hopefully this weekend.
社区
IntelliJ IDEA Open API and Plugin Development
Lisp custom language plugin
0 票
创建于
2011年03月18日 19:27
This seems to work nicely, here's the code:public class SchemeIdentifierSelectioner implements ExtendWordSelectionHandler{ @Override public boolean canSelect(PsiElement e) { PsiElement parent...
社区
IntelliJ IDEA Open API and Plugin Development
How to add support for new symbol patterns?
0 票
创建于
2011年04月13日 13:15
Implementing a CompletionContributor also worked nicely for the new camel hump matcher.
社区
IntelliJ IDEA Open API and Plugin Development
How to add support for new symbol patterns?
0 票
创建于
2011年05月02日 12:15
Hi Dmitry,"This should be fixed by running the initialization code in the event dispatch thread. The test framework does this by default..."Could you give me a pointer to where this is done? I'd li...
社区
IntelliJ IDEA Open API and Plugin Development
'Write access is allowed from event dispatch thread only' error while running IdeaTestCase
0 票
创建于
2011年05月02日 14:48
Great, thanks Dmitry.
社区
IntelliJ IDEA Open API and Plugin Development
'Write access is allowed from event dispatch thread only' error while running IdeaTestCase
0 票
创建于
2011年05月05日 14:33
I feel like I need popcorn with a story like that :-)Interesting though, thanks - I may end up having to do something similar shortly.Cheers,Colin
社区
IntelliJ IDEA Open API and Plugin Development
Integrating into JUnit results
0 票
«
第一页
‹
上一页
下一页
›
最后
»