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
September 30, 2013 23:34
Hmm, that's annoying. Does the IntelliJ classloader have access to the plugin classloaders? If not that's going to be a problem for me since Clojure itself is exposed through the plugin classloader...
Community
IntelliJ IDEA Open API and Plugin Development
Loading Inspections - Getting the Classloader Right
0 votes
Created
October 08, 2013 21:51
Oh fantastic, thanks Dmitry! I'll try this as soon as I get a moment.
Community
IntelliJ IDEA Open API and Plugin Development
Loading Inspections - Getting the Classloader Right
0 votes
Created
September 27, 2013 22:20
Hmm, you might need to be careful here, if I've understood you correctly - the parsing lexer still has to return tokens that completely cover the file (i.e. no gaps). This is one of the most signif...
Community
IntelliJ IDEA Open API and Plugin Development
Editing document yields exception; wrong index into buffer
0 votes
Created
September 29, 2013 23:41
Ok, if you're filtering tokens that will definitely give you weirdness. Unfortunately AFAIK there's no way to avoid that.Sorry, I don't quite understand what you mean by your token types - are you ...
Community
IntelliJ IDEA Open API and Plugin Development
Editing document yields exception; wrong index into buffer
0 votes
Created
October 30, 2013 22:04
Hi Chris,You can insert text directly into the document if you like - find the element corresponding to your insertion point ('c' in this case) and then use Document.insertString(element.getTextRan...
Community
IntelliJ IDEA Open API and Plugin Development
How to insert a comma in an array literal?
0 votes
Created
October 28, 2013 05:46
Hi Edu,I think the API you want is Block.getChildAttributes().Cheers,Colin
Community
IntelliJ IDEA Open API and Plugin Development
API for indenting
0 votes
Created
November 29, 2013 22:58
Interesting approach Alan, I like it. I was planning to try something similar myself. Ideally it'd be nice to detect the jars which are actually available publicly so they're not duplicated, but th...
Community
IntelliJ IDEA Open API and Plugin Development
Maven dependency management with for plugin development
0 votes
Created
December 05, 2013 11:21
Right, the fundamental difference is that we'd like to be able to add a dependency on a version of IntelliJ in our poms. I'd like to be able to add:<dependency> <groupId>org.jetbrains</groupId> ...
Community
IntelliJ IDEA Open API and Plugin Development
Maven dependency management with for plugin development
0 votes
Created
April 08, 2011 15:36
Another option if you're only looking to manage dependencies might be to use Ivy - AFAIK you should be able to use Ivy in a plugin module and it should be easy to use if you're familiar with Maven.
Community
IntelliJ IDEA Open API and Plugin Development
IntelliJ IDEA Plugin development with Maven?
0 votes
Created
December 13, 2013 21:25
Yeah, in general it's very difficult, although to be fair it's getting easier, there's far less API breakage between releases than there used to be.I deal with this by explicitly maintaining two br...
Community
IntelliJ IDEA Open API and Plugin Development
Difficulty migrating plugin to IDEA 13
0 votes
«
First
‹
Previous
Next
›
Last
»