Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Brad Handy
Total activity
61
Last activity
January 17, 2016 08:50
Member since
December 02, 2009 20:48
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
19
Activity overview
Posts (18)
Comments (24)
Sort by recent activity
Recent activity
Votes
Created
June 10, 2013 19:55
It also helps to extends the correct test case class: LightCodeInsightFixtureTestCase instead of LightPlatformCodeInsightFixtureTestCase.
Community
IntelliJ IDEA Open API and Plugin Development
StackOverflowError Running Plugin Unit Tests in Ultimate
1 vote
Created
December 02, 2009 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.
Community
IntelliJ IDEA Open API and Plugin Development
Reference Provider API, Code Completion, etc
0 votes
Created
June 08, 2010 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.
Community
IntelliJ IDEA Open API and Plugin Development
Using DataSources from com.intellij.persistence.database in Custom Plugin
0 votes
Created
June 08, 2010 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
Community
IntelliJ IDEA Open API and Plugin Development
Using DataSources from com.intellij.persistence.database in Custom Plugin
0 votes
Created
May 07, 2010 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 ...
Community
IntelliJ IDEA Open API and Plugin Development
Memory Usage Tips and Tricks
0 votes
Created
May 10, 2010 17:06
What about memory usage with the Find Usages functionality when there are hundreds of usages, or more?
Community
IntelliJ IDEA Open API and Plugin Development
Memory Usage Tips and Tricks
0 votes
Created
December 23, 2010 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...
Community
IntelliJ IDEA Open API and Plugin Development
DomFileDescription Question
0 votes
Created
December 23, 2010 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 ...
Community
IntelliJ IDEA Open API and Plugin Development
DomFileDescription Question
0 votes
Created
August 13, 2010 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...
Community
IntelliJ IDEA Open API and Plugin Development
PsiReferences and DOM
0 votes
Created
June 10, 2013 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...
Community
IntelliJ IDEA Open API and Plugin Development
StackOverflowError Running Plugin Unit Tests in Ultimate
0 votes
Next
›
Last
»