Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Marcus Nilsson
Total activity
7
Last activity
January 16, 2016 15:41
Member since
December 09, 2009 08:58
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
2
Activity overview
Posts (2)
Comments (3)
Sort by recent activity
Recent activity
Votes
Created
December 10, 2009 07:40
Solved it by overridng canRepresent in AbstractTreeNode.
Community
IntelliJ IDEA Open API and Plugin Development
Alt-F1 project view target with overridden project view nodes, how to?
0 votes
Created
December 09, 2009 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...
Community
IntelliJ IDEA Open API and Plugin Development
Getting nodes in ProjectView marked as red when there is problem in file for custom language
0 votes
Created
December 09, 2009 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...
Community
IntelliJ IDEA Open API and Plugin Development
Getting nodes in ProjectView marked as red when there is problem in file for custom language
0 votes