主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Brad Handy
活动总数
61
最后的活动
2016年01月17日 08:50
成员加入日期
2009年12月02日 20:48
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
19
活动概览
帖子(18)
评论(24)
按最近的活动排序
最近的活动
投票数
创建于
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 票
创建于
2013年06月10日 20:17
Any referenced source that is in the test data needs to be included in your test. I had to include my "annotation" before my testable source file.
社区
IntelliJ IDEA Open API and Plugin Development
StackOverflowError Running Plugin Unit Tests in Ultimate
0 票
创建于
2013年06月10日 18:55
Found it. I needed to add the -ea VM flag to the run configuration. However, now I'm getting the following error.java.lang.AssertionError: Must not start highlighting from within write action to ...
社区
IntelliJ IDEA Open API and Plugin Development
StackOverflowError Running Plugin Unit Tests in Ultimate
0 票
创建于
2009年12月29日 18:20
Nevermind. I realized the references provided by the reference providers take a PsiLiteralExpression. I just rolled my own reference and reference provider, then retrieved the model for the modul...
社区
IntelliJ IDEA Open API and Plugin Development
Spring Bean References in Third Party Plugins
0 票
创建于
2009年12月17日 14:03
My apologies. I was having a bad mental day. I had thread scope breakpoints set and I saw another thread hit. It didn't occur to me to at the time to check the threads dropdown. It is working...
社区
IntelliJ IDEA Open API and Plugin Development
Basic Code Completion in IntelliJ 8.1.4
0 票
«
第一页
‹
上一页
下一页
›
最后
»