主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Colin Fleming
活动总数
1477
最后的活动
2024年08月28日 19:36
成员加入日期
2005年01月04日 19:45
关注
0 名用户
关注者数
1 名用户
投票数
0
订阅数
484
活动概览
帖子(205)
评论(788)
按最近的活动排序
最近的活动
投票数
创建于
2013年09月30日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Loading Inspections - Getting the Classloader Right
0 票
创建于
2013年10月08日 21:51
Oh fantastic, thanks Dmitry! I'll try this as soon as I get a moment.
社区
IntelliJ IDEA Open API and Plugin Development
Loading Inspections - Getting the Classloader Right
0 票
创建于
2013年09月27日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Editing document yields exception; wrong index into buffer
0 票
创建于
2013年09月29日 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 ...
社区
IntelliJ IDEA Open API and Plugin Development
Editing document yields exception; wrong index into buffer
0 票
创建于
2013年10月30日 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...
社区
IntelliJ IDEA Open API and Plugin Development
How to insert a comma in an array literal?
0 票
创建于
2013年10月28日 05:46
Hi Edu,I think the API you want is Block.getChildAttributes().Cheers,Colin
社区
IntelliJ IDEA Open API and Plugin Development
API for indenting
0 票
创建于
2013年11月29日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Maven dependency management with for plugin development
0 票
创建于
2013年12月05日 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> ...
社区
IntelliJ IDEA Open API and Plugin Development
Maven dependency management with for plugin development
0 票
创建于
2011年04月08日 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.
社区
IntelliJ IDEA Open API and Plugin Development
IntelliJ IDEA Plugin development with Maven?
0 票
创建于
2013年12月13日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Difficulty migrating plugin to IDEA 13
0 票
«
第一页
‹
上一页
下一页
›
最后
»