主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Marcus Nilsson
活动总数
7
最后的活动
2016年01月16日 15:41
成员加入日期
2009年12月09日 08:58
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
2
活动概览
帖子(2)
评论(3)
按最近的活动排序
最近的活动
投票数
创建于
2009年12月10日 07:40
Solved it by overridng canRepresent in AbstractTreeNode.
社区
IntelliJ IDEA Open API and Plugin Development
Alt-F1 project view target with overridden project view nodes, how to?
0 票
创建于
2009年12月09日 14:06
That worked, thanks!I had to do the following to get red marking in my ProjectViewNode that I am using to represent the file: public TextAttributesKey getTextAttributesKey() { WolfTheProb...
社区
IntelliJ IDEA Open API and Plugin Development
Getting nodes in ProjectView marked as red when there is problem in file for custom language
0 票
创建于
2009年12月09日 13:23
I tried this, but cannot get the callback to work. I see that the groovy plugin does exactly this in the community version of IDEA, but not in Version 8.Is this a version 9 only feature? Any versio...
社区
IntelliJ IDEA Open API and Plugin Development
Getting nodes in ProjectView marked as red when there is problem in file for custom language
0 票