Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Colin Fleming
Total activity
1477
Last activity
August 28, 2024 19:36
Member since
January 04, 2005 19:45
Following
0 users
Followed by
1 user
Votes
0
Subscriptions
484
Activity overview
Posts (205)
Comments (788)
Sort by recent activity
Recent activity
Votes
Created
November 20, 2009 08:42
Hi Taras,Using IDEA DOM API would most likely be the easiest approach:http://www.jetbrains.com/idea/documentation/dom-rp.htm Great, thanks - I hadn't seen that document, I'll take a look.Language i...
Community
IntelliJ IDEA Open API and Plugin Development
Custom navigation in XML files
0 votes
Created
November 06, 2009 10:40
Sounds like the IntelliJ version range of the plugin is wrong - the numbering scheme changed in Maia. There's a post here not too long ago about the valid versions to use.Cheers,Colin
Community
IntelliJ IDEA Open API and Plugin Development
What causes plugin manager to show my plugin in red color?
0 votes
Created
October 26, 2009 11:45
Hi Dmitry,Ok, thanks. How do I stop users navigating to them, then? And how do I load the source files - as a resource from the plugin jar?Cheers,Colin
Community
IntelliJ IDEA Open API and Plugin Development
How to implement references to elements not in project?
0 votes
Created
October 26, 2009 11:27
Hi Dmitry,Ok, thanks. I'll try that this evening and see how I go.Cheers,Colin
Community
IntelliJ IDEA Open API and Plugin Development
Problem using test fixtures - CORE_PLUGIN_ID not registered with IC
0 votes
Created
October 19, 2009 12:23
*bump*Does anyone have any ideas about this? I tried again on the weekend with Community Edition, figuring that I could debug the code and see where it was failing. I ported my code to Maia but I g...
Community
IntelliJ IDEA Open API and Plugin Development
Problem with Find Usages
0 votes
Created
October 21, 2009 11:34
Hi Serhiy,Thanks - that's interesting. The bit that I don't understand is that I'm returning true from canFindUsageFor(), but it's not calling resolve(). I'm wondering if for some reason it can't f...
Community
IntelliJ IDEA Open API and Plugin Development
Problem with Find Usages
0 votes
Created
October 23, 2009 19:41
This seems to be my problem, it looks like a bug in IDEA. If I add a comment somewhere in my file, for example:;;; get sid request(define get-sid-requestand;;; find sid(define find-sidFind Usages w...
Community
IntelliJ IDEA Open API and Plugin Development
Problem with Find Usages
0 votes
Created
January 11, 2011 03:55
I managed to fix this - my completion contributor didn't have the language set in the plugin.xml.Cheers,Colin
Community
IntelliJ IDEA Open API and Plugin Development
Completion related NPE in Idea X
0 votes
Created
December 23, 2010 00:06
Hi Dmitry,Excellent, thanks - I'll take a look.Cheers,Colin
Community
IntelliJ IDEA Open API and Plugin Development
Interactive REPL support in Idea 10?
0 votes
Created
March 06, 2011 12:30
I see this with 10.0.2 as well, I didn't see it with 10.0.0.
Community
IntelliJ IDEA Open API and Plugin Development
java.lang.ClassNotFoundException: gnu.trove.THashSet
0 votes
«
First
‹
Previous
Next
›
Last
»