主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Colin Fleming
活动总数
1477
最后的活动
2024年08月28日 19:36
成员加入日期
2005年01月04日 19:45
关注
0 名用户
关注者数
1 名用户
投票数
0
订阅数
484
活动概览
帖子(205)
评论(788)
按最近的活动排序
最近的活动
投票数
创建于
2014年11月29日 09:57
I've attached another example, from a REPL session where adding one item to the map (:classes [#<ClEditorSymbol java.util.Map>]) causes the whitespace issue to resolve itself.Attachment(s):formatt...
社区
IntelliJ IDEA Open API and Plugin Development
Formatting problems
0 票
创建于
2015年02月09日 09:13
So in versions prior to v14.1, is it even possible for a plugin to have its options searchable? Can I use SearchableOptionsRegistrar.addOption()? If so, what should the parameters be? It's hard to ...
社区
IntelliJ IDEA Open API and Plugin Development
Problems generating searchableOptions.xml
0 票
创建于
2015年02月10日 23:34
In case anyone is interested, here's how I did this. searchableOptions.xml basically contains a list of words for each Configurable instance, associated with the full text of the string where the w...
社区
IntelliJ IDEA Open API and Plugin Development
Problems generating searchableOptions.xml
0 票
创建于
2015年02月08日 21:52
Could someone update that document with some information about how to arrange configurables in the new v14 layout? I'm finding that my settings panels are now all found under Other Settings at the ...
社区
IntelliJ IDEA Open API and Plugin Development
Plugin settings / configuration / preferences example?
0 票
创建于
2015年04月10日 21:26
The only implementation of XValueCompactPresentation I can see in Community is JavaValuePresentation, and I can't customise that. But I figured out that as long as the type has a NodeRenderer imple...
社区
IntelliJ IDEA Open API and Plugin Development
Inline debugger values
0 票
创建于
2015年06月19日 04:33
Hi Scott,I think you need to call PsiModificationTrackerImpl.incCounter() when those files are modified. This is the counter which indicates that some Java-related code has changed, I believe.Cheer...
社区
IntelliJ IDEA Open API and Plugin Development
PsiElementFinder question
0 票
创建于
2015年06月08日 22:48
Can this be used to have different extensions installed depending on the version of IntelliJ which is running? If the optional config file has the same structure as a normal plugin, does it support...
社区
IntelliJ IDEA Open API and Plugin Development
Create a plugin for multiple Intellij products
0 票
创建于
2015年06月09日 09:33
Here you go! https://youtrack.jetbrains.com/issue/IDEA-141248
社区
IntelliJ IDEA Open API and Plugin Development
Create a plugin for multiple Intellij products
0 票
创建于
2015年07月05日 19:45
Hi Scott,I'd be very interested in hearing how you get on with both of these - I'm planning to implement them soon. In case you haven't seen it, a good starting point for implementing the testing U...
社区
IntelliJ IDEA Open API and Plugin Development
Code coverage for custom language
0 票
创建于
2015年07月21日 22:25
That's excellent, congrats Scott! Thanks for documenting all your progress, too. I'm wrapping up my current release hopefully this week (although I have a couple of days off in there), and I'll be ...
社区
IntelliJ IDEA Open API and Plugin Development
Code coverage for custom language
0 票
«
第一页
‹
上一页
下一页
›
最后
»