主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Brad Handy
活动总数
61
最后的活动
2016年01月17日 08:50
成员加入日期
2009年12月02日 20:48
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
19
活动概览
帖子(18)
评论(24)
按最近的活动排序
最近的活动
投票数
创建于
2013年06月10日 19:55
It also helps to extends the correct test case class: LightCodeInsightFixtureTestCase instead of LightPlatformCodeInsightFixtureTestCase.
社区
IntelliJ IDEA Open API and Plugin Development
StackOverflowError Running Plugin Unit Tests in Ultimate
1 票
创建于
2009年12月02日 20:49
One other thing: The link on the Plugin information page to the tutorial on piraya.nl is broken. The page doesn't exist anymore.
社区
IntelliJ IDEA Open API and Plugin Development
Reference Provider API, Code Completion, etc
0 票
创建于
2010年06月08日 15:13
That was my error then. I was calling it from code to generate an EditorNotificationPanel. I believe this is called from the event thread. Thanks.
社区
IntelliJ IDEA Open API and Plugin Development
Using DataSources from com.intellij.persistence.database in Custom Plugin
0 票
创建于
2010年06月08日 16:39
Correction. I just tried a Task.Backgroundable implementation for doing the work, and it is still hanging. I've attached the thread dump.Attachment(s):plugin-thread-dump.txt.zip
社区
IntelliJ IDEA Open API and Plugin Development
Using DataSources from com.intellij.persistence.database in Custom Plugin
0 票
创建于
2010年05月07日 13:50
So should I be using this to store pointers to the elements in my node descriptors? I've tried this will my custom PsiElement instances (which extends MetadataPsiElementBase) and it seems to have ...
社区
IntelliJ IDEA Open API and Plugin Development
Memory Usage Tips and Tricks
0 票
创建于
2010年05月10日 17:06
What about memory usage with the Find Usages functionality when there are hundreds of usages, or more?
社区
IntelliJ IDEA Open API and Plugin Development
Memory Usage Tips and Tricks
0 票
创建于
2010年12月23日 13:07
Caused by: java.lang.IllegalArgumentException: class Config$$EnhancerByCGLIB$$3d7136ce is not an enhanced class at net.sf.cglib.proxy.AdvancedEnhancer.a(AdvancedEnhancer.java:682) at net.sf.c...
社区
IntelliJ IDEA Open API and Plugin Development
DomFileDescription Question
0 票
创建于
2010年12月23日 13:19
Nevermind. After I posted the "cause", I read your reply again. It then hit me one of my project libraries had cglib in it. I removed the library (it was only for reference anyway) and debugged ...
社区
IntelliJ IDEA Open API and Plugin Development
DomFileDescription Question
0 票
创建于
2010年08月13日 04:15
I think I've figured out my problem. I misunderstood what could be done and how the Spring Bean references worked. Specifically the reference from the "id" attribute to its own bean declaration.O...
社区
IntelliJ IDEA Open API and Plugin Development
PsiReferences and DOM
0 票
创建于
2013年06月10日 20:16
I finally got it situated. I was missing some jar files from the classpath for the running test. This was causing some errors after I corrected the parent class issue.Then I had issues where clas...
社区
IntelliJ IDEA Open API and Plugin Development
StackOverflowError Running Plugin Unit Tests in Ultimate
0 票
下一页
›
最后
»