主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Colin Fleming
活动总数
1477
最后的活动
2024年08月28日 19:36
成员加入日期
2005年01月04日 19:45
关注
0 名用户
关注者数
1 名用户
投票数
0
订阅数
484
活动概览
帖子(205)
评论(788)
按最近的活动排序
最近的活动
投票数
创建于
2015年04月08日 02:06
Thanks Konstantin, I finally got to try this, and the problem was indeed the source positions. I added an implementation of SourcePositionProvider and it all works great! This is really great funct...
社区
IntelliJ IDEA Open API and Plugin Development
Inline debugger values
0 票
创建于
2015年04月08日 08:27
Actually, after digging a little further, it looks like this should use NodeRenderer.calcLabel - I'll try that.
社区
IntelliJ IDEA Open API and Plugin Development
Inline debugger values
0 票
创建于
2015年05月14日 07:03
The Spring plugin is open source? Did I miss that? I couldn't find the source anywhere, do you have a link?
社区
IntelliJ IDEA Open API and Plugin Development
Spring beans ID list
0 票
创建于
2015年07月05日 20:04
Yes, my understanding is that the interfaces didn't change, but that it's only open source from v14 on. Hopefully the code should be sufficiently backward compatible, though.Thanks for the info!
社区
IntelliJ IDEA Open API and Plugin Development
Code coverage for custom language
0 票
创建于
2015年08月06日 08:14
You need to use an optional dependency. Here's an example from my plugin.xml:<depends optional="true" config-file="copyright.xml">com.intellij.copyright</depends>Then I have a copyright.xml with th...
社区
IntelliJ IDEA Open API and Plugin Development
Annotator for another plugin's language
0 票
创建于
2015年08月06日 13:30
It's not a namespace, that's the ID of the plugin from the plugin.xml.
社区
IntelliJ IDEA Open API and Plugin Development
Annotator for another plugin's language
0 票
创建于
2015年08月04日 14:53
Allow me to plug my YouTrack issue for exactly this problem: https://youtrack.jetbrains.com/issue/IDEA-141248
社区
IntelliJ IDEA Open API and Plugin Development
Using older methods in API that no longer exist
0 票
创建于
2015年08月03日 12:00
I think I tried to use that when I developed my previous code - the issue is I don't have a Project available. Can I pass null if I'm opening an ApplicationConfigurable?
社区
IntelliJ IDEA Open API and Plugin Development
How to open Setting dialog programmatically?
0 票
创建于
2015年08月03日 12:05
Actually, I just tried this - it seems to work, and looking in the code it looks like the default project is used if null is passed.
社区
IntelliJ IDEA Open API and Plugin Development
How to open Setting dialog programmatically?
0 票
创建于
2015年08月03日 10:45
Oh, one more question - should I develop the new actions as TextComponentEditorActions with EditorActionHandlers? What is the advantage to doing this over a normal action?
社区
IntelliJ IDEA Open API and Plugin Development
Customising Extend Selection
0 票
«
第一页
‹
上一页
下一页
›
最后
»